Package | Description |
---|---|
com.interpss.core.algo.planning | |
com.interpss.core.algo.planning.impl | |
com.interpss.core.algo.planning.util |
Modifier and Type | Field and Description |
---|---|
static PlanningAlgorithmPackage |
PlanningAlgorithmPackage.eINSTANCE
The singleton instance of the package.
|
Modifier and Type | Method and Description |
---|---|
PlanningAlgorithmPackage |
PlanningAlgorithmFactory.getPlanningAlgorithmPackage()
Returns the package supported by this factory.
|
Modifier and Type | Class and Description |
---|---|
class |
PlanningAlgorithmPackageImpl
An implementation of the model Package.
|
Modifier and Type | Method and Description |
---|---|
static PlanningAlgorithmPackage |
PlanningAlgorithmFactoryImpl.getPackage()
Deprecated.
|
PlanningAlgorithmPackage |
PlanningAlgorithmFactoryImpl.getPlanningAlgorithmPackage() |
static PlanningAlgorithmPackage |
PlanningAlgorithmPackageImpl.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 PlanningAlgorithmPackage |
PlanningAlgorithmAdapterFactory.modelPackage
The cached model package.
|
protected static PlanningAlgorithmPackage |
PlanningAlgorithmSwitch.modelPackage
The cached model package
|