de.cau.cs.kieler.core.expressions
Interface ExpressionsPackage

All Superinterfaces:
EModelElement, ENamedElement, EObject, EPackage, Notifier
All Known Implementing Classes:
ExpressionsPackageImpl

public interface ExpressionsPackage
extends EPackage

The Package for the model. It contains accessors for the meta objects to represent

See Also:
ExpressionsFactory
Rating red
Generated:
This code was automatically generated.
Model element:
kind=package

Nested Class Summary
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
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
EPackage.Descriptor, EPackage.Registry
 
Field Summary
static int BOOLEAN_VALUE
          The meta object id for the 'Boolean Value' class.
static int BOOLEAN_VALUE__VALUE
          The feature id for the 'Value' attribute.
static int BOOLEAN_VALUE_FEATURE_COUNT
          The number of structural features of the 'Boolean Value' class.
static int COMBINE_OPERATOR
          The meta object id for the 'Combine Operator' enum.
static int COMPLEX_EXPRESSION
          The meta object id for the 'Complex Expression' class.
static int COMPLEX_EXPRESSION__SUB_EXPRESSIONS
          The feature id for the 'Sub Expressions' containment reference list.
static int COMPLEX_EXPRESSION_FEATURE_COUNT
          The number of structural features of the 'Complex Expression' class.
static ExpressionsPackage eINSTANCE
          The singleton instance of the package.
static String eNAME
          The package name.
static String eNS_PREFIX
          The package namespace name.
static String eNS_URI
          The package namespace URI.
static int EXPRESSION
          The meta object id for the 'Expression' class.
static int EXPRESSION_FEATURE_COUNT
          The number of structural features of the 'Expression' class.
static int FLOAT_VALUE
          The meta object id for the 'Float Value' class.
static int FLOAT_VALUE__VALUE
          The feature id for the 'Value' attribute.
static int FLOAT_VALUE_FEATURE_COUNT
          The number of structural features of the 'Float Value' class.
static int INT_VALUE
          The meta object id for the 'Int Value' class.
static int INT_VALUE__VALUE
          The feature id for the 'Value' attribute.
static int INT_VALUE_FEATURE_COUNT
          The number of structural features of the 'Int Value' class.
static int OPERATOR_EXPRESSION
          The meta object id for the 'Operator Expression' class.
static int OPERATOR_EXPRESSION__OPERATOR
          The feature id for the 'Operator' attribute.
static int OPERATOR_EXPRESSION__SUB_EXPRESSIONS
          The feature id for the 'Sub Expressions' containment reference list.
static int OPERATOR_EXPRESSION_FEATURE_COUNT
          The number of structural features of the 'Operator Expression' class.
static int OPERATOR_TYPE
          The meta object id for the 'Operator Type' enum.
static int SIGNAL
          The meta object id for the 'Signal' class.
static int SIGNAL__ANNOTATIONS
          The feature id for the 'Annotations' containment reference list.
static int SIGNAL__COMBINE_OPERATOR
          The feature id for the 'Combine Operator' attribute.
static int SIGNAL__HOST_COMBINE_OPERATOR
          The feature id for the 'Host Combine Operator' attribute.
static int SIGNAL__HOST_TYPE
          The feature id for the 'Host Type' attribute.
static int SIGNAL__INITIAL_VALUE
          The feature id for the 'Initial Value' attribute.
static int SIGNAL__IS_INPUT
          The feature id for the 'Is Input' attribute.
static int SIGNAL__IS_OUTPUT
          The feature id for the 'Is Output' attribute.
static int SIGNAL__NAME
          The feature id for the 'Name' attribute.
static int SIGNAL__TYPE
          The feature id for the 'Type' attribute.
static int SIGNAL_FEATURE_COUNT
          The number of structural features of the 'Signal' class.
static int TEXT_EXPRESSION
          The meta object id for the 'Text Expression' class.
static int TEXT_EXPRESSION__CODE
          The feature id for the 'Code' attribute.
static int TEXT_EXPRESSION__SUB_EXPRESSIONS
          The feature id for the 'Sub Expressions' containment reference list.
static int TEXT_EXPRESSION__TYPE
          The feature id for the 'Type' attribute.
static int TEXT_EXPRESSION_FEATURE_COUNT
          The number of structural features of the 'Text Expression' class.
static int TEXTUAL_CODE
          The meta object id for the 'Textual Code' class.
static int TEXTUAL_CODE__CODE
          The feature id for the 'Code' attribute.
static int TEXTUAL_CODE__TYPE
          The feature id for the 'Type' attribute.
static int TEXTUAL_CODE_FEATURE_COUNT
          The number of structural features of the 'Textual Code' class.
static int VALUE
          The meta object id for the 'Value' class.
static int VALUE_FEATURE_COUNT
          The number of structural features of the 'Value' class.
static int VALUE_TYPE
          The meta object id for the 'Value Type' enum.
static int VALUED_OBJECT
          The meta object id for the 'Valued Object' class.
static int VALUED_OBJECT__ANNOTATIONS
          The feature id for the 'Annotations' containment reference list.
static int VALUED_OBJECT__HOST_TYPE
          The feature id for the 'Host Type' attribute.
static int VALUED_OBJECT__INITIAL_VALUE
          The feature id for the 'Initial Value' attribute.
static int VALUED_OBJECT__NAME
          The feature id for the 'Name' attribute.
static int VALUED_OBJECT__TYPE
          The feature id for the 'Type' attribute.
static int VALUED_OBJECT_FEATURE_COUNT
          The number of structural features of the 'Valued Object' class.
static int VALUED_OBJECT_REFERENCE
          The meta object id for the 'Valued Object Reference' class.
static int VALUED_OBJECT_REFERENCE__SUB_EXPRESSIONS
          The feature id for the 'Sub Expressions' containment reference list.
static int VALUED_OBJECT_REFERENCE__VALUED_OBJECT
          The feature id for the 'Valued Object' reference.
static int VALUED_OBJECT_REFERENCE_FEATURE_COUNT
          The number of structural features of the 'Valued Object Reference' class.
static int VARIABLE
          The meta object id for the 'Variable' class.
static int VARIABLE__ANNOTATIONS
          The feature id for the 'Annotations' containment reference list.
static int VARIABLE__CONST
          The feature id for the 'Const' attribute.
static int VARIABLE__HOST_TYPE
          The feature id for the 'Host Type' attribute.
static int VARIABLE__INITIAL_VALUE
          The feature id for the 'Initial Value' attribute.
static int VARIABLE__NAME
          The feature id for the 'Name' attribute.
static int VARIABLE__TYPE
          The feature id for the 'Type' attribute.
static int VARIABLE_FEATURE_COUNT
          The number of structural features of the 'Variable' class.
 
Method Summary
 EAttribute getBooleanValue_Value()
          Returns the meta object for the attribute 'Value'.
 EClass getBooleanValue()
          Returns the meta object for class 'Boolean Value'.
 EEnum getCombineOperator()
          Returns the meta object for enum 'Combine Operator'.
 EReference getComplexExpression_SubExpressions()
          Returns the meta object for the containment reference list 'Sub Expressions'.
 EClass getComplexExpression()
          Returns the meta object for class 'Complex Expression'.
 EClass getExpression()
          Returns the meta object for class 'Expression'.
 ExpressionsFactory getExpressionsFactory()
          Returns the factory that creates the instances of the model.
 EAttribute getFloatValue_Value()
          Returns the meta object for the attribute 'Value'.
 EClass getFloatValue()
          Returns the meta object for class 'Float Value'.
 EAttribute getIntValue_Value()
          Returns the meta object for the attribute 'Value'.
 EClass getIntValue()
          Returns the meta object for class 'Int Value'.
 EAttribute getOperatorExpression_Operator()
          Returns the meta object for the attribute 'Operator'.
 EClass getOperatorExpression()
          Returns the meta object for class 'Operator Expression'.
 EEnum getOperatorType()
          Returns the meta object for enum 'Operator Type'.
 EAttribute getSignal_CombineOperator()
          Returns the meta object for the attribute 'Combine Operator'.
 EAttribute getSignal_HostCombineOperator()
          Returns the meta object for the attribute 'Host Combine Operator'.
 EAttribute getSignal_IsInput()
          Returns the meta object for the attribute 'Is Input'.
 EAttribute getSignal_IsOutput()
          Returns the meta object for the attribute 'Is Output'.
 EClass getSignal()
          Returns the meta object for class 'Signal'.
 EClass getTextExpression()
          Returns the meta object for class 'Text Expression'.
 EAttribute getTextualCode_Code()
          Returns the meta object for the attribute 'Code'.
 EAttribute getTextualCode_Type()
          Returns the meta object for the attribute 'Type'.
 EClass getTextualCode()
          Returns the meta object for class 'Textual Code'.
 EClass getValue()
          Returns the meta object for class 'Value'.
 EAttribute getValuedObject_HostType()
          Returns the meta object for the attribute 'Host Type'.
 EAttribute getValuedObject_InitialValue()
          Returns the meta object for the attribute 'Initial Value'.
 EAttribute getValuedObject_Name()
          Returns the meta object for the attribute 'Name'.
 EAttribute getValuedObject_Type()
          Returns the meta object for the attribute 'Type'.
 EClass getValuedObject()
          Returns the meta object for class 'Valued Object'.
 EReference getValuedObjectReference_ValuedObject()
          Returns the meta object for the reference 'Valued Object'.
 EClass getValuedObjectReference()
          Returns the meta object for class 'Valued Object Reference'.
 EEnum getValueType()
          Returns the meta object for enum 'Value Type'.
 EAttribute getVariable_Const()
          Returns the meta object for the attribute 'Const'.
 EClass getVariable()
          Returns the meta object for class 'Variable'.
 
Methods inherited from interface org.eclipse.emf.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
 
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

eNAME

static final String eNAME
The package name.

See Also:
Constant Field Values
Generated:
This code was automatically generated.

eNS_URI

static final String eNS_URI
The package namespace URI.

See Also:
Constant Field Values
Generated:
This code was automatically generated.

eNS_PREFIX

static final String eNS_PREFIX
The package namespace name.

See Also:
Constant Field Values
Generated:
This code was automatically generated.

eINSTANCE

static final ExpressionsPackage eINSTANCE
The singleton instance of the package.

Generated:
This code was automatically generated.

EXPRESSION

static final int EXPRESSION
The meta object id for the 'Expression' class.

See Also:
ExpressionImpl, ExpressionsPackageImpl.getExpression(), Constant Field Values
Generated:
This code was automatically generated.

EXPRESSION_FEATURE_COUNT

static final int EXPRESSION_FEATURE_COUNT
The number of structural features of the 'Expression' class.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

COMPLEX_EXPRESSION

static final int COMPLEX_EXPRESSION
The meta object id for the 'Complex Expression' class.

See Also:
ComplexExpressionImpl, ExpressionsPackageImpl.getComplexExpression(), Constant Field Values
Generated:
This code was automatically generated.

COMPLEX_EXPRESSION__SUB_EXPRESSIONS

static final int COMPLEX_EXPRESSION__SUB_EXPRESSIONS
The feature id for the 'Sub Expressions' containment reference list.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

COMPLEX_EXPRESSION_FEATURE_COUNT

static final int COMPLEX_EXPRESSION_FEATURE_COUNT
The number of structural features of the 'Complex Expression' class.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

TEXTUAL_CODE

static final int TEXTUAL_CODE
The meta object id for the 'Textual Code' class.

See Also:
TextualCodeImpl, ExpressionsPackageImpl.getTextualCode(), Constant Field Values
Generated:
This code was automatically generated.

TEXTUAL_CODE__CODE

static final int TEXTUAL_CODE__CODE
The feature id for the 'Code' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

TEXTUAL_CODE__TYPE

static final int TEXTUAL_CODE__TYPE
The feature id for the 'Type' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

TEXTUAL_CODE_FEATURE_COUNT

static final int TEXTUAL_CODE_FEATURE_COUNT
The number of structural features of the 'Textual Code' class.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

VALUED_OBJECT

static final int VALUED_OBJECT
The meta object id for the 'Valued Object' class.

See Also:
ValuedObjectImpl, ExpressionsPackageImpl.getValuedObject(), Constant Field Values
Generated:
This code was automatically generated.

VALUED_OBJECT__ANNOTATIONS

static final int VALUED_OBJECT__ANNOTATIONS
The feature id for the 'Annotations' containment reference list.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

VALUED_OBJECT__NAME

static final int VALUED_OBJECT__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

VALUED_OBJECT__TYPE

static final int VALUED_OBJECT__TYPE
The feature id for the 'Type' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

VALUED_OBJECT__INITIAL_VALUE

static final int VALUED_OBJECT__INITIAL_VALUE
The feature id for the 'Initial Value' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

VALUED_OBJECT__HOST_TYPE

static final int VALUED_OBJECT__HOST_TYPE
The feature id for the 'Host Type' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

VALUED_OBJECT_FEATURE_COUNT

static final int VALUED_OBJECT_FEATURE_COUNT
The number of structural features of the 'Valued Object' class.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

SIGNAL

static final int SIGNAL
The meta object id for the 'Signal' class.

See Also:
SignalImpl, ExpressionsPackageImpl.getSignal(), Constant Field Values
Generated:
This code was automatically generated.

SIGNAL__ANNOTATIONS

static final int SIGNAL__ANNOTATIONS
The feature id for the 'Annotations' containment reference list.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

SIGNAL__NAME

static final int SIGNAL__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

SIGNAL__TYPE

static final int SIGNAL__TYPE
The feature id for the 'Type' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

SIGNAL__INITIAL_VALUE

static final int SIGNAL__INITIAL_VALUE
The feature id for the 'Initial Value' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

SIGNAL__HOST_TYPE

static final int SIGNAL__HOST_TYPE
The feature id for the 'Host Type' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

SIGNAL__IS_INPUT

static final int SIGNAL__IS_INPUT
The feature id for the 'Is Input' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

SIGNAL__IS_OUTPUT

static final int SIGNAL__IS_OUTPUT
The feature id for the 'Is Output' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

SIGNAL__COMBINE_OPERATOR

static final int SIGNAL__COMBINE_OPERATOR
The feature id for the 'Combine Operator' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

SIGNAL__HOST_COMBINE_OPERATOR

static final int SIGNAL__HOST_COMBINE_OPERATOR
The feature id for the 'Host Combine Operator' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

SIGNAL_FEATURE_COUNT

static final int SIGNAL_FEATURE_COUNT
The number of structural features of the 'Signal' class.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

VARIABLE

static final int VARIABLE
The meta object id for the 'Variable' class.

See Also:
VariableImpl, ExpressionsPackageImpl.getVariable(), Constant Field Values
Generated:
This code was automatically generated.

VARIABLE__ANNOTATIONS

static final int VARIABLE__ANNOTATIONS
The feature id for the 'Annotations' containment reference list.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

VARIABLE__NAME

static final int VARIABLE__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

VARIABLE__TYPE

static final int VARIABLE__TYPE
The feature id for the 'Type' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

VARIABLE__INITIAL_VALUE

static final int VARIABLE__INITIAL_VALUE
The feature id for the 'Initial Value' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

VARIABLE__HOST_TYPE

static final int VARIABLE__HOST_TYPE
The feature id for the 'Host Type' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

VARIABLE__CONST

static final int VARIABLE__CONST
The feature id for the 'Const' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

VARIABLE_FEATURE_COUNT

static final int VARIABLE_FEATURE_COUNT
The number of structural features of the 'Variable' class.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

VALUED_OBJECT_REFERENCE

static final int VALUED_OBJECT_REFERENCE
The meta object id for the 'Valued Object Reference' class.

See Also:
ValuedObjectReferenceImpl, ExpressionsPackageImpl.getValuedObjectReference(), Constant Field Values
Generated:
This code was automatically generated.

VALUED_OBJECT_REFERENCE__SUB_EXPRESSIONS

static final int VALUED_OBJECT_REFERENCE__SUB_EXPRESSIONS
The feature id for the 'Sub Expressions' containment reference list.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

VALUED_OBJECT_REFERENCE__VALUED_OBJECT

static final int VALUED_OBJECT_REFERENCE__VALUED_OBJECT
The feature id for the 'Valued Object' reference.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

VALUED_OBJECT_REFERENCE_FEATURE_COUNT

static final int VALUED_OBJECT_REFERENCE_FEATURE_COUNT
The number of structural features of the 'Valued Object Reference' class.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

VALUE

static final int VALUE
The meta object id for the 'Value' class.

See Also:
ValueImpl, ExpressionsPackageImpl.getValue(), Constant Field Values
Generated:
This code was automatically generated.

VALUE_FEATURE_COUNT

static final int VALUE_FEATURE_COUNT
The number of structural features of the 'Value' class.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

INT_VALUE

static final int INT_VALUE
The meta object id for the 'Int Value' class.

See Also:
IntValueImpl, ExpressionsPackageImpl.getIntValue(), Constant Field Values
Generated:
This code was automatically generated.

INT_VALUE__VALUE

static final int INT_VALUE__VALUE
The feature id for the 'Value' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

INT_VALUE_FEATURE_COUNT

static final int INT_VALUE_FEATURE_COUNT
The number of structural features of the 'Int Value' class.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

FLOAT_VALUE

static final int FLOAT_VALUE
The meta object id for the 'Float Value' class.

See Also:
FloatValueImpl, ExpressionsPackageImpl.getFloatValue(), Constant Field Values
Generated:
This code was automatically generated.

FLOAT_VALUE__VALUE

static final int FLOAT_VALUE__VALUE
The feature id for the 'Value' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

FLOAT_VALUE_FEATURE_COUNT

static final int FLOAT_VALUE_FEATURE_COUNT
The number of structural features of the 'Float Value' class.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

BOOLEAN_VALUE

static final int BOOLEAN_VALUE
The meta object id for the 'Boolean Value' class.

See Also:
BooleanValueImpl, ExpressionsPackageImpl.getBooleanValue(), Constant Field Values
Generated:
This code was automatically generated.

BOOLEAN_VALUE__VALUE

static final int BOOLEAN_VALUE__VALUE
The feature id for the 'Value' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

BOOLEAN_VALUE_FEATURE_COUNT

static final int BOOLEAN_VALUE_FEATURE_COUNT
The number of structural features of the 'Boolean Value' class.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

OPERATOR_EXPRESSION

static final int OPERATOR_EXPRESSION
The meta object id for the 'Operator Expression' class.

See Also:
OperatorExpressionImpl, ExpressionsPackageImpl.getOperatorExpression(), Constant Field Values
Generated:
This code was automatically generated.

OPERATOR_EXPRESSION__SUB_EXPRESSIONS

static final int OPERATOR_EXPRESSION__SUB_EXPRESSIONS
The feature id for the 'Sub Expressions' containment reference list.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

OPERATOR_EXPRESSION__OPERATOR

static final int OPERATOR_EXPRESSION__OPERATOR
The feature id for the 'Operator' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

OPERATOR_EXPRESSION_FEATURE_COUNT

static final int OPERATOR_EXPRESSION_FEATURE_COUNT
The number of structural features of the 'Operator Expression' class.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

TEXT_EXPRESSION

static final int TEXT_EXPRESSION
The meta object id for the 'Text Expression' class.

See Also:
TextExpressionImpl, ExpressionsPackageImpl.getTextExpression(), Constant Field Values
Generated:
This code was automatically generated.

TEXT_EXPRESSION__SUB_EXPRESSIONS

static final int TEXT_EXPRESSION__SUB_EXPRESSIONS
The feature id for the 'Sub Expressions' containment reference list.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

TEXT_EXPRESSION__CODE

static final int TEXT_EXPRESSION__CODE
The feature id for the 'Code' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

TEXT_EXPRESSION__TYPE

static final int TEXT_EXPRESSION__TYPE
The feature id for the 'Type' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

TEXT_EXPRESSION_FEATURE_COUNT

static final int TEXT_EXPRESSION_FEATURE_COUNT
The number of structural features of the 'Text Expression' class.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

COMBINE_OPERATOR

static final int COMBINE_OPERATOR
The meta object id for the 'Combine Operator' enum.

See Also:
CombineOperator, ExpressionsPackageImpl.getCombineOperator(), Constant Field Values
Generated:
This code was automatically generated.

OPERATOR_TYPE

static final int OPERATOR_TYPE
The meta object id for the 'Operator Type' enum.

See Also:
OperatorType, ExpressionsPackageImpl.getOperatorType(), Constant Field Values
Generated:
This code was automatically generated.

VALUE_TYPE

static final int VALUE_TYPE
The meta object id for the 'Value Type' enum.

See Also:
ValueType, ExpressionsPackageImpl.getValueType(), Constant Field Values
Generated:
This code was automatically generated.
Method Detail

getComplexExpression

EClass getComplexExpression()
Returns the meta object for class 'Complex Expression'.

Returns:
the meta object for class 'Complex Expression'.
See Also:
ComplexExpression
Generated:
This code was automatically generated.

getComplexExpression_SubExpressions

EReference getComplexExpression_SubExpressions()
Returns the meta object for the containment reference list 'Sub Expressions'.

Returns:
the meta object for the containment reference list 'Sub Expressions'.
See Also:
ComplexExpression.getSubExpressions(), getComplexExpression()
Generated:
This code was automatically generated.

getExpression

EClass getExpression()
Returns the meta object for class 'Expression'.

Returns:
the meta object for class 'Expression'.
See Also:
Expression
Generated:
This code was automatically generated.

getTextualCode

EClass getTextualCode()
Returns the meta object for class 'Textual Code'.

Returns:
the meta object for class 'Textual Code'.
See Also:
TextualCode
Generated:
This code was automatically generated.

getTextualCode_Code

EAttribute getTextualCode_Code()
Returns the meta object for the attribute 'Code'.

Returns:
the meta object for the attribute 'Code'.
See Also:
TextualCode.getCode(), getTextualCode()
Generated:
This code was automatically generated.

getTextualCode_Type

EAttribute getTextualCode_Type()
Returns the meta object for the attribute 'Type'.

Returns:
the meta object for the attribute 'Type'.
See Also:
TextualCode.getType(), getTextualCode()
Generated:
This code was automatically generated.

getSignal

EClass getSignal()
Returns the meta object for class 'Signal'.

Returns:
the meta object for class 'Signal'.
See Also:
Signal
Generated:
This code was automatically generated.

getSignal_IsInput

EAttribute getSignal_IsInput()
Returns the meta object for the attribute 'Is Input'.

Returns:
the meta object for the attribute 'Is Input'.
See Also:
Signal.isIsInput(), getSignal()
Generated:
This code was automatically generated.

getSignal_IsOutput

EAttribute getSignal_IsOutput()
Returns the meta object for the attribute 'Is Output'.

Returns:
the meta object for the attribute 'Is Output'.
See Also:
Signal.isIsOutput(), getSignal()
Generated:
This code was automatically generated.

getSignal_CombineOperator

EAttribute getSignal_CombineOperator()
Returns the meta object for the attribute 'Combine Operator'.

Returns:
the meta object for the attribute 'Combine Operator'.
See Also:
Signal.getCombineOperator(), getSignal()
Generated:
This code was automatically generated.

getSignal_HostCombineOperator

EAttribute getSignal_HostCombineOperator()
Returns the meta object for the attribute 'Host Combine Operator'.

Returns:
the meta object for the attribute 'Host Combine Operator'.
See Also:
Signal.getHostCombineOperator(), getSignal()
Generated:
This code was automatically generated.

getValuedObject

EClass getValuedObject()
Returns the meta object for class 'Valued Object'.

Returns:
the meta object for class 'Valued Object'.
See Also:
ValuedObject
Generated:
This code was automatically generated.

getValuedObject_Name

EAttribute getValuedObject_Name()
Returns the meta object for the attribute 'Name'.

Returns:
the meta object for the attribute 'Name'.
See Also:
ValuedObject.getName(), getValuedObject()
Generated:
This code was automatically generated.

getValuedObject_Type

EAttribute getValuedObject_Type()
Returns the meta object for the attribute 'Type'.

Returns:
the meta object for the attribute 'Type'.
See Also:
ValuedObject.getType(), getValuedObject()
Generated:
This code was automatically generated.

getValuedObject_InitialValue

EAttribute getValuedObject_InitialValue()
Returns the meta object for the attribute 'Initial Value'.

Returns:
the meta object for the attribute 'Initial Value'.
See Also:
ValuedObject.getInitialValue(), getValuedObject()
Generated:
This code was automatically generated.

getValuedObject_HostType

EAttribute getValuedObject_HostType()
Returns the meta object for the attribute 'Host Type'.

Returns:
the meta object for the attribute 'Host Type'.
See Also:
ValuedObject.getHostType(), getValuedObject()
Generated:
This code was automatically generated.

