avrora.sim
Class FiniteStateMachine.State

java.lang.Object
  extended byavrora.sim.FiniteStateMachine.State
Enclosing class:
FiniteStateMachine

protected class FiniteStateMachine.State
extends java.lang.Object

The State class represents a state of the finite state machine, including its name as a String, the transition time to each of the other states, and a list of any probes attached to this state.


Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait