Uses of Class
sm.StateMachineNotfoundException

Packages that use StateMachineNotfoundException
sm   
 

Uses of StateMachineNotfoundException in sm
 

Methods in sm that throw StateMachineNotfoundException
 SMCanvas SMCanvas.attachSM(java.lang.String machine, boolean reset)
          Attaches a state machine to the canvas and resets it.
 SMCanvas SMCanvas.suspend(java.lang.String machine)
          Suspends the state machine machine if it is associated to this canvas.
 SMCanvas SMCanvas.resume(java.lang.String machine)
          Resumes the state machine machine if it is associated to this canvas.