|
ABLE 2.0.0 07/02/2003 10:25:01 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Transition | |
---|---|
com.ibm.able.conversation | The com.ibm.able.conversation contains classes for
conversation management in ABLE. |
Uses of Transition in com.ibm.able.conversation |
---|
Methods in com.ibm.able.conversation that return Transition | |
Transition |
State.getTransition(java.lang.String id)
Returns the transition identified by the id supplied |
Transition |
StateMachine.getTransition(java.lang.String transitionName)
Returns the transition object for the given transition name(id) |
Methods in com.ibm.able.conversation with parameters of type Transition | |
void |
State.addTransition(Transition transition)
Adds a new transition to the set of transitions possible from the state |
Constructors in com.ibm.able.conversation with parameters of type Transition | |
Transition(Transition t)
Creates a new transition object that is a copy of the argument transition object |
|
ABLE 2.0.0 07/02/2003 10:25:01 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |