Uses of Class
com.x8ing.lsm4j.state.NoMatchingTransitionConditionFoundException

Packages that use NoMatchingTransitionConditionFoundException
com.x8ing.lsm4j.state Provides classes that build the base structure of the state machine. 
 

Uses of NoMatchingTransitionConditionFoundException in com.x8ing.lsm4j.state
 

Methods in com.x8ing.lsm4j.state that throw NoMatchingTransitionConditionFoundException
 ProcessableState ProcessableGraph.run(int startStateID, StateContext startStateContext)
          Starts the processing of the graph.
 ProcessableState ProcessableGraph.run(int startStateID, StateContext startStateContext, int numberOfSteps)
          Run the graph for a defined number of transitions.
 ProcessableState ProcessableGraph.runContinue()
          Continues the processing of the previously interrupted graph.
 ProcessableState ProcessableGraph.runContinue(int numberOfSteps)
          Continues the processing of the previously interrupted graph with a limited amount of transitions.
 



by Patrick Heusser