Interface ExpressionPackage.Literals
-
- Enclosing interface:
- ExpressionPackage
public static interface ExpressionPackage.LiteralsDefines literals for the meta objects that represent- each class,
- each feature of each class,
- each enum,
- and each data type
- Generated class or method.
-
-
Field Summary
Fields Modifier and Type Field Description static EClassACQUIREThe meta object literal for the 'Acquire' class.static EReferenceACQUIRE__RESOURCEThe meta object literal for the 'Resource' reference feature.static EClassALTERNATIVEThe meta object literal for the 'Alternative' class.static EReferenceALTERNATIVE__LEFT_OPTIONThe meta object literal for the 'Left Option' containment reference feature.static EReferenceALTERNATIVE__RIGHT_OPTIONThe meta object literal for the 'Right Option' containment reference feature.static EClassEXPRESSIONThe meta object literal for the 'Expression' class.static EClassLOOPThe meta object literal for the 'Loop' class.static EReferenceLOOP__ITERATIONS_PMFThe meta object literal for the 'Iterations PMF' containment reference feature.static EAttributeLOOP__ITERATIONS_STRINGThe meta object literal for the 'Iterations String' attribute feature.static EReferenceLOOP__REG_EXPThe meta object literal for the 'Reg Exp' containment reference feature.static EClassOPERATIONThe meta object literal for the 'Operation' class.static EClassOPTIONThe meta object literal for the 'Option' class.static EAttributeOPTION__PROBABILITYThe meta object literal for the 'Probability' attribute feature.static EReferenceOPTION__REGEXPThe meta object literal for the 'Regexp' containment reference feature.static EClassPARALLELThe meta object literal for the 'Parallel' class.static EReferencePARALLEL__LEFT_TASKThe meta object literal for the 'Left Task' containment reference feature.static EReferencePARALLEL__RIGHT_TASKThe meta object literal for the 'Right Task' containment reference feature.static EClassRELEASEThe meta object literal for the 'Release' class.static EReferenceRELEASE__RESOURCEThe meta object literal for the 'Resource' reference feature.static EClassSEQUENCEThe meta object literal for the 'Sequence' class.static EReferenceSEQUENCE__LEFT_REG_EXPThe meta object literal for the 'Left Reg Exp' containment reference feature.static EReferenceSEQUENCE__RIGHT_REG_EXPThe meta object literal for the 'Right Reg Exp' containment reference feature.static EClassSYMBOLThe meta object literal for the 'Symbol' class.static EAttributeSYMBOL__NAMEThe meta object literal for the 'Name' attribute feature.static EReferenceSYMBOL__RESOURCE_USAGESThe meta object literal for the 'Resource Usages' containment reference list feature.static EClassTERMINALThe meta object literal for the 'Terminal' class.
-
-
-
Field Detail
-
TERMINAL
static final EClass TERMINAL
The meta object literal for the 'Terminal' class.- See Also:
TerminalImpl,ExpressionPackageImpl.getTerminal()- Generated class or method.
-
EXPRESSION
static final EClass EXPRESSION
The meta object literal for the 'Expression' class.- See Also:
ExpressionImpl,ExpressionPackageImpl.getExpression()- Generated class or method.
-
SYMBOL
static final EClass SYMBOL
The meta object literal for the 'Symbol' class.- See Also:
SymbolImpl,ExpressionPackageImpl.getSymbol()- Generated class or method.
-
SYMBOL__NAME
static final EAttribute SYMBOL__NAME
The meta object literal for the 'Name' attribute feature.- Generated class or method.
-
SYMBOL__RESOURCE_USAGES
static final EReference SYMBOL__RESOURCE_USAGES
The meta object literal for the 'Resource Usages' containment reference list feature.- Generated class or method.
-
SEQUENCE
static final EClass SEQUENCE
The meta object literal for the 'Sequence' class.- See Also:
SequenceImpl,ExpressionPackageImpl.getSequence()- Generated class or method.
-
SEQUENCE__LEFT_REG_EXP
static final EReference SEQUENCE__LEFT_REG_EXP
The meta object literal for the 'Left Reg Exp' containment reference feature.- Generated class or method.
-
SEQUENCE__RIGHT_REG_EXP
static final EReference SEQUENCE__RIGHT_REG_EXP
The meta object literal for the 'Right Reg Exp' containment reference feature.- Generated class or method.
-
OPERATION
static final EClass OPERATION
The meta object literal for the 'Operation' class.- See Also:
OperationImpl,ExpressionPackageImpl.getOperation()- Generated class or method.
-
RELEASE
static final EClass RELEASE
The meta object literal for the 'Release' class.- See Also:
ReleaseImpl,ExpressionPackageImpl.getRelease()- Generated class or method.
-
RELEASE__RESOURCE
static final EReference RELEASE__RESOURCE
The meta object literal for the 'Resource' reference feature.- Generated class or method.
-
PARALLEL
static final EClass PARALLEL
The meta object literal for the 'Parallel' class.- See Also:
ParallelImpl,ExpressionPackageImpl.getParallel()- Generated class or method.
-
PARALLEL__LEFT_TASK
static final EReference PARALLEL__LEFT_TASK
The meta object literal for the 'Left Task' containment reference feature.- Generated class or method.
-
PARALLEL__RIGHT_TASK
static final EReference PARALLEL__RIGHT_TASK
The meta object literal for the 'Right Task' containment reference feature.- Generated class or method.
-
OPTION
static final EClass OPTION
The meta object literal for the 'Option' class.- See Also:
OptionImpl,ExpressionPackageImpl.getOption()- Generated class or method.
-
OPTION__PROBABILITY
static final EAttribute OPTION__PROBABILITY
The meta object literal for the 'Probability' attribute feature.- Generated class or method.
-
OPTION__REGEXP
static final EReference OPTION__REGEXP
The meta object literal for the 'Regexp' containment reference feature.- Generated class or method.
-
LOOP
static final EClass LOOP
The meta object literal for the 'Loop' class.- See Also:
LoopImpl,ExpressionPackageImpl.getLoop()- Generated class or method.
-
LOOP__REG_EXP
static final EReference LOOP__REG_EXP
The meta object literal for the 'Reg Exp' containment reference feature.- Generated class or method.
-
LOOP__ITERATIONS_PMF
static final EReference LOOP__ITERATIONS_PMF
The meta object literal for the 'Iterations PMF' containment reference feature.- Generated class or method.
-
LOOP__ITERATIONS_STRING
static final EAttribute LOOP__ITERATIONS_STRING
The meta object literal for the 'Iterations String' attribute feature.- Generated class or method.
-
ALTERNATIVE
static final EClass ALTERNATIVE
The meta object literal for the 'Alternative' class.- See Also:
AlternativeImpl,ExpressionPackageImpl.getAlternative()- Generated class or method.
-
ALTERNATIVE__LEFT_OPTION
static final EReference ALTERNATIVE__LEFT_OPTION
The meta object literal for the 'Left Option' containment reference feature.- Generated class or method.
-
ALTERNATIVE__RIGHT_OPTION
static final EReference ALTERNATIVE__RIGHT_OPTION
The meta object literal for the 'Right Option' containment reference feature.- Generated class or method.
-
ACQUIRE
static final EClass ACQUIRE
The meta object literal for the 'Acquire' class.- See Also:
AcquireImpl,ExpressionPackageImpl.getAcquire()- Generated class or method.
-
ACQUIRE__RESOURCE
static final EReference ACQUIRE__RESOURCE
The meta object literal for the 'Resource' reference feature.- Generated class or method.
-
-