Class Transition


  • public class Transition
    extends Object
    A representation of a transition from a state to another state.
    Version:
    $Revision$
    Author:
    Scott.Stark@jboss.org
    • Constructor Detail

      • Transition

        public Transition​(String name,
                          State target)
    • Method Detail

      • getName

        public String getName()
      • getTarget

        public State getTarget()