|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.shale.dialog.basic.config.AbstractState
org.apache.shale.dialog.basic.config.SubdialogStateImpl
public final class SubdialogStateImpl
SubdialogStateImpl
is a basic implementation of
SubdialogState
.
Constructor Summary | |
---|---|
SubdialogStateImpl()
|
Method Summary | |
---|---|
java.lang.String |
getDialogName()
Return the name of the subordinate dialog to be executed by this state. |
void |
setDialogName(java.lang.String dialogName)
Set the name of the subordinate dialog to be executed by this state. |
java.lang.String |
toString()
Render a printable version of this instance. |
Methods inherited from class org.apache.shale.dialog.basic.config.AbstractState |
---|
addTransition, findTransition, getDialog, getName, getTransitionOutcomes, removeTransition, setDialog, setName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.apache.shale.dialog.basic.model.State |
---|
findTransition, getDialog, getName, getTransitionOutcomes |
Constructor Detail |
---|
public SubdialogStateImpl()
Method Detail |
---|
public java.lang.String getDialogName()
Return the name of the subordinate dialog to be executed by this state.
getDialogName
in interface SubdialogState
public java.lang.String toString()
Render a printable version of this instance.
toString
in class java.lang.Object
public void setDialogName(java.lang.String dialogName)
Set the name of the subordinate dialog to be executed by this state.
dialogName
- The subordinate dialog name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |