de.cau.cs.kieler.synccharts
Interface Variable

All Superinterfaces:
EObject, Notifier, ValuedObject
All Known Implementing Classes:
VariableImpl

public interface Variable
extends ValuedObject

A representation of the model object 'Variable'.

The following features are supported:

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

Method Summary
 Region getParentRegion()
          Returns the value of the 'Parent Region' container reference.
 EObject getValue()
          Returns the value of the 'Value' containment reference.
 void setParentRegion(Region value)
          Sets the value of the 'Parent Region' container reference.
 void setValue(EObject value)
          Sets the value of the 'Value' containment reference.
 
Methods inherited from interface de.cau.cs.kieler.synccharts.ValuedObject
getHostType, getInitialValue, getName, getType, setHostType, setInitialValue, setName, setType
 
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

getValue

EObject getValue()
Returns the value of the 'Value' containment reference.

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

Returns:
the value of the 'Value' containment reference.
See Also:
setValue(EObject), SyncchartsPackage.getVariable_Value()
Generated:
This code was automatically generated.
Model element:
containment=true
required=true

setValue

void setValue(EObject value)
Sets the value of the 'Value' containment reference.

Parameters:
value - the new value of the 'Value' containment reference.
See Also:
getValue()
Generated:
This code was automatically generated.

getParentRegion

Region getParentRegion()
Returns the value of the 'Parent Region' container reference. It is bidirectional and its opposite is 'Variables'.

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

Returns:
the value of the 'Parent Region' container reference.
See Also:
setParentRegion(Region), SyncchartsPackage.getVariable_ParentRegion(), Region.getVariables()
Generated:
This code was automatically generated.
Model element:
opposite=variables
transient=false

setParentRegion

void setParentRegion(Region value)
Sets the value of the 'Parent Region' container reference.

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