|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.shale.dialog.basic.config.TransitionImpl
public final class TransitionImpl
TransitionImpl
is a basic implementation of
Transition
.
Constructor Summary | |
---|---|
TransitionImpl()
|
Method Summary | |
---|---|
String |
getOutcome()
Return the logical outcome used to select this |
String |
getTarget()
Return the target |
void |
setOutcome(String outcome)
Set the logical outcome used to select this Transition . |
void |
setTarget(String target)
Set the target State identifier for this
Transition . |
String |
toString()
Render a printable version of this instance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TransitionImpl()
Method Detail |
---|
public String getOutcome()
Return the logical outcome used to select this Transition
.
getOutcome
in interface Transition
Transition
to be
followedpublic String getTarget()
Return the target State
identifier for this
Transition
.
getTarget
in interface Transition
State
public String toString()
Render a printable version of this instance.
toString
in class Object
public void setOutcome(String outcome)
Set the logical outcome used to select this Transition
.
outcome
- New logical outcomepublic void setTarget(String target)
Set the target State
identifier for this
Transition
.
target
- New target identifier
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |