Uses of Class
org.apache.taglibs.rdc.scxml.model.SCXML

Packages that use SCXML
org.apache.taglibs.rdc.scxml The core classes for the digestion and interpretation of SCXML documents. 
 

Uses of SCXML in org.apache.taglibs.rdc.scxml
 

Methods in org.apache.taglibs.rdc.scxml that return SCXML
 SCXML SCXMLExecutor.getStateMachine()
          Get the state machine that is being executed
static SCXML SCXMLDigester.digest(java.net.URL scxmlURL, org.xml.sax.ErrorHandler errHandler, Context evalCtx, Evaluator evalEngine)
          API for standalone usage where the SCXML document is a URL.
static SCXML SCXMLDigester.digest(java.lang.String documentRealPath, org.xml.sax.ErrorHandler errHandler, Context evalCtx, Evaluator evalEngine, PathResolver pr)
          API for standalone usage where the SCXML document is a URI.
 SCXML SCXMLSemantics.normalizeStateMachine(SCXML input, ErrorReporter errRep)
           
 

Methods in org.apache.taglibs.rdc.scxml with parameters of type SCXML
 void SCXMLExecutor.setStateMachine(SCXML statemachine)
          Set the state machine to be executed
static java.lang.String SCXMLDigester.serializeSCXML(SCXML scxml)
          Serialize this SCXML object (primarily for debugging)
 SCXML SCXMLSemantics.normalizeStateMachine(SCXML input, ErrorReporter errRep)
           
 void SCXMLSemantics.determineInitialStates(SCXML input, java.util.Set states, java.util.List entryList, ErrorReporter errRep)
           
 void SCXMLSemantics.enumerateReachableTransitions(SCXML stateMachine, org.apache.taglibs.rdc.scxml.Step step, ErrorReporter errRep)
           
 

Constructors in org.apache.taglibs.rdc.scxml with parameters of type SCXML
SCXMLDigester.UpdateModelRule(SCXML scxml)
           
 



Copyright ? 2000-2004 The Apache Software Foundation. All Rights Reserved.