public interface ExpressionsPackage
extends org.eclipse.emf.ecore.EPackage
ExpressionsFactory
Modifier and Type | Interface and Description |
---|---|
static interface |
ExpressionsPackage.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 ExpressionsPackage |
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.
|
static int |
MACRO_DEFINITION
The meta object id for the '
Macro Definition ' class. |
static int |
MACRO_DEFINITION__BASE_CONSTRAINT
The feature id for the 'Base Constraint' reference.
|
static int |
MACRO_DEFINITION_FEATURE_COUNT
The number of structural features of the 'Macro Definition' class.
|
static int |
PARAMETER_ASSUMPTIONS
The meta object id for the '
Parameter Assumptions ' class. |
static int |
PARAMETER_ASSUMPTIONS__BASE_CONSTRAINT
The feature id for the 'Base Constraint' reference.
|
static int |
PARAMETER_ASSUMPTIONS_FEATURE_COUNT
The number of structural features of the 'Parameter Assumptions' class.
|
Modifier and Type | Method and Description |
---|---|
ExpressionsFactory |
getExpressionsFactory()
Returns the factory that creates the instances of the model.
|
org.eclipse.emf.ecore.EReference |
getMacroDefinition_Base_Constraint()
Returns the meta object for the reference '
Base Constraint '. |
org.eclipse.emf.ecore.EClass |
getMacroDefinition()
Returns the meta object for class '
Macro Definition '. |
org.eclipse.emf.ecore.EReference |
getParameterAssumptions_Base_Constraint()
Returns the meta object for the reference '
Base Constraint '. |
org.eclipse.emf.ecore.EClass |
getParameterAssumptions()
Returns the meta object for class '
Parameter Assumptions '. |
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 ExpressionsPackage eINSTANCE
static final int MACRO_DEFINITION
Macro Definition
' class.
static final int MACRO_DEFINITION__BASE_CONSTRAINT
static final int MACRO_DEFINITION_FEATURE_COUNT
static final int PARAMETER_ASSUMPTIONS
Parameter Assumptions
' class.
static final int PARAMETER_ASSUMPTIONS__BASE_CONSTRAINT
static final int PARAMETER_ASSUMPTIONS_FEATURE_COUNT
org.eclipse.emf.ecore.EClass getMacroDefinition()
Macro Definition
'.
MacroDefinition
org.eclipse.emf.ecore.EReference getMacroDefinition_Base_Constraint()
Base Constraint
'.
MacroDefinition.getBase_Constraint()
,
getMacroDefinition()
org.eclipse.emf.ecore.EClass getParameterAssumptions()
Parameter Assumptions
'.
ParameterAssumptions
org.eclipse.emf.ecore.EReference getParameterAssumptions_Base_Constraint()
Base Constraint
'.
ParameterAssumptions.getBase_Constraint()
,
getParameterAssumptions()
ExpressionsFactory getExpressionsFactory()