Uses of Interface
bpsim.BpsimPackage
-
Packages that use BpsimPackage Package Description bpsim bpsim.impl bpsim.util -
-
Uses of BpsimPackage in bpsim
Fields in bpsim declared as BpsimPackage Modifier and Type Field Description static BpsimPackageBpsimPackage. eINSTANCEThe singleton instance of the package.Methods in bpsim that return BpsimPackage Modifier and Type Method Description BpsimPackageBpsimFactory. getBpsimPackage()Returns the package supported by this factory. -
Uses of BpsimPackage in bpsim.impl
Classes in bpsim.impl that implement BpsimPackage Modifier and Type Class Description classBpsimPackageImplAn implementation of the model Package.Methods in bpsim.impl that return BpsimPackage Modifier and Type Method Description BpsimPackageBpsimFactoryImpl. getBpsimPackage()static BpsimPackageBpsimFactoryImpl. getPackage()Deprecated.static BpsimPackageBpsimPackageImpl. init()Creates, registers, and initializes the Package for this model, and for any others upon which it depends. -
Uses of BpsimPackage in bpsim.util
Fields in bpsim.util declared as BpsimPackage Modifier and Type Field Description protected static BpsimPackageBpsimAdapterFactory. modelPackageThe cached model package.protected static BpsimPackageBpsimSwitch. modelPackageThe cached model package
-