|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Transition | |
---|---|
org.apache.shale.dialog.basic.config | |
org.apache.shale.dialog.basic.model |
Uses of Transition in org.apache.shale.dialog.basic.config |
---|
Classes in org.apache.shale.dialog.basic.config that implement Transition | |
---|---|
class |
TransitionImpl
TransitionImpl is a basic implementation of
Transition . |
Methods in org.apache.shale.dialog.basic.config that return Transition | |
---|---|
Transition |
AbstractState.findTransition(String outcome)
Return the Transition for the specified logical outcome,
if any; otherwise, return null . |
Transition |
DialogImpl.findTransition(String outcome)
Return the global Transition for the specified logical outcome,
if any; otherwise, return null . |
Methods in org.apache.shale.dialog.basic.config with parameters of type Transition | |
---|---|
void |
AbstractState.addTransition(Transition transition)
Add the specified Transition to the Transition s owned
by this State . |
void |
DialogImpl.addTransition(Transition transition)
Add the specified Transition to the global Transition s
associated with this Dialog . |
void |
AbstractState.removeTransition(Transition transition)
Remove the specified Transition from the Transition s
owned by this State , if it is currently registered. |
void |
DialogImpl.removeTransition(Transition transition)
Remove the specified Transition from the global
Transition s associated with this Dialog , if it is
currently registered. |
Uses of Transition in org.apache.shale.dialog.basic.model |
---|
Methods in org.apache.shale.dialog.basic.model that return Transition | |
---|---|
Transition |
State.findTransition(String outcome)
Return the Transition for the specified logical outcome,
if any; otherwise, return null . |
Transition |
Dialog.findTransition(String outcome)
Return the global Transition for the specified logical outcome,
if any; otherwise, return null . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |