Uses of Interface
net.sourceforge.aqueduct.InputSource

Packages that use InputSource
net.sourceforge.aqueduct   
net.sourceforge.aqueduct.inputsource   
net.sourceforge.aqueduct.state   
 

Uses of InputSource in net.sourceforge.aqueduct
 

Classes in net.sourceforge.aqueduct with type parameters of type InputSource
 interface State<T extends InputSource>
          A state in the state machine.
 class StateEvent<T extends InputSource>
          Message sent to active StateEventListeners.
 interface StateEventListener<T extends InputSource>
          Interface to be used by objects wishing to be notified when one or more given states encounters a transition event.
 class StateMachine<S extends State<I>,I extends InputSource>
          Maintains the current state and InputSource used by a particular execution of a StateMachineDescription.
 class StateMachineDescription<S extends State<I>,I extends InputSource>
           Contains State objects and the transitions between them.
static class StateMachineDescription.Builder<S extends State<I>,I extends InputSource>
          Convenience class that simplifies the code required to create a StateMachineDescription.
 

Uses of InputSource in net.sourceforge.aqueduct.inputsource
 

Classes in net.sourceforge.aqueduct.inputsource that implement InputSource
 class StringSequenceInputSource
          An InputSource that provides a sequence of Strings as inputs to a StateMachine.
 

Uses of InputSource in net.sourceforge.aqueduct.state
 

Classes in net.sourceforge.aqueduct.state with type parameters of type InputSource
 class AbstractState<T extends InputSource>
          Base class for State implementations.
 class TerminalState<T extends InputSource>
          Represents a terminal state in a state machine.
 



Copyright © 2008. All Rights Reserved.