public interface DistAlgoPackage
extends org.eclipse.emf.ecore.EPackage
DistAlgoFactory
Modifier and Type | Interface and Description |
---|---|
static interface |
DistAlgoPackage.Literals
Defines literals for the meta objects that represent
each class,
each feature of each class,
each enum,
and each data type
|
Modifier and Type | Field and Description |
---|---|
static int |
DIST_LF_ALGORITHM
The meta object id for the '
Dist Lf Algorithm ' class. |
static int |
DIST_LF_ALGORITHM_FEATURE_COUNT
The number of structural features of the 'Dist Lf Algorithm' class.
|
static int |
DIST_SC_ALGORITHM
The meta object id for the '
Dist Sc Algorithm ' class. |
static int |
DIST_SC_ALGORITHM_FEATURE_COUNT
The number of structural features of the 'Dist Sc Algorithm' class.
|
static DistAlgoPackage |
eINSTANCE
The singleton instance of the package.
|
static java.lang.String |
eNAME
The package name.
|
static java.lang.String |
eNS_PREFIX
The package namespace name.
|
static java.lang.String |
eNS_URI
The package namespace URI.
|
Modifier and Type | Method and Description |
---|---|
DistAlgoFactory |
getDistAlgoFactory()
Returns the factory that creates the instances of the model.
|
org.eclipse.emf.ecore.EClass |
getDistLfAlgorithm()
Returns the meta object for class '
Dist Lf Algorithm '. |
org.eclipse.emf.ecore.EClass |
getDistScAlgorithm()
Returns the meta object for class '
Dist Sc Algorithm '. |
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
getEAnnotation, getEAnnotations
static final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final DistAlgoPackage eINSTANCE
static final int DIST_LF_ALGORITHM
Dist Lf Algorithm
' class.
static final int DIST_LF_ALGORITHM_FEATURE_COUNT
static final int DIST_SC_ALGORITHM
Dist Sc Algorithm
' class.
static final int DIST_SC_ALGORITHM_FEATURE_COUNT
org.eclipse.emf.ecore.EClass getDistLfAlgorithm()
Dist Lf Algorithm
'.
DistLfAlgorithm
org.eclipse.emf.ecore.EClass getDistScAlgorithm()
Dist Sc Algorithm
'.
DistScAlgorithm
DistAlgoFactory getDistAlgoFactory()