public class DefaultExternalTransition<S,E> extends AbstractExternalTransition<S,E>
actions, target
Constructor and Description |
---|
DefaultExternalTransition(State<S,E> source,
State<S,E> target,
java.util.Collection<Action<S,E>> actions,
E event,
Guard<S,E> guard,
Trigger<S,E> trigger)
Instantiates a new default external transition.
|
DefaultExternalTransition(State<S,E> source,
State<S,E> target,
java.util.Collection<Action<S,E>> actions,
E event,
Guard<S,E> guard,
Trigger<S,E> trigger,
SecurityRule securityRule)
Instantiates a new default external transition.
|
addActionListener, executeTransitionActions, getActions, getGuard, getKind, getSecurityRule, getSource, getTarget, getTrigger, removeActionListener, toString, transit
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addActionListener, executeTransitionActions, getActions, getGuard, getKind, getSecurityRule, getSource, getTarget, getTrigger, removeActionListener, transit
public DefaultExternalTransition(State<S,E> source, State<S,E> target, java.util.Collection<Action<S,E>> actions, E event, Guard<S,E> guard, Trigger<S,E> trigger)
source
- the sourcetarget
- the targetactions
- the actionsevent
- the eventguard
- the guardtrigger
- the triggerpublic DefaultExternalTransition(State<S,E> source, State<S,E> target, java.util.Collection<Action<S,E>> actions, E event, Guard<S,E> guard, Trigger<S,E> trigger, SecurityRule securityRule)
source
- the sourcetarget
- the targetactions
- the actionsevent
- the eventguard
- the guardtrigger
- the triggersecurityRule
- the security rule