|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.dpml.metro.tools.TriggerDataType
public class TriggerDataType
Utility datatype supporting a Transition instance construction.
| Constructor Summary | |
|---|---|
TriggerDataType()
|
|
| Method Summary | |
|---|---|
ApplyDataType |
createApply()
Add an apply to the trigger. |
ExecDataType |
createExec()
Add an exec to the trigger. |
OperationDataType |
createOperation()
Add an operation to the trigger. |
TransitionDataType |
createTransition()
Add an transition to the trigger. |
void |
setEvent(String event)
Set the trigger event class. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TriggerDataType()
| Method Detail |
|---|
public void setEvent(String event)
event - the event namepublic OperationDataType createOperation()
public TransitionDataType createTransition()
public ApplyDataType createApply()
public ExecDataType createExec()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||