getVariable

EClass getVariable()
Returns the meta object for class 'Variable'.

Returns:
the meta object for class 'Variable'.
See Also:
Variable
Generated:
This code was automatically generated.

getVariable_Const

EAttribute getVariable_Const()
Returns the meta object for the attribute 'Const'.

Returns:
the meta object for the attribute 'Const'.
See Also:
Variable.isConst(), getVariable()
Generated:
This code was automatically generated.

getValuedObjectReference

EClass getValuedObjectReference()
Returns the meta object for class 'Valued Object Reference'.

Returns:
the meta object for class 'Valued Object Reference'.
See Also:
ValuedObjectReference
Generated:
This code was automatically generated.

getValuedObjectReference_ValuedObject

EReference getValuedObjectReference_ValuedObject()
Returns the meta object for the reference 'Valued Object'.

Returns:
the meta object for the reference 'Valued Object'.
See Also:
ValuedObjectReference.getValuedObject(), getValuedObjectReference()
Generated:
This code was automatically generated.

getValue

EClass getValue()
Returns the meta object for class 'Value'.

Returns:
the meta object for class 'Value'.
See Also:
Value
Generated:
This code was automatically generated.

getIntValue

EClass getIntValue()
Returns the meta object for class 'Int Value'.

Returns:
the meta object for class 'Int Value'.
See Also:
IntValue
Generated:
This code was automatically generated.

getIntValue_Value

EAttribute getIntValue_Value()
Returns the meta object for the attribute 'Value'.

Returns:
the meta object for the attribute 'Value'.
See Also:
IntValue.getValue(), getIntValue()
Generated:
This code was automatically generated.

getFloatValue

EClass getFloatValue()
Returns the meta object for class 'Float Value'.

Returns:
the meta object for class 'Float Value'.
See Also:
FloatValue
Generated:
This code was automatically generated.

getFloatValue_Value

EAttribute getFloatValue_Value()
Returns the meta object for the attribute 'Value'.

Returns:
the meta object for the attribute 'Value'.
See Also:
FloatValue.getValue(), getFloatValue()
Generated:
This code was automatically generated.

getBooleanValue

EClass getBooleanValue()
Returns the meta object for class 'Boolean Value'.

Returns:
the meta object for class 'Boolean Value'.
See Also:
BooleanValue
Generated:
This code was automatically generated.

getBooleanValue_Value

EAttribute getBooleanValue_Value()
Returns the meta object for the attribute 'Value'.

Returns:
the meta object for the attribute 'Value'.
See Also:
BooleanValue.getValue(), getBooleanValue()
Generated:
This code was automatically generated.

getOperatorExpression

EClass getOperatorExpression()
Returns the meta object for class 'Operator Expression'.

Returns:
the meta object for class 'Operator Expression'.
See Also:
OperatorExpression
Generated:
This code was automatically generated.

getOperatorExpression_Operator

EAttribute getOperatorExpression_Operator()
Returns the meta object for the attribute 'Operator'.

Returns:
the meta object for the attribute 'Operator'.
See Also:
OperatorExpression.getOperator(), getOperatorExpression()
Generated:
This code was automatically generated.

getTextExpression

EClass getTextExpression()
Returns the meta object for class 'Text Expression'.

Returns:
the meta object for class 'Text Expression'.
See Also:
TextExpression
Generated:
This code was automatically generated.

getCombineOperator

EEnum getCombineOperator()
Returns the meta object for enum 'Combine Operator'.

Returns:
the meta object for enum 'Combine Operator'.
See Also:
CombineOperator
Generated:
This code was automatically generated.

getOperatorType

EEnum getOperatorType()
Returns the meta object for enum 'Operator Type'.

Returns:
the meta object for enum 'Operator Type'.
See Also:
OperatorType
Generated:
This code was automatically generated.

getValueType

EEnum getValueType()
Returns the meta object for enum 'Value Type'.

Returns:
the meta object for enum 'Value Type'.
See Also:
ValueType
Generated:
This code was automatically generated.

getExpressionsFactory

ExpressionsFactory getExpressionsFactory()
Returns the factory that creates the instances of the model.

Returns:
the factory that creates the instances of the model.
Generated:
This code was automatically generated.