de.cau.cs.kieler.core.kexpressions
Interface KExpressionsPackage

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

public interface KExpressionsPackage
extends EPackage

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

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

Nested Class Summary
static interface KExpressionsPackage.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 CHANNEL_DESCRIPTION
          The meta object id for the 'Channel Description' class.
static int CHANNEL_DESCRIPTION__EXPRESSION
          The feature id for the 'Expression' containment reference.
static int CHANNEL_DESCRIPTION__TYPE
          The feature id for the 'Type' containment reference.
static int CHANNEL_DESCRIPTION_FEATURE_COUNT
          The number of structural features of the 'Channel Description' 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 KExpressionsPackage 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 INPUT
          The meta object id for the 'Input' class.
static int INPUT__SIGNALS
          The feature id for the 'Signals' containment reference list.
static int INPUT_FEATURE_COUNT
          The number of structural features of the 'Input' class.
static int INPUT_OUTPUT
          The meta object id for the 'Input Output' class.
static int INPUT_OUTPUT__SIGNALS
          The feature id for the 'Signals' containment reference list.
static int INPUT_OUTPUT_FEATURE_COUNT
          The number of structural features of the 'Input Output' 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 INTERFACE_DECLARATION
          The meta object id for the 'Interface Declaration' class.
static int INTERFACE_DECLARATION_FEATURE_COUNT
          The number of structural features of the 'Interface Declaration' class.
static int INTERFACE_SIGNAL_DECL
          The meta object id for the 'Interface Signal Decl' class.
static int INTERFACE_SIGNAL_DECL__SIGNALS
          The feature id for the 'Signals' containment reference list.
static int INTERFACE_SIGNAL_DECL_FEATURE_COUNT
          The number of structural features of the 'Interface Signal Decl' class.
static int INTERFACE_VARIABLE_DECL
          The meta object id for the 'Interface Variable Decl' class.
static int INTERFACE_VARIABLE_DECL__VAR_DECLS
          The feature id for the 'Var Decls' containment reference list.
static int INTERFACE_VARIABLE_DECL_FEATURE_COUNT
          The number of structural features of the 'Interface Variable Decl' class.
static int ISIGNAL
          The meta object id for the 'ISignal' class.
static int ISIGNAL__ANNOTATIONS
          The feature id for the 'Annotations' containment reference list.
static int ISIGNAL__CHANNEL_DESCR
          The feature id for the 'Channel Descr' containment reference.
static int ISIGNAL__COMBINE_OPERATOR
          The feature id for the 'Combine Operator' attribute.
static int ISIGNAL__HOST_COMBINE_OPERATOR
          The feature id for the 'Host Combine Operator' attribute.
static int ISIGNAL__HOST_TYPE
          The feature id for the 'Host Type' attribute.
static int ISIGNAL__INITIAL_VALUE
          The feature id for the 'Initial Value' attribute.
static int ISIGNAL__IS_INPUT
          The feature id for the 'Is Input' attribute.
static int ISIGNAL__IS_OUTPUT
          The feature id for the 'Is Output' attribute.
static int ISIGNAL__NAME
          The feature id for the 'Name' attribute.
static int ISIGNAL__TYPE
          The feature id for the 'Type' attribute.
static int ISIGNAL_FEATURE_COUNT
          The number of structural features of the 'ISignal' class.
static int IVARIABLE
          The meta object id for the 'IVariable' class.
static int IVARIABLE__ANNOTATIONS
          The feature id for the 'Annotations' containment reference list.
static int IVARIABLE__CONST
          The feature id for the 'Const' attribute.
static int IVARIABLE__EXPRESSION
          The feature id for the 'Expression' containment reference.
static int IVARIABLE__HOST_TYPE
          The feature id for the 'Host Type' attribute.
static int IVARIABLE__INITIAL_VALUE
          The feature id for the 'Initial Value' attribute.
static int IVARIABLE__NAME
          The feature id for the 'Name' attribute.
static int IVARIABLE__TYPE
          The feature id for the 'Type' attribute.
static int IVARIABLE_FEATURE_COUNT
          The number of structural features of the 'IVariable' 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 OUTPUT
          The meta object id for the 'Output' class.
static int OUTPUT__SIGNALS
          The feature id for the 'Signals' containment reference list.
static int OUTPUT_FEATURE_COUNT
          The number of structural features of the 'Output' class.
static int RETURN
          The meta object id for the 'Return' class.
static int RETURN__SIGNALS
          The feature id for the 'Signals' containment reference list.
static int RETURN_FEATURE_COUNT
          The number of structural features of the 'Return' class.
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 TYPE_IDENTIFIER
          The meta object id for the 'Type Identifier' class.
static int TYPE_IDENTIFIER__OPERATOR
          The feature id for the 'Operator' attribute.
static int TYPE_IDENTIFIER__TYPE
          The feature id for the 'Type' attribute.
static int TYPE_IDENTIFIER__TYPE_ID
          The feature id for the 'Type ID' attribute.
static int TYPE_IDENTIFIER_FEATURE_COUNT
          The number of structural features of the 'Type Identifier' 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_DECL
          The meta object id for the 'Variable Decl' class.
static int VARIABLE_DECL__TYPE
          The feature id for the 'Type' containment reference.
static int VARIABLE_DECL__VARIABLES
          The feature id for the 'Variables' containment reference list.
static int VARIABLE_DECL_FEATURE_COUNT
          The number of structural features of the 'Variable Decl' class.
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'.
 EReference getChannelDescription_Expression()
          Returns the meta object for the containment reference 'Expression'.
 EReference getChannelDescription_Type()
          Returns the meta object for the containment reference 'Type'.
 EClass getChannelDescription()
          Returns the meta object for class 'Channel Description'.
 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'.
 EAttribute getFloatValue_Value()
          Returns the meta object for the attribute 'Value'.
 EClass getFloatValue()
          Returns the meta object for class 'Float Value'.
 EClass getInput()
          Returns the meta object for class 'Input'.
 EClass getInputOutput()
          Returns the meta object for class 'Input Output'.
 EClass getInterfaceDeclaration()
          Returns the meta object for class 'Interface Declaration'.
 EReference getInterfaceSignalDecl_Signals()
          Returns the meta object for the containment reference list 'Signals'.
 EClass getInterfaceSignalDecl()
          Returns the meta object for class 'Interface Signal Decl'.
 EReference getInterfaceVariableDecl_VarDecls()
          Returns the meta object for the containment reference list 'Var Decls'.
 EClass getInterfaceVariableDecl()
          Returns the meta object for class 'Interface Variable Decl'.
 EAttribute getIntValue_Value()
          Returns the meta object for the attribute 'Value'.
 EClass getIntValue()
          Returns the meta object for class 'Int Value'.
 EReference getISignal_ChannelDescr()
          Returns the meta object for the containment reference 'Channel Descr'.
 EClass getISignal()
          Returns the meta object for class 'ISignal'.
 EReference getIVariable_Expression()
          Returns the meta object for the containment reference 'Expression'.
 EClass getIVariable()
          Returns the meta object for class 'IVariable'.
 KExpressionsFactory getKExpressionsFactory()
          Returns the factory that creates the instances of the model.
 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'.
 EClass getOutput()
          Returns the meta object for class 'Output'.
 EClass getReturn()
          Returns the meta object for class 'Return'.
 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'.
 EAttribute getTypeIdentifier_Operator()
          Returns the meta object for the attribute 'Operator'.
 EAttribute getTypeIdentifier_Type()
          Returns the meta object for the attribute 'Type'.
 EAttribute getTypeIdentifier_TypeID()
          Returns the meta object for the attribute 'Type ID'.
 EClass getTypeIdentifier()
          Returns the meta object for class 'Type Identifier'.
 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'.
 EReference getVariableDecl_Type()
          Returns the meta object for the containment reference 'Type'.
 EReference getVariableDecl_Variables()
          Returns the meta object for the containment reference list 'Variables'.
 EClass getVariableDecl()
          Returns the meta object for class 'Variable Decl'.
 
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 KExpressionsPackage 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, KExpressionsPackageImpl.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, KExpressionsPackageImpl.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, KExpressionsPackageImpl.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, KExpressionsPackageImpl.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, KExpressionsPackageImpl.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, KExpressionsPackageImpl.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, KExpressionsPackageImpl.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, KExpressionsPackageImpl.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, KExpressionsPackageImpl.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, KExpressionsPackageImpl.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, KExpressionsPackageImpl.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, KExpressionsPackageImpl.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, KExpressionsPackageImpl.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

INTERFACE_DECLARATION

static final int INTERFACE_DECLARATION
The meta object id for the 'Interface Declaration' class.

See Also:
InterfaceDeclarationImpl, KExpressionsPackageImpl.getInterfaceDeclaration(), Constant Field Values
Generated:
This code was automatically generated.

INTERFACE_DECLARATION_FEATURE_COUNT

static final int INTERFACE_DECLARATION_FEATURE_COUNT
The number of structural features of the 'Interface Declaration' class.

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

INTERFACE_SIGNAL_DECL

static final int INTERFACE_SIGNAL_DECL
The meta object id for the 'Interface Signal Decl' class.

See Also:
InterfaceSignalDeclImpl, KExpressionsPackageImpl.getInterfaceSignalDecl(), Constant Field Values
Generated:
This code was automatically generated.

INTERFACE_SIGNAL_DECL__SIGNALS

static final int INTERFACE_SIGNAL_DECL__SIGNALS
The feature id for the 'Signals' containment reference list.

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

INTERFACE_SIGNAL_DECL_FEATURE_COUNT

static final int INTERFACE_SIGNAL_DECL_FEATURE_COUNT
The number of structural features of the 'Interface Signal Decl' class.

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

ISIGNAL

static final int ISIGNAL
The meta object id for the 'ISignal' class.

See Also:
ISignalImpl, KExpressionsPackageImpl.getISignal(), Constant Field Values
Generated:
This code was automatically generated.

ISIGNAL__ANNOTATIONS

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

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

ISIGNAL__NAME

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

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

ISIGNAL__TYPE

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

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

ISIGNAL__INITIAL_VALUE

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

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

ISIGNAL__HOST_TYPE

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

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

ISIGNAL__IS_INPUT

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

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

ISIGNAL__IS_OUTPUT

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

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

ISIGNAL__COMBINE_OPERATOR

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

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

ISIGNAL__HOST_COMBINE_OPERATOR

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

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

ISIGNAL__CHANNEL_DESCR

static final int ISIGNAL__CHANNEL_DESCR
The feature id for the 'Channel Descr' containment reference.

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

ISIGNAL_FEATURE_COUNT

static final int ISIGNAL_FEATURE_COUNT
The number of structural features of the 'ISignal' class.

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

CHANNEL_DESCRIPTION

static final int CHANNEL_DESCRIPTION
The meta object id for the 'Channel Description' class.

See Also:
ChannelDescriptionImpl, KExpressionsPackageImpl.getChannelDescription(), Constant Field Values
Generated:
This code was automatically generated.

CHANNEL_DESCRIPTION__TYPE

static final int CHANNEL_DESCRIPTION__TYPE
The feature id for the 'Type' containment reference.

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

CHANNEL_DESCRIPTION__EXPRESSION

static final int CHANNEL_DESCRIPTION__EXPRESSION
The feature id for the 'Expression' containment reference.

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

CHANNEL_DESCRIPTION_FEATURE_COUNT

static final int CHANNEL_DESCRIPTION_FEATURE_COUNT
The number of structural features of the 'Channel Description' class.

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

TYPE_IDENTIFIER

static final int TYPE_IDENTIFIER
The meta object id for the 'Type Identifier' class.

See Also:
TypeIdentifierImpl, KExpressionsPackageImpl.getTypeIdentifier(), Constant Field Values
Generated:
This code was automatically generated.

TYPE_IDENTIFIER__TYPE

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

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

TYPE_IDENTIFIER__TYPE_ID

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

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

TYPE_IDENTIFIER__OPERATOR

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

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

TYPE_IDENTIFIER_FEATURE_COUNT

static final int TYPE_IDENTIFIER_FEATURE_COUNT
The number of structural features of the 'Type Identifier' class.

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

INTERFACE_VARIABLE_DECL

static final int INTERFACE_VARIABLE_DECL
The meta object id for the 'Interface Variable Decl' class.

See Also:
InterfaceVariableDeclImpl, KExpressionsPackageImpl.getInterfaceVariableDecl(), Constant Field Values
Generated:
This code was automatically generated.

INTERFACE_VARIABLE_DECL__VAR_DECLS

static final int INTERFACE_VARIABLE_DECL__VAR_DECLS
The feature id for the 'Var Decls' containment reference list.

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

INTERFACE_VARIABLE_DECL_FEATURE_COUNT

static final int INTERFACE_VARIABLE_DECL_FEATURE_COUNT
The number of structural features of the 'Interface Variable Decl' class.

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

VARIABLE_DECL

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

See Also:
VariableDeclImpl, KExpressionsPackageImpl.getVariableDecl(), Constant Field Values
Generated:
This code was automatically generated.

VARIABLE_DECL__VARIABLES

static final int VARIABLE_DECL__VARIABLES
The feature id for the 'Variables' containment reference list.

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

VARIABLE_DECL__TYPE

static final int VARIABLE_DECL__TYPE
The feature id for the 'Type' containment reference.

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

VARIABLE_DECL_FEATURE_COUNT

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

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

IVARIABLE

static final int IVARIABLE
The meta object id for the 'IVariable' class.

See Also:
IVariableImpl, KExpressionsPackageImpl.getIVariable(), Constant Field Values
Generated:
This code was automatically generated.

IVARIABLE__ANNOTATIONS

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

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

IVARIABLE__NAME

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

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

IVARIABLE__TYPE

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

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

IVARIABLE__INITIAL_VALUE

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

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

IVARIABLE__HOST_TYPE

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

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

IVARIABLE__CONST

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

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

IVARIABLE__EXPRESSION

static final int IVARIABLE__EXPRESSION
The feature id for the 'Expression' containment reference.

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

IVARIABLE_FEATURE_COUNT

static final int IVARIABLE_FEATURE_COUNT
The number of structural features of the 'IVariable' class.

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

INPUT

static final int INPUT
The meta object id for the 'Input' class.

See Also:
InputImpl, KExpressionsPackageImpl.getInput(), Constant Field Values
Generated:
This code was automatically generated.

INPUT__SIGNALS

static final int INPUT__SIGNALS
The feature id for the 'Signals' containment reference list.

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

INPUT_FEATURE_COUNT

static final int INPUT_FEATURE_COUNT
The number of structural features of the 'Input' class.

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

OUTPUT

static final int OUTPUT
The meta object id for the 'Output' class.

See Also:
OutputImpl, KExpressionsPackageImpl.getOutput(), Constant Field Values
Generated:
This code was automatically generated.

OUTPUT__SIGNALS

static final int OUTPUT__SIGNALS
The feature id for the 'Signals' containment reference list.

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

OUTPUT_FEATURE_COUNT

static final int OUTPUT_FEATURE_COUNT
The number of structural features of the 'Output' class.

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

INPUT_OUTPUT

static final int INPUT_OUTPUT
The meta object id for the 'Input Output' class.

See Also:
InputOutputImpl, KExpressionsPackageImpl.getInputOutput(), Constant Field Values
Generated:
This code was automatically generated.

INPUT_OUTPUT__SIGNALS

static final int INPUT_OUTPUT__SIGNALS
The feature id for the 'Signals' containment reference list.

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

INPUT_OUTPUT_FEATURE_COUNT

static final int INPUT_OUTPUT_FEATURE_COUNT
The number of structural features of the 'Input Output' class.

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

RETURN

static final int RETURN
The meta object id for the 'Return' class.

See Also:
ReturnImpl, KExpressionsPackageImpl.getReturn(), Constant Field Values
Generated:
This code was automatically generated.

RETURN__SIGNALS

static final int RETURN__SIGNALS
The feature id for the 'Signals' containment reference list.

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

RETURN_FEATURE_COUNT

static final int RETURN_FEATURE_COUNT
The number of structural features of the 'Return' 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, KExpressionsPackageImpl.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, KExpressionsPackageImpl.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, KExpressionsPackageImpl.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.

getInterfaceDeclaration

EClass getInterfaceDeclaration()
Returns the meta object for class 'Interface Declaration'.

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

getInterfaceSignalDecl

EClass getInterfaceSignalDecl()
Returns the meta object for class 'Interface Signal Decl'.

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

getInterfaceSignalDecl_Signals

EReference getInterfaceSignalDecl_Signals()
Returns the meta object for the containment reference list 'Signals'.

Returns:
the meta object for the containment reference list 'Signals'.
See Also:
InterfaceSignalDecl.getSignals(), getInterfaceSignalDecl()
Generated:
This code was automatically generated.

getISignal

EClass getISignal()
Returns the meta object for class 'ISignal'.

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

getISignal_ChannelDescr

EReference getISignal_ChannelDescr()
Returns the meta object for the containment reference 'Channel Descr'.

Returns:
the meta object for the containment reference 'Channel Descr'.
See Also:
ISignal.getChannelDescr(), getISignal()
Generated:
This code was automatically generated.

getChannelDescription

EClass getChannelDescription()
Returns the meta object for class 'Channel Description'.

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

getChannelDescription_Type

EReference getChannelDescription_Type()
Returns the meta object for the containment reference 'Type'.

Returns:
the meta object for the containment reference 'Type'.
See Also:
ChannelDescription.getType(), getChannelDescription()
Generated:
This code was automatically generated.

getChannelDescription_Expression

EReference getChannelDescription_Expression()
Returns the meta object for the containment reference 'Expression'.

Returns:
the meta object for the containment reference 'Expression'.
See Also:
ChannelDescription.getExpression(), getChannelDescription()
Generated:
This code was automatically generated.

getTypeIdentifier

EClass getTypeIdentifier()
Returns the meta object for class 'Type Identifier'.

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

getTypeIdentifier_Type

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

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

getTypeIdentifier_TypeID

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

Returns:
the meta object for the attribute 'Type ID'.
See Also:
TypeIdentifier.getTypeID(), getTypeIdentifier()
Generated:
This code was automatically generated.

getTypeIdentifier_Operator

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

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

getInterfaceVariableDecl

EClass getInterfaceVariableDecl()
Returns the meta object for class 'Interface Variable Decl'.

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

getInterfaceVariableDecl_VarDecls

EReference getInterfaceVariableDecl_VarDecls()
Returns the meta object for the containment reference list 'Var Decls'.

Returns:
the meta object for the containment reference list 'Var Decls'.
See Also:
InterfaceVariableDecl.getVarDecls(), getInterfaceVariableDecl()
Generated:
This code was automatically generated.

getVariableDecl

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

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

getVariableDecl_Variables

EReference getVariableDecl_Variables()
Returns the meta object for the containment reference list 'Variables'.

Returns:
the meta object for the containment reference list 'Variables'.
See Also:
VariableDecl.getVariables(), getVariableDecl()
Generated:
This code was automatically generated.

getVariableDecl_Type

EReference getVariableDecl_Type()
Returns the meta object for the containment reference 'Type'.

Returns:
the meta object for the containment reference 'Type'.
See Also:
VariableDecl.getType(), getVariableDecl()
Generated:
This code was automatically generated.

getIVariable

EClass getIVariable()
Returns the meta object for class 'IVariable'.

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

getIVariable_Expression

EReference getIVariable_Expression()
Returns the meta object for the containment reference 'Expression'.

Returns:
the meta object for the containment reference 'Expression'.
See Also:
IVariable.getExpression(), getIVariable()
Generated:
This code was automatically generated.

getInput

EClass getInput()
Returns the meta object for class 'Input'.

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

getOutput

EClass getOutput()
Returns the meta object for class 'Output'.

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

getInputOutput

EClass getInputOutput()
Returns the meta object for class 'Input Output'.

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

getReturn

EClass getReturn()
Returns the meta object for class 'Return'.

Returns:
the meta object for class 'Return'.
See Also:
Return
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.

getKExpressionsFactory

KExpressionsFactory getKExpressionsFactory()
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.