Class StateMachineParser


  • public class StateMachineParser
    extends java.lang.Object
    Parse an xml representation of a state machine. A sample document is:
    Version:
    $Revision$
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static org.jboss.logging.Logger log  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      StateMachine parse​(java.net.URL source)  
      • Methods inherited from class java.lang.Object

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

      • log

        private static org.jboss.logging.Logger log
    • Constructor Detail

      • StateMachineParser

        public StateMachineParser()
    • Method Detail

      • parse

        public StateMachine parse​(java.net.URL source)
                           throws java.lang.Exception
        Throws:
        java.lang.Exception