public final class SubdialogStateImpl extends AbstractState implements SubdialogState
SubdialogStateImpl
is a basic implementation of
SubdialogState
.
Constructor and Description |
---|
SubdialogStateImpl() |
Modifier and Type | Method and Description |
---|---|
String |
getDialogName()
Return the name of the subordinate dialog to be executed
by this state.
|
void |
setDialogName(String dialogName)
Set the name of the subordinate dialog to be executed
by this state.
|
String |
toString()
Render a printable version of this instance.
|
addTransition, findTransition, getDialog, getName, getTransitionOutcomes, removeTransition, setDialog, setName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findTransition, getDialog, getName, getTransitionOutcomes
public String getDialogName()
Return the name of the subordinate dialog to be executed by this state.
getDialogName
in interface SubdialogState
public String toString()
Render a printable version of this instance.
public void setDialogName(String dialogName)
Set the name of the subordinate dialog to be executed by this state.
dialogName
- The subordinate dialog nameCopyright © 2004-2013 Apache Software Foundation. All Rights Reserved.