de.cau.cs.kieler.synccharts.text.interfaces.interfaces
Interface InterfacesPackage

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

public interface InterfacesPackage
extends EPackage

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

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

Nested Class Summary
static interface InterfacesPackage.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 InterfacesPackage 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 IN_OUTPUT_SIGNALS
          The meta object id for the 'In Output Signals' class.
static int IN_OUTPUT_SIGNALS__SIGNALS
          The feature id for the 'Signals' containment reference list.
static int IN_OUTPUT_SIGNALS_FEATURE_COUNT
          The number of structural features of the 'In Output Signals' class.
static int INPUT_SIGNALS
          The meta object id for the 'Input Signals' class.
static int INPUT_SIGNALS__SIGNALS
          The feature id for the 'Signals' containment reference list.
static int INPUT_SIGNALS_FEATURE_COUNT
          The number of structural features of the 'Input Signals' class.
static int OUTPUT_SIGNALS
          The meta object id for the 'Output Signals' class.
static int OUTPUT_SIGNALS__SIGNALS
          The feature id for the 'Signals' containment reference list.
static int OUTPUT_SIGNALS_FEATURE_COUNT
          The number of structural features of the 'Output Signals' class.
static int REGION_SIGNAL_DEC
          The meta object id for the 'Region Signal Dec' class.
static int REGION_SIGNAL_DEC__REGION
          The feature id for the 'Region' reference.
static int REGION_SIGNAL_DEC__SIGNALS
          The feature id for the 'Signals' containment reference list.
static int REGION_SIGNAL_DEC__VARS
          The feature id for the 'Vars' containment reference list.
static int REGION_SIGNAL_DEC_FEATURE_COUNT
          The number of structural features of the 'Region Signal Dec' class.
static int SIGNALS
          The meta object id for the 'Signals' class.
static int SIGNALS__SIGNALS
          The feature id for the 'Signals' containment reference list.
static int SIGNALS_FEATURE_COUNT
          The number of structural features of the 'Signals' class.
static int STATE_EXTEND
          The meta object id for the 'State Extend' class.
static int STATE_EXTEND__IN_OUTPUT_SIGNALS
          The feature id for the 'In Output Signals' containment reference list.
static int STATE_EXTEND__INPUT_SIGNALS
          The feature id for the 'Input Signals' containment reference list.
static int STATE_EXTEND__OUTPUT_SIGNALS
          The feature id for the 'Output Signals' containment reference list.
static int STATE_EXTEND__REGIONS
          The feature id for the 'Regions' containment reference list.
static int STATE_EXTEND__SIGNALS
          The feature id for the 'Signals' containment reference list.
static int STATE_EXTEND__VARIABLE
          The feature id for the 'Variable' containment reference list.
static int STATE_EXTEND_FEATURE_COUNT
          The number of structural features of the 'State Extend' class.
static int VARIABLES
          The meta object id for the 'Variables' class.
static int VARIABLES__VARS
          The feature id for the 'Vars' containment reference list.
static int VARIABLES_FEATURE_COUNT
          The number of structural features of the 'Variables' class.
 
Method Summary
 EReference getInOutputSignals_Signals()
          Returns the meta object for the containment reference list 'Signals'.
 EClass getInOutputSignals()
          Returns the meta object for class 'In Output Signals'.
 EReference getInputSignals_Signals()
          Returns the meta object for the containment reference list 'Signals'.
 EClass getInputSignals()
          Returns the meta object for class 'Input Signals'.
 InterfacesFactory getInterfacesFactory()
          Returns the factory that creates the instances of the model.
 EReference getOutputSignals_Signals()
          Returns the meta object for the containment reference list 'Signals'.
 EClass getOutputSignals()
          Returns the meta object for class 'Output Signals'.
 EReference getRegionSignalDec_Region()
          Returns the meta object for the reference 'Region'.
 EReference getRegionSignalDec_Signals()
          Returns the meta object for the containment reference list 'Signals'.
 EReference getRegionSignalDec_Vars()
          Returns the meta object for the containment reference list 'Vars'.
 EClass getRegionSignalDec()
          Returns the meta object for class 'Region Signal Dec'.
 EReference getSignals_Signals()
          Returns the meta object for the containment reference list 'Signals'.
 EClass getSignals()
          Returns the meta object for class 'Signals'.
 EReference getStateExtend_InOutputSignals()
          Returns the meta object for the containment reference list 'In Output Signals'.
 EReference getStateExtend_InputSignals()
          Returns the meta object for the containment reference list 'Input Signals'.
 EReference getStateExtend_OutputSignals()
          Returns the meta object for the containment reference list 'Output Signals'.
 EReference getStateExtend_Regions()
          Returns the meta object for the containment reference list 'Regions'.
 EReference getStateExtend_Signals()
          Returns the meta object for the containment reference list 'Signals'.
 EReference getStateExtend_Variable()
          Returns the meta object for the containment reference list 'Variable'.
 EClass getStateExtend()
          Returns the meta object for class 'State Extend'.
 EReference getVariables_Vars()
          Returns the meta object for the containment reference list 'Vars'.
 EClass getVariables()
          Returns the meta object for class 'Variables'.
 
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 InterfacesPackage eINSTANCE
The singleton instance of the package.

Generated:
This code was automatically generated.

STATE_EXTEND

static final int STATE_EXTEND
The meta object id for the 'State Extend' class.

See Also:
StateExtendImpl, InterfacesPackageImpl.getStateExtend(), Constant Field Values
Generated:
This code was automatically generated.

STATE_EXTEND__REGIONS

static final int STATE_EXTEND__REGIONS
The feature id for the 'Regions' containment reference list.

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

STATE_EXTEND__IN_OUTPUT_SIGNALS

static final int STATE_EXTEND__IN_OUTPUT_SIGNALS
The feature id for the 'In Output Signals' containment reference list.

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

STATE_EXTEND__OUTPUT_SIGNALS

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

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

STATE_EXTEND__INPUT_SIGNALS

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

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

STATE_EXTEND__SIGNALS

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

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

STATE_EXTEND__VARIABLE

static final int STATE_EXTEND__VARIABLE
The feature id for the 'Variable' containment reference list.

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

STATE_EXTEND_FEATURE_COUNT

static final int STATE_EXTEND_FEATURE_COUNT
The number of structural features of the 'State Extend' class.

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

REGION_SIGNAL_DEC

static final int REGION_SIGNAL_DEC
The meta object id for the 'Region Signal Dec' class.

See Also:
RegionSignalDecImpl, InterfacesPackageImpl.getRegionSignalDec(), Constant Field Values
Generated:
This code was automatically generated.

REGION_SIGNAL_DEC__REGION

static final int REGION_SIGNAL_DEC__REGION
The feature id for the 'Region' reference.

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

REGION_SIGNAL_DEC__VARS

static final int REGION_SIGNAL_DEC__VARS
The feature id for the 'Vars' containment reference list.

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

REGION_SIGNAL_DEC__SIGNALS

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

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

REGION_SIGNAL_DEC_FEATURE_COUNT

static final int REGION_SIGNAL_DEC_FEATURE_COUNT
The number of structural features of the 'Region Signal Dec' class.

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

VARIABLES

static final int VARIABLES
The meta object id for the 'Variables' class.

See Also:
VariablesImpl, InterfacesPackageImpl.getVariables(), Constant Field Values
Generated:
This code was automatically generated.

VARIABLES__VARS

static final int VARIABLES__VARS
The feature id for the 'Vars' containment reference list.

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

VARIABLES_FEATURE_COUNT

static final int VARIABLES_FEATURE_COUNT
The number of structural features of the 'Variables' class.

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

SIGNALS

static final int SIGNALS
The meta object id for the 'Signals' class.

See Also:
SignalsImpl, InterfacesPackageImpl.getSignals(), Constant Field Values
Generated:
This code was automatically generated.

SIGNALS__SIGNALS

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

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

SIGNALS_FEATURE_COUNT

static final int SIGNALS_FEATURE_COUNT
The number of structural features of the 'Signals' class.

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

INPUT_SIGNALS

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

See Also:
InputSignalsImpl, InterfacesPackageImpl.getInputSignals(), Constant Field Values
Generated:
This code was automatically generated.

INPUT_SIGNALS__SIGNALS

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

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

INPUT_SIGNALS_FEATURE_COUNT

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

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

OUTPUT_SIGNALS

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

See Also:
OutputSignalsImpl, InterfacesPackageImpl.getOutputSignals(), Constant Field Values
Generated:
This code was automatically generated.

OUTPUT_SIGNALS__SIGNALS

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

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

OUTPUT_SIGNALS_FEATURE_COUNT

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

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

IN_OUTPUT_SIGNALS

static final int IN_OUTPUT_SIGNALS
The meta object id for the 'In Output Signals' class.

See Also:
InOutputSignalsImpl, InterfacesPackageImpl.getInOutputSignals(), Constant Field Values
Generated:
This code was automatically generated.

IN_OUTPUT_SIGNALS__SIGNALS

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

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

IN_OUTPUT_SIGNALS_FEATURE_COUNT

static final int IN_OUTPUT_SIGNALS_FEATURE_COUNT
The number of structural features of the 'In Output Signals' class.

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

getStateExtend

EClass getStateExtend()
Returns the meta object for class 'State Extend'.

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

getStateExtend_Regions

EReference getStateExtend_Regions()
Returns the meta object for the containment reference list 'Regions'.

Returns:
the meta object for the containment reference list 'Regions'.
See Also:
StateExtend.getRegions(), getStateExtend()
Generated:
This code was automatically generated.

getStateExtend_InOutputSignals

EReference getStateExtend_InOutputSignals()
Returns the meta object for the containment reference list 'In Output Signals'.

Returns:
the meta object for the containment reference list 'In Output Signals'.
See Also:
StateExtend.getInOutputSignals(), getStateExtend()
Generated:
This code was automatically generated.

getStateExtend_OutputSignals

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

Returns:
the meta object for the containment reference list 'Output Signals'.
See Also:
StateExtend.getOutputSignals(), getStateExtend()
Generated:
This code was automatically generated.

getStateExtend_InputSignals

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

Returns:
the meta object for the containment reference list 'Input Signals'.
See Also:
StateExtend.getInputSignals(), getStateExtend()
Generated:
This code was automatically generated.

getStateExtend_Signals

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

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

getStateExtend_Variable

EReference getStateExtend_Variable()
Returns the meta object for the containment reference list 'Variable'.

Returns:
the meta object for the containment reference list 'Variable'.
See Also:
StateExtend.getVariable(), getStateExtend()
Generated:
This code was automatically generated.

getRegionSignalDec

EClass getRegionSignalDec()
Returns the meta object for class 'Region Signal Dec'.

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

getRegionSignalDec_Region

EReference getRegionSignalDec_Region()
Returns the meta object for the reference 'Region'.

Returns:
the meta object for the reference 'Region'.
See Also:
RegionSignalDec.getRegion(), getRegionSignalDec()
Generated:
This code was automatically generated.

getRegionSignalDec_Vars

EReference getRegionSignalDec_Vars()
Returns the meta object for the containment reference list 'Vars'.

Returns:
the meta object for the containment reference list 'Vars'.
See Also:
RegionSignalDec.getVars(), getRegionSignalDec()
Generated:
This code was automatically generated.

getRegionSignalDec_Signals

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

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

getVariables

EClass getVariables()
Returns the meta object for class 'Variables'.

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

getVariables_Vars

EReference getVariables_Vars()
Returns the meta object for the containment reference list 'Vars'.

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

getSignals

EClass getSignals()
Returns the meta object for class 'Signals'.

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

getSignals_Signals

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

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

getInputSignals

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

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

getInputSignals_Signals

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

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

getOutputSignals

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

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

getOutputSignals_Signals

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

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

getInOutputSignals

EClass getInOutputSignals()
Returns the meta object for class 'In Output Signals'.

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

getInOutputSignals_Signals

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

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

getInterfacesFactory

InterfacesFactory getInterfacesFactory()
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.