Package org.palladiosimulator.dataflow.dictionary.characterized.DataDictionaryCharacterized.expressions
Interface ExpressionsPackage.Literals
- Enclosing interface:
- ExpressionsPackage
public 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
- Generated class or method.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final EClass
The meta object literal for the 'And
' class.static final EClass
The meta object literal for the 'Binary Logic Term
' class.static final EReference
The meta object literal for the 'Left' containment reference feature.static final EReference
The meta object literal for the 'Right' containment reference feature.static final EClass
The meta object literal for the 'Characteristic Reference
' class.static final EReference
The meta object literal for the 'Characteristic Type' reference feature.static final EClass
The meta object literal for the 'Constant
' class.static final EClass
The meta object literal for the 'Container Characteristic Reference
' class.static final EClass
The meta object literal for the 'Data Characteristic Reference
' class.static final EReference
The meta object literal for the 'Pin' reference feature.static final EClass
The meta object literal for the 'Enum Characteristic Reference
' class.static final EReference
The meta object literal for the 'Literal' reference feature.static final EClass
The meta object literal for the 'False
' class.static final EClass
The meta object literal for the 'Logic Term
' class.static final EReference
The meta object literal for the 'Terms' reference list feature.static final EClass
The meta object literal for the 'Not
' class.static final EClass
The meta object literal for the 'Or
' class.static final EClass
The meta object literal for the 'Term
' class.static final EClass
The meta object literal for the 'True
' class.static final EClass
The meta object literal for the 'Unary Logic Term
' class.static final EReference
The meta object literal for the 'Term' containment reference feature.
-
Field Details
-
TERM
The meta object literal for the 'Term
' class.- See Also:
- Generated class or method.
-
CONSTANT
The meta object literal for the 'Constant
' class.- See Also:
- Generated class or method.
-
TRUE
The meta object literal for the 'True
' class.- See Also:
- Generated class or method.
-
FALSE
The meta object literal for the 'False
' class.- See Also:
- Generated class or method.
-
LOGIC_TERM
The meta object literal for the 'Logic Term
' class.- See Also:
- Generated class or method.
-
LOGIC_TERM__TERMS
The meta object literal for the 'Terms' reference list feature.- Generated class or method.
-
UNARY_LOGIC_TERM
The meta object literal for the 'Unary Logic Term
' class.- See Also:
- Generated class or method.
-
UNARY_LOGIC_TERM__TERM
The meta object literal for the 'Term' containment reference feature.- Generated class or method.
-
NOT
The meta object literal for the 'Not
' class.- See Also:
- Generated class or method.
-
BINARY_LOGIC_TERM
The meta object literal for the 'Binary Logic Term
' class.- See Also:
- Generated class or method.
-
BINARY_LOGIC_TERM__LEFT
The meta object literal for the 'Left' containment reference feature.- Generated class or method.
-
BINARY_LOGIC_TERM__RIGHT
The meta object literal for the 'Right' containment reference feature.- Generated class or method.
-
AND
The meta object literal for the 'And
' class.- See Also:
- Generated class or method.
-
OR
The meta object literal for the 'Or
' class.- See Also:
- Generated class or method.
-
CHARACTERISTIC_REFERENCE
The meta object literal for the 'Characteristic Reference
' class.- See Also:
- Generated class or method.
-
CHARACTERISTIC_REFERENCE__CHARACTERISTIC_TYPE
The meta object literal for the 'Characteristic Type' reference feature.- Generated class or method.
-
ENUM_CHARACTERISTIC_REFERENCE
The meta object literal for the 'Enum Characteristic Reference
' class.- See Also:
- Generated class or method.
-
ENUM_CHARACTERISTIC_REFERENCE__LITERAL
The meta object literal for the 'Literal' reference feature.- Generated class or method.
-
CONTAINER_CHARACTERISTIC_REFERENCE
The meta object literal for the 'Container Characteristic Reference
' class.- See Also:
- Generated class or method.
-
DATA_CHARACTERISTIC_REFERENCE
The meta object literal for the 'Data Characteristic Reference
' class.- See Also:
- Generated class or method.
-
DATA_CHARACTERISTIC_REFERENCE__PIN
The meta object literal for the 'Pin' reference feature.- Generated class or method.
-