Class Transition


  • public class Transition
    extends java.lang.Object
    A representation of a transition from a state to another state.
    Version:
    $Revision$
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String name  
      private State target  
    • Constructor Summary

      Constructors 
      Constructor Description
      Transition​(java.lang.String name, State target)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()  
      State getTarget()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • name

        private java.lang.String name
      • target

        private State target
    • Constructor Detail

      • Transition

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

      • getName

        public java.lang.String getName()
      • getTarget

        public State getTarget()