|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Transition
A representation of the model object 'Transition'.
The following features are supported:
SyncchartsPackage.getTransition()
Method Summary | |
---|---|
int |
getPriority()
Returns the value of the 'Priority' attribute. |
State |
getSourceState()
Returns the value of the 'Source State' container reference. |
State |
getTargetState()
Returns the value of the 'Target State' reference. |
TransitionType |
getType()
Returns the value of the 'Type' attribute. |
boolean |
isIsHistory()
Returns the value of the 'Is History' attribute. |
void |
setIsHistory(boolean value)
Sets the value of the ' Is History ' attribute. |
void |
setPriority(int value)
Sets the value of the ' Priority ' attribute. |
void |
setSourceState(State value)
Sets the value of the ' Source State ' container reference. |
void |
setTargetState(State value)
Sets the value of the ' Target State ' reference. |
void |
setType(TransitionType value)
Sets the value of the ' Type ' attribute. |
Methods inherited from interface de.cau.cs.kieler.synccharts.Action |
---|
getDelay, getEffects, getParentStateEntryAction, getParentStateExitAction, getParentStateInnerAction, getParentStateSuspension, getTrigger, getTriggersAndEffects, isIsImmediate, setDelay, setIsImmediate, setParentStateEntryAction, setParentStateExitAction, setParentStateInnerAction, setParentStateSuspension, setTrigger, setTriggersAndEffects |
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 |
---|
int getPriority()
If the meaning of the 'Priority' attribute isn't clear, there really should be more of a description here...
setPriority(int)
,
SyncchartsPackage.getTransition_Priority()
void setPriority(int value)
Priority
' attribute.
value
- the new value of the 'Priority' attribute.getPriority()
TransitionType getType()
TransitionType
.
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
TransitionType
,
setType(TransitionType)
,
SyncchartsPackage.getTransition_Type()
required | = | true |
void setType(TransitionType value)
Type
' attribute.
value
- the new value of the 'Type' attribute.TransitionType
,
getType()
State getTargetState()
If the meaning of the 'Target State' reference isn't clear, there really should be more of a description here...
setTargetState(State)
,
SyncchartsPackage.getTransition_TargetState()
required | = | true |
void setTargetState(State value)
Target State
' reference.
value
- the new value of the 'Target State' reference.getTargetState()
State getSourceState()
Outgoing Transitions
'.
If the meaning of the 'Source State' container reference isn't clear, there really should be more of a description here...
setSourceState(State)
,
SyncchartsPackage.getTransition_SourceState()
,
State.getOutgoingTransitions()
opposite | = | outgoingTransitions |
required | = | true |
transient | = | false |
void setSourceState(State value)
Source State
' container reference.
value
- the new value of the 'Source State' container reference.getSourceState()
boolean isIsHistory()
If the meaning of the 'Is History' attribute isn't clear, there really should be more of a description here...
setIsHistory(boolean)
,
SyncchartsPackage.getTransition_IsHistory()
void setIsHistory(boolean value)
Is History
' attribute.
value
- the new value of the 'Is History' attribute.isIsHistory()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |