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
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.
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.
 SCXML SCXMLExecutor.getStateMachine()
          Get the state machine that is being executed
 SCXML SCXMLSemantics.normalizeStateMachine(SCXML input, ErrorReporter errRep)
           
 

Methods in org.apache.taglibs.rdc.scxml with parameters of type SCXML
 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)
           
 SCXML SCXMLSemantics.normalizeStateMachine(SCXML input, ErrorReporter errRep)
           
static java.lang.String SCXMLDigester.serializeSCXML(SCXML scxml)
          Serialize this SCXML object (primarily for debugging)
 void SCXMLExecutor.setStateMachine(SCXML statemachine)
          Set the state machine to be executed
 

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.