Package | Description |
---|---|
com.interpss.core.algo | |
com.interpss.core.algo.impl | |
com.interpss.core.algo.util |
Modifier and Type | Field and Description |
---|---|
static CoreAlgorithmPackage |
CoreAlgorithmPackage.eINSTANCE
The singleton instance of the package.
|
Modifier and Type | Method and Description |
---|---|
CoreAlgorithmPackage |
CoreAlgorithmFactory.getCoreAlgorithmPackage()
Returns the package supported by this factory.
|
Modifier and Type | Class and Description |
---|---|
class |
CoreAlgorithmPackageImpl
An implementation of the model Package.
|
Modifier and Type | Method and Description |
---|---|
CoreAlgorithmPackage |
CoreAlgorithmFactoryImpl.getCoreAlgorithmPackage() |
static CoreAlgorithmPackage |
CoreAlgorithmFactoryImpl.getPackage()
Deprecated.
|
static CoreAlgorithmPackage |
CoreAlgorithmPackageImpl.init()
Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
|
Modifier and Type | Field and Description |
---|---|
protected static CoreAlgorithmPackage |
CoreAlgorithmSwitch.modelPackage
The cached model package
|
protected static CoreAlgorithmPackage |
CoreAlgorithmAdapterFactory.modelPackage
The cached model package.
|