|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.echarts.TransitionTarget org.echarts.CompoundTransitionTarget
public final class CompoundTransitionTarget
Represents a branching transition target that references other compound or basic transition targets. In addition, a guard may be defined.
Field Summary |
---|
Fields inherited from class org.echarts.TransitionTarget |
---|
serialVersionUID |
Constructor Summary | |
---|---|
CompoundTransitionTarget(GuardMethod guardMethod,
TransitionTarget[] targets)
|
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 CompoundTransitionTarget(GuardMethod guardMethod, TransitionTarget[] targets)
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 |