Interface ExpressionPackage.Literals
-
- Enclosing interface:
- ExpressionPackage
public static interface ExpressionPackage.Literals
Defines 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 EClass
ACQUIRE
The meta object literal for the 'Acquire
' class.static EReference
ACQUIRE__RESOURCE
The meta object literal for the 'Resource' reference feature.static EClass
ALTERNATIVE
The meta object literal for the 'Alternative
' class.static EReference
ALTERNATIVE__LEFT_OPTION
The meta object literal for the 'Left Option' containment reference feature.static EReference
ALTERNATIVE__RIGHT_OPTION
The meta object literal for the 'Right Option' containment reference feature.static EClass
EXPRESSION
The meta object literal for the 'Expression
' class.static EClass
LOOP
The meta object literal for the 'Loop
' class.static EReference
LOOP__ITERATIONS_PMF
The meta object literal for the 'Iterations PMF' containment reference feature.static EAttribute
LOOP__ITERATIONS_STRING
The meta object literal for the 'Iterations String' attribute feature.static EReference
LOOP__REG_EXP
The meta object literal for the 'Reg Exp' containment reference feature.static EClass
OPERATION
The meta object literal for the 'Operation
' class.static EClass
OPTION
The meta object literal for the 'Option
' class.static EAttribute
OPTION__PROBABILITY
The meta object literal for the 'Probability' attribute feature.static EReference
OPTION__REGEXP
The meta object literal for the 'Regexp' containment reference feature.static EClass
PARALLEL
The meta object literal for the 'Parallel
' class.static EReference
PARALLEL__LEFT_TASK
The meta object literal for the 'Left Task' containment reference feature.static EReference
PARALLEL__RIGHT_TASK
The meta object literal for the 'Right Task' containment reference feature.static EClass
RELEASE
The meta object literal for the 'Release
' class.static EReference
RELEASE__RESOURCE
The meta object literal for the 'Resource' reference feature.static EClass
SEQUENCE
The meta object literal for the 'Sequence
' class.static EReference
SEQUENCE__LEFT_REG_EXP
The meta object literal for the 'Left Reg Exp' containment reference feature.static EReference
SEQUENCE__RIGHT_REG_EXP
The meta object literal for the 'Right Reg Exp' containment reference feature.static EClass
SYMBOL
The meta object literal for the 'Symbol
' class.static EAttribute
SYMBOL__NAME
The meta object literal for the 'Name' attribute feature.static EReference
SYMBOL__RESOURCE_USAGES
The meta object literal for the 'Resource Usages' containment reference list feature.static EClass
TERMINAL
The 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.
-
-