public class AbstractInternalTransition<S,E> extends AbstractTransition<S,E> implements Transition<S,E>
Constructor and Description |
---|
AbstractInternalTransition(State<S,E> source,
java.util.Collection<Action<S,E>> actions,
E event,
Guard<S,E> guard,
Trigger<S,E> trigger) |
AbstractInternalTransition(State<S,E> source,
java.util.Collection<Action<S,E>> actions,
E event,
Guard<S,E> guard,
Trigger<S,E> trigger,
SecurityRule securityRule) |
getActions, getKind, getSecurityRule, getSource, getTarget, getTrigger, transit
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getActions, getKind, getSecurityRule, getSource, getTarget, getTrigger, transit