|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.dpml.metro.tools.TransitionDataType
Utility datatype supporting a Transition instance construction.
Constructor Summary | |
TransitionDataType()
|
Method Summary | |
OperationDataType |
createOperation()
Add an operation to the transition. |
void |
setName(String name)
Set the operation name. |
void |
setTarget(String target)
Set the transition target. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TransitionDataType()
Method Detail |
public void setName(String name)
name
- the operation namepublic void setTarget(String target)
target
- the relative address of the target statepublic OperationDataType createOperation()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |