de.uka.ipd.sdq.spa.expression
Interface ExpressionPackage.Literals

Enclosing interface:
ExpressionPackage

public static interface ExpressionPackage.Literals

Defines literals for the meta objects that represent


Field Summary
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()

EXPRESSION

static final EClass EXPRESSION
The meta object literal for the 'Expression' class.

See Also:
ExpressionImpl, ExpressionPackageImpl.getExpression()

SYMBOL

static final EClass SYMBOL
The meta object literal for the 'Symbol' class.

See Also:
SymbolImpl, ExpressionPackageImpl.getSymbol()

SYMBOL__NAME

static final EAttribute SYMBOL__NAME
The meta object literal for the 'Name' attribute feature.


SYMBOL__RESOURCE_USAGES

static final EReference SYMBOL__RESOURCE_USAGES
The meta object literal for the 'Resource Usages' containment reference list feature.


SEQUENCE

static final EClass SEQUENCE
The meta object literal for the 'Sequence' class.

See Also:
SequenceImpl, ExpressionPackageImpl.getSequence()

SEQUENCE__LEFT_REG_EXP

static final EReference SEQUENCE__LEFT_REG_EXP
The meta object literal for the 'Left Reg Exp' containment reference feature.


SEQUENCE__RIGHT_REG_EXP

static final EReference SEQUENCE__RIGHT_REG_EXP
The meta object literal for the 'Right Reg Exp' containment reference feature.


OPERATION

static final EClass OPERATION
The meta object literal for the 'Operation' class.

See Also:
OperationImpl, ExpressionPackageImpl.getOperation()

RELEASE

static final EClass RELEASE
The meta object literal for the 'Release' class.

See Also:
ReleaseImpl, ExpressionPackageImpl.getRelease()

RELEASE__RESOURCE

static final EReference RELEASE__RESOURCE
The meta object literal for the 'Resource' reference feature.


PARALLEL

static final EClass PARALLEL
The meta object literal for the 'Parallel' class.

See Also:
ParallelImpl, ExpressionPackageImpl.getParallel()

PARALLEL__LEFT_TASK

static final EReference PARALLEL__LEFT_TASK
The meta object literal for the 'Left Task' containment reference feature.


PARALLEL__RIGHT_TASK

static final EReference PARALLEL__RIGHT_TASK
The meta object literal for the 'Right Task' containment reference feature.


OPTION

static final EClass OPTION
The meta object literal for the 'Option' class.

See Also:
OptionImpl, ExpressionPackageImpl.getOption()

OPTION__PROBABILITY

static final EAttribute OPTION__PROBABILITY
The meta object literal for the 'Probability' attribute feature.


OPTION__REGEXP

static final EReference OPTION__REGEXP
The meta object literal for the 'Regexp' containment reference feature.


LOOP

static final EClass LOOP
The meta object literal for the 'Loop' class.

See Also:
LoopImpl, ExpressionPackageImpl.getLoop()

LOOP__REG_EXP

static final EReference LOOP__REG_EXP
The meta object literal for the 'Reg Exp' containment reference feature.


LOOP__ITERATIONS_PMF

static final EReference LOOP__ITERATIONS_PMF
The meta object literal for the 'Iterations PMF' containment reference feature.


LOOP__ITERATIONS_STRING

static final EAttribute LOOP__ITERATIONS_STRING
The meta object literal for the 'Iterations String' attribute feature.


ALTERNATIVE

static final EClass ALTERNATIVE
The meta object literal for the 'Alternative' class.

See Also:
AlternativeImpl, ExpressionPackageImpl.getAlternative()

ALTERNATIVE__LEFT_OPTION

static final EReference ALTERNATIVE__LEFT_OPTION
The meta object literal for the 'Left Option' containment reference feature.


ALTERNATIVE__RIGHT_OPTION

static final EReference ALTERNATIVE__RIGHT_OPTION
The meta object literal for the 'Right Option' containment reference feature.


ACQUIRE

static final EClass ACQUIRE
The meta object literal for the 'Acquire' class.

See Also:
AcquireImpl, ExpressionPackageImpl.getAcquire()

ACQUIRE__RESOURCE

static final EReference ACQUIRE__RESOURCE
The meta object literal for the 'Resource' reference feature.