de.cau.cs.kieler.synccharts
Interface Region

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

public interface Region
extends EObject

A representation of the model object 'Region'.

The following features are supported:

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

Method Summary
 String getId()
          Returns the value of the 'Id' attribute.
 EList<State> getInnerStates()
          Returns the value of the 'Inner States' containment reference list.
 State getParentState()
          Returns the value of the 'Parent State' container reference.
 EList<Signal> getSignals()
          Returns the value of the 'Signals' containment reference list.
 EList<Variable> getVariables()
          Returns the value of the 'Variables' containment reference list.
 void setId(String value)
          Sets the value of the 'Id' attribute.
 void setParentState(State value)
          Sets the value of the 'Parent State' container reference.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getInnerStates

EList<State> getInnerStates()
Returns the value of the 'Inner States' containment reference list. The list contents are of type State. It is bidirectional and its opposite is 'Parent Region'.

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

Returns:
the value of the 'Inner States' containment reference list.
See Also:
SyncchartsPackage.getRegion_InnerStates(), State.getParentRegion()
Generated:
This code was automatically generated.
Model element:
opposite=parentRegion
containment=true

getParentState

State getParentState()
Returns the value of the 'Parent State' container reference. It is bidirectional and its opposite is 'Regions'.

If the meaning of the 'Parent State' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Parent State' container reference.
See Also:
setParentState(State), SyncchartsPackage.getRegion_ParentState(), State.getRegions()
Generated:
This code was automatically generated.
Model element:
opposite=regions
transient=false

setParentState

void setParentState(State value)
Sets the value of the 'Parent State' container reference.

Parameters:
value - the new value of the 'Parent State' container reference.
See Also:
getParentState()
Generated:
This code was automatically generated.

getVariables

EList<Variable> getVariables()
Returns the value of the 'Variables' containment reference list. The list contents are of type Variable. It is bidirectional and its opposite is 'Parent Region'.

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

Returns:
the value of the 'Variables' containment reference list.
See Also:
SyncchartsPackage.getRegion_Variables(), Variable.getParentRegion()
Generated:
This code was automatically generated.
Model element:
opposite=parentRegion
containment=true

getSignals

EList<Signal> getSignals()
Returns the value of the 'Signals' containment reference list. The list contents are of type Signal. It is bidirectional and its opposite is 'Parent Region'.

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:
SyncchartsPackage.getRegion_Signals(), Signal.getParentRegion()
Generated:
This code was automatically generated.
Model element:
opposite=parentRegion
containment=true

getId

String getId()
Returns the value of the 'Id' attribute.

If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Id' attribute.
See Also:
setId(String), SyncchartsPackage.getRegion_Id()
Generated:
This code was automatically generated.
Model element

setId

void setId(String value)
Sets the value of the 'Id' attribute.

Parameters:
value - the new value of the 'Id' attribute.
See Also:
getId()
Generated:
This code was automatically generated.