Uses of Interface
bpsim.BpsimFactory
-
Packages that use BpsimFactory Package Description bpsim bpsim.impl -
-
Uses of BpsimFactory in bpsim
Fields in bpsim declared as BpsimFactory Modifier and Type Field Description static BpsimFactoryBpsimFactory. eINSTANCEThe singleton instance of the factory.Methods in bpsim that return BpsimFactory Modifier and Type Method Description BpsimFactoryBpsimPackage. getBpsimFactory()Returns the factory that creates the instances of the model. -
Uses of BpsimFactory in bpsim.impl
Classes in bpsim.impl that implement BpsimFactory Modifier and Type Class Description classBpsimFactoryImplAn implementation of the model Factory.Methods in bpsim.impl that return BpsimFactory Modifier and Type Method Description BpsimFactoryBpsimPackageImpl. getBpsimFactory()static BpsimFactoryBpsimFactoryImpl. init()Creates the default factory implementation.
-