public interface Transition
Modifier and Type | Method and Description |
---|---|
Transition |
asPrototype() |
void |
connect() |
Groups |
executeAction(Groups groups,
long pos) |
Action |
getAction() |
State |
getOrigin() |
State |
getTarget() |
void |
remove() |
Transition |
withAction(Action action) |
Transition |
withOrigin(State state) |
Transition |
withTarget(State target) |
void connect()
void remove()
State getTarget()
State getOrigin()
Action getAction()
Transition asPrototype()
Transition withOrigin(State state)
Transition withTarget(State target)
Transition withAction(Action action)
Copyright © 2019. All rights reserved.