org.glassfish.pfl.basic.fsm
Class Transition

java.lang.Object
  extended by org.glassfish.pfl.basic.fsm.Transition

public final class Transition
extends Object

This represents an action, guard, and next state for a transition. Instances of this class may only be created by the StateEngine.


Method Summary
 Action getAction()
           
 Guard getGuard()
           
 State getNextState()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public String toString()
Overrides:
toString in class Object

getAction

public Action getAction()

getGuard

public Guard getGuard()

getNextState

public State getNextState()


Copyright © 2013 Oracle. All Rights Reserved.