Uses of Class
org.apache.commons.scxml.Step

Packages that use Step
org.apache.commons.scxml The Commons SCXML executor and core concepts. 
org.apache.commons.scxml.semantics A collection of classes responsible for implementations of the org.apache.commons.scxml.SCXMLSemantics interface. 
 

Uses of Step in org.apache.commons.scxml
 

Methods in org.apache.commons.scxml with parameters of type Step
 void SCXMLSemantics.enumerateReachableTransitions(SCXML stateMachine, Step step, ErrorReporter errRep)
          Enumerate all the reachable transitions.
 void SCXMLSemantics.executeActions(Step step, SCXML stateMachine, EventDispatcher evtDispatcher, ErrorReporter errRep, SCInstance scInstance)
          Executes all OnExit/Transition/OnEntry transitional actions.
 void SCXMLSemantics.filterTransitionsSet(Step step, EventDispatcher evtDispatcher, ErrorReporter errRep, SCInstance scInstance)
          Filter the transitions set, eliminate those whose guard conditions are not satisfied.
 void SCXMLSemantics.followTransitions(Step step, ErrorReporter errorReporter, SCInstance scInstance)
          Follow the candidate transitions for this execution Step, and update the lists of entered and exited states accordingly.
 void SCXMLSemantics.initiateInvokes(Step step, ErrorReporter errRep, SCInstance scInstance)
          Initiate any new invoked activities.
 void SCXMLSemantics.updateHistoryStates(Step step, ErrorReporter errRep, SCInstance scInstance)
          Go over the exit list and update history information for relevant states.
 

Uses of Step in org.apache.commons.scxml.semantics
 

Methods in org.apache.commons.scxml.semantics with parameters of type Step
 void SCXMLSemanticsImpl.enumerateReachableTransitions(SCXML stateMachine, Step step, ErrorReporter errRep)
           
 void SCXMLSemanticsImpl.executeActions(Step step, SCXML stateMachine, EventDispatcher evtDispatcher, ErrorReporter errRep, SCInstance scInstance)
          Executes all OnExit/Transition/OnEntry transitional actions.
 void SCXMLSemanticsImpl.filterTransitionsSet(Step step, EventDispatcher evtDispatcher, ErrorReporter errRep, SCInstance scInstance)
           
 void SCXMLSemanticsImpl.followTransitions(Step step, ErrorReporter errorReporter, SCInstance scInstance)
          Follow the candidate transitions for this execution Step, and update the lists of entered and exited states accordingly.
 void SCXMLSemanticsImpl.initiateInvokes(Step step, ErrorReporter errRep, SCInstance scInstance)
          Initiate any new invokes.
 void SCXMLSemanticsImpl.updateHistoryStates(Step step, ErrorReporter errRep, SCInstance scInstance)
          Go over the exit list and update history information for relevant states.
 



Copyright © 2005-2008 The Apache Software Foundation. All Rights Reserved.