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

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
StateExtendImpl

public interface StateExtend
extends EObject

A representation of the model object 'State Extend'.

The following features are supported:

See Also:
InterfacesPackage.getStateExtend()
Rating red
Generated:
This code was automatically generated.
Model element

Method Summary
 EList<InOutputSignals> getInOutputSignals()
          Returns the value of the 'In Output Signals' containment reference list.
 EList<InputSignals> getInputSignals()
          Returns the value of the 'Input Signals' containment reference list.
 EList<OutputSignals> getOutputSignals()
          Returns the value of the 'Output Signals' containment reference list.
 EList<RegionSignalDec> getRegions()
          Returns the value of the 'Regions' containment reference list.
 EList<Signals> getSignals()
          Returns the value of the 'Signals' containment reference list.
 EList<Variables> getVariable()
          Returns the value of the 'Variable' containment reference list.
 
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
 

Method Detail

getRegions

EList<RegionSignalDec> getRegions()
Returns the value of the 'Regions' containment reference list. The list contents are of type RegionSignalDec.

If the meaning of the 'Regions' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Regions' containment reference list.
See Also:
InterfacesPackage.getStateExtend_Regions()
Generated:
This code was automatically generated.
Model element:
containment=true

getInOutputSignals

EList<InOutputSignals> getInOutputSignals()
Returns the value of the 'In Output Signals' containment reference list. The list contents are of type InOutputSignals.

If the meaning of the 'In Output Signals' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'In Output Signals' containment reference list.
See Also:
InterfacesPackage.getStateExtend_InOutputSignals()
Generated:
This code was automatically generated.
Model element:
containment=true

getOutputSignals

EList<OutputSignals> getOutputSignals()
Returns the value of the 'Output Signals' containment reference list. The list contents are of type OutputSignals.

If the meaning of the 'Output Signals' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Output Signals' containment reference list.
See Also:
InterfacesPackage.getStateExtend_OutputSignals()
Generated:
This code was automatically generated.
Model element:
containment=true

getInputSignals

EList<InputSignals> getInputSignals()
Returns the value of the 'Input Signals' containment reference list. The list contents are of type InputSignals.

If the meaning of the 'Input Signals' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Input Signals' containment reference list.
See Also:
InterfacesPackage.getStateExtend_InputSignals()
Generated:
This code was automatically generated.
Model element:
containment=true

getSignals

EList<Signals> getSignals()
Returns the value of the 'Signals' containment reference list. The list contents are of type Signals.

If the meaning of the 'Signals' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Signals' containment reference list.
See Also:
InterfacesPackage.getStateExtend_Signals()
Generated:
This code was automatically generated.
Model element:
containment=true

getVariable

EList<Variables> getVariable()
Returns the value of the 'Variable' containment reference list. The list contents are of type Variables.

If the meaning of the 'Variable' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Variable' containment reference list.
See Also:
InterfacesPackage.getStateExtend_Variable()
Generated:
This code was automatically generated.
Model element:
containment=true