|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.echarts.TransitionTarget
org.echarts.BasicTransitionTarget
public final class BasicTransitionTarget
Represents a transition target that references a particular target state configuration. In addition, a guard and action may be defined.
| Field Summary |
|---|
| Fields inherited from class org.echarts.TransitionTarget |
|---|
serialVersionUID |
| Constructor Summary | |
|---|---|
BasicTransitionTarget(StateConfiguration targetConfiguration,
java.lang.String targetImage,
GuardMethod guardMethod,
ActionMethod actionMethod)
|
|
| Method Summary | |
|---|---|
java.lang.String |
toString()
|
| Methods inherited from class org.echarts.TransitionTarget |
|---|
evaluateGuard, evaluateGuard |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BasicTransitionTarget(StateConfiguration targetConfiguration,
java.lang.String targetImage,
GuardMethod guardMethod,
ActionMethod actionMethod)
| Method Detail |
|---|
public final java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||