|
||||||||||
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:
RoomPackage.getTransition()
Method Summary | |
---|---|
DetailCode |
getAction()
Returns the value of the 'Action' containment reference. |
Documentation |
getDocu()
Returns the value of the 'Docu' containment reference. |
java.lang.String |
getName()
Returns the value of the 'Name' attribute. |
TransitionTerminal |
getTo()
Returns the value of the 'To' containment reference. |
void |
setAction(DetailCode value)
Sets the value of the ' Action ' containment reference. |
void |
setDocu(Documentation value)
Sets the value of the ' Docu ' containment reference. |
void |
setName(java.lang.String value)
Sets the value of the ' Name ' attribute. |
void |
setTo(TransitionTerminal value)
Sets the value of the ' To ' containment reference. |
Method Detail |
---|
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
getName
in interface StateGraphItem
setName(String)
,
RoomPackage.getTransition_Name()
void setName(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
TransitionTerminal getTo()
If the meaning of the 'To' containment reference isn't clear, there really should be more of a description here...
setTo(TransitionTerminal)
,
RoomPackage.getTransition_To()
void setTo(TransitionTerminal value)
To
' containment reference.
value
- the new value of the 'To' containment reference.getTo()
Documentation getDocu()
If the meaning of the 'Docu' containment reference isn't clear, there really should be more of a description here...
setDocu(Documentation)
,
RoomPackage.getTransition_Docu()
void setDocu(Documentation value)
Docu
' containment reference.
value
- the new value of the 'Docu' containment reference.getDocu()
DetailCode getAction()
If the meaning of the 'Action' containment reference isn't clear, there really should be more of a description here...
setAction(DetailCode)
,
RoomPackage.getTransition_Action()
void setAction(DetailCode value)
Action
' containment reference.
value
- the new value of the 'Action' containment reference.getAction()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |