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

Packages that use ModelException
org.apache.taglibs.rdc.scxml The core classes for the digestion and interpretation of SCXML documents. 
org.apache.taglibs.rdc.scxml.model A collection of classes needed to model SCXML documents. 
 

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

Methods in org.apache.taglibs.rdc.scxml that throw ModelException
 void SCXMLExecutor.triggerEvents(TriggerEvent[] evts)
          The worker method.
 void SCXMLExecutor.reset()
          Clear all state and begin from "initialstate" indicated on root SCXML element.
 void SCXMLExecutor.setStateMachine(SCXML statemachine)
          Set the state machine to be executed
 void SCXMLSemantics.determineInitialStates(SCXML input, java.util.Set states, java.util.List entryList, 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.determineTargetStates(java.util.Set states, ErrorReporter errRep)
           
 

Constructors in org.apache.taglibs.rdc.scxml that throw ModelException
SCXMLExecutor()
           
SCXMLExecutor(Evaluator evaluator, EventDispatcher evtDisp, ErrorReporter errRep)
          Constructor
 

Uses of ModelException in org.apache.taglibs.rdc.scxml.model
 

Methods in org.apache.taglibs.rdc.scxml.model that throw ModelException
 State Action.getParentState()
          Return the parent state
 



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