|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ow2.clif.scenario.transitions.Transition
public class Transition
Constructor Summary | |
---|---|
Transition()
|
Method Summary | |
---|---|
java.lang.String[] |
getAction()
|
int |
getId()
|
boolean |
isEndSession()
|
void |
setProperties(java.util.Properties prop)
|
void |
setTransition(java.lang.String transition)
Set the transition and parse the parameters: id, action, and optional arguments. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Transition()
Method Detail |
---|
public void setTransition(java.lang.String transition)
transition
- The complete String from the matrix.public int getId()
public java.lang.String[] getAction()
public boolean isEndSession()
public void setProperties(java.util.Properties prop)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |