Uses of Interface
org.apache.taglibs.rdc.scxml.ErrorReporter

Packages that use ErrorReporter
org.apache.taglibs.rdc.scxml The core classes for the digestion and interpretation of SCXML documents. 
org.apache.taglibs.rdc.scxml.env A collection of classes bridging the SCXML executor to the RDC runtime environment (servlet container). 
 

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

Methods in org.apache.taglibs.rdc.scxml that return ErrorReporter
 ErrorReporter SCXMLExecutor.getErrorReporter()
          Get the environment specific error reporter
 

Methods in org.apache.taglibs.rdc.scxml with parameters of type ErrorReporter
 void SCXMLSemantics.buildOnExitOnEntryLists(org.apache.taglibs.rdc.scxml.Step step, ErrorReporter errRep)
           
 void SCXMLSemantics.determineInitialStates(SCXML input, java.util.Set states, java.util.List entryList, ErrorReporter errRep)
           
 void SCXMLSemantics.determineTargetStates(java.util.Set states, ErrorReporter errRep)
           
 void SCXMLSemantics.enumerateReachableTransitions(SCXML stateMachine, org.apache.taglibs.rdc.scxml.Step step, ErrorReporter errRep)
           
 void SCXMLSemantics.executeActionList(java.util.List actions, java.util.Collection derivedEvents, SCXMLExecutor exec, ErrorReporter errRep)
           
 void SCXMLSemantics.executeActions(org.apache.taglibs.rdc.scxml.Step step, SCXMLExecutor exec, ErrorReporter errRep)
          Exectutes all OnExit/Transition/OnEntry transitional actions.
 void SCXMLSemantics.filterTransitionsSet(org.apache.taglibs.rdc.scxml.Step step, Evaluator evaluator, ErrorReporter errRep)
           
static boolean SCXMLHelper.isLegalConfig(java.util.Set states, ErrorReporter errRep)
          Checks whether a given set of states is a legal Harel State Table configuration (with the respect to the definition of the OR and AND states).
 SCXML SCXMLSemantics.normalizeStateMachine(SCXML input, ErrorReporter errRep)
           
 void SCXMLSemantics.seedTargetSet(org.apache.taglibs.rdc.scxml.Step step, ErrorReporter errRep)
           
 void SCXMLExecutor.setErrorReporter(ErrorReporter errorReporter)
          Set the environment specific error reporter
 void SCXMLSemantics.updateHistoryStates(org.apache.taglibs.rdc.scxml.Step step, ErrorReporter errRep)
          Go over the exit list and update history information for relevant states.
 

Constructors in org.apache.taglibs.rdc.scxml with parameters of type ErrorReporter
SCXMLExecutor(Evaluator evaluator, EventDispatcher evtDisp, ErrorReporter errRep)
          Constructor
 

Uses of ErrorReporter in org.apache.taglibs.rdc.scxml.env
 

Classes in org.apache.taglibs.rdc.scxml.env that implement ErrorReporter
 class Tracer
          A simple logger connected to Jakarta Commons Logging.
 



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