|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.graph.domain.statemachine.Transition
Description of the Class
Field Summary | |
private java.lang.String |
action
|
static java.lang.String |
EPSILON
Description of the Field |
private java.lang.String |
guard
|
private java.lang.String |
name
|
private java.lang.String |
output
|
private State |
source
|
private State |
target
|
private java.lang.String |
trigger
|
Constructor Summary | |
Transition(java.lang.String name,
State source,
State target)
Constructor for the Transition object |
Method Summary | |
java.lang.String |
getAction()
Gets the action attribute of the Transition object |
java.lang.String |
getGuard()
Gets the guard attribute of the Transition object |
java.lang.String |
getName()
Gets the name attribute of the Transition object |
java.lang.String |
getOutput()
Gets the output attribute of the Transition object |
State |
getSource()
Gets the source attribute of the Transition object |
State |
getTarget()
Gets the target attribute of the Transition object |
void |
setAction(java.lang.String action)
Sets the action attribute of the Transition object |
void |
setGuard(java.lang.String guard)
Sets the guard attribute of the Transition object |
void |
setOutput(java.lang.String output)
Sets the output attribute of the Transition object |
void |
setTrigger(java.lang.String trigger)
Sets the action attribute of the Transition object |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private java.lang.String name
private State source
private State target
private java.lang.String action
private java.lang.String guard
private java.lang.String output
private java.lang.String trigger
public static final java.lang.String EPSILON
Constructor Detail |
public Transition(java.lang.String name, State source, State target)
name
- source
- target
- Method Detail |
public java.lang.String getName()
getName
in interface Named
public State getSource()
public State getTarget()
public void setTrigger(java.lang.String trigger)
public void setAction(java.lang.String action)
public java.lang.String getAction()
public void setGuard(java.lang.String guard)
public java.lang.String getGuard()
public java.lang.String getOutput()
public void setOutput(java.lang.String output)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |