|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Signal
A representation of the model object 'Signal'.
The following features are supported:
SyncchartsPackage.getSignal()
Method Summary | |
---|---|
CombineOperator |
getCombineOperator()
Returns the value of the 'Combine Operator' attribute. |
String |
getHostCombineOperator()
Returns the value of the 'Host Combine Operator' attribute. |
Region |
getParentRegion()
Returns the value of the 'Parent Region' container reference. |
State |
getParentState()
Returns the value of the 'Parent State' container reference. |
EObject |
getValue()
Returns the value of the 'Value' containment reference. |
boolean |
isIsInput()
Returns the value of the 'Is Input' attribute. |
boolean |
isIsOutput()
Returns the value of the 'Is Output' attribute. |
void |
setCombineOperator(CombineOperator value)
Sets the value of the ' Combine Operator ' attribute. |
void |
setHostCombineOperator(String value)
Sets the value of the ' Host Combine Operator ' attribute. |
void |
setIsInput(boolean value)
Sets the value of the ' Is Input ' attribute. |
void |
setIsOutput(boolean value)
Sets the value of the ' Is Output ' attribute. |
void |
setParentRegion(Region value)
Sets the value of the ' Parent Region ' container reference. |
void |
setParentState(State value)
Sets the value of the ' Parent State ' 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 |
---|
EObject getValue()
If the meaning of the 'Value' containment reference isn't clear, there really should be more of a description here...
setValue(EObject)
,
SyncchartsPackage.getSignal_Value()
containment | = | true |
void setValue(EObject value)
Value
' containment reference.
value
- the new value of the 'Value' containment reference.getValue()
State getParentState()
Signals
'.
If the meaning of the 'Parent State' container reference isn't clear, there really should be more of a description here...
setParentState(State)
,
SyncchartsPackage.getSignal_ParentState()
,
State.getSignals()
opposite | = | signals |
transient | = | false |
void setParentState(State value)
Parent State
' container reference.
value
- the new value of the 'Parent State' container reference.getParentState()
boolean isIsInput()
If the meaning of the 'Is Input' attribute isn't clear, there really should be more of a description here...
setIsInput(boolean)
,
SyncchartsPackage.getSignal_IsInput()
required | = | true |
void setIsInput(boolean value)
Is Input
' attribute.
value
- the new value of the 'Is Input' attribute.isIsInput()
boolean isIsOutput()
If the meaning of the 'Is Output' attribute isn't clear, there really should be more of a description here...
setIsOutput(boolean)
,
SyncchartsPackage.getSignal_IsOutput()
required | = | true |
void setIsOutput(boolean value)
Is Output
' attribute.
value
- the new value of the 'Is Output' attribute.isIsOutput()
CombineOperator getCombineOperator()
CombineOperator
.
If the meaning of the 'Combine Operator' attribute isn't clear, there really should be more of a description here...
CombineOperator
,
setCombineOperator(CombineOperator)
,
SyncchartsPackage.getSignal_CombineOperator()
required | = | true |
void setCombineOperator(CombineOperator value)
Combine Operator
' attribute.
value
- the new value of the 'Combine Operator' attribute.CombineOperator
,
getCombineOperator()
String getHostCombineOperator()
If the meaning of the 'Host Combine Operator' attribute isn't clear, there really should be more of a description here...
setHostCombineOperator(String)
,
SyncchartsPackage.getSignal_HostCombineOperator()
void setHostCombineOperator(String value)
Host Combine Operator
' attribute.
value
- the new value of the 'Host Combine Operator' attribute.getHostCombineOperator()
Region getParentRegion()
Signals
'.
If the meaning of the 'Parent Region' container reference isn't clear, there really should be more of a description here...
setParentRegion(Region)
,
SyncchartsPackage.getSignal_ParentRegion()
,
Region.getSignals()
opposite | = | signals |
transient | = | false |
void setParentRegion(Region value)
Parent Region
' container reference.
value
- the new value of the 'Parent Region' container reference.getParentRegion()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |