Package | Description |
---|---|
org.apache.shale.dialog.basic.config | |
org.apache.shale.dialog.basic.model |
Modifier and Type | Class and Description |
---|---|
class |
TransitionImpl
TransitionImpl is a basic implementation of
Transition . |
Modifier and Type | Method and Description |
---|---|
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 . |
Modifier and Type | Method and Description |
---|---|
void |
AbstractState.addTransition(Transition transition)
|
void |
DialogImpl.addTransition(Transition transition)
|
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. |
Modifier and Type | Method and Description |
---|---|
Transition |
Dialog.findTransition(String outcome)
Return the global
Transition for the specified logical outcome,
if any; otherwise, return null . |
Transition |
State.findTransition(String outcome)
Return the
Transition for the specified logical outcome,
if any; otherwise, return null . |
Copyright © 2004-2013 Apache Software Foundation. All Rights Reserved.