Uses of Package
gumbo.util.state

Packages that use gumbo.util.state
gumbo.graphic.input   
gumbo.interact Provides special purpose building blocks for user interaction, including user feedback. 
gumbo.util.state   
gumbo.visualize.data Provides special purpose building blocks for 2D/3D visualization of generic data structures, such as graphs. 
 

Classes in gumbo.util.state used by gumbo.graphic.input
StateFlag
          An abstract convenience class for immutable state flags in a state value.
 

Classes in gumbo.util.state used by gumbo.interact
AbstractStatePolicy
          Abstract base class for implementing state assurance policies, which only involve flag type and state value checking.
AbstractStateSet
          A full implementation of the StateSet interface.
ObjectFlag
          An immutable state flag that represents a target object (instance).
StateFlag
          An abstract convenience class for immutable state flags in a state value.
StatePolicy
          An interface for imposing a policy for state value assurance and transition, with state values consisting of non-null "state flag" objects.
States.ImmutableStateSet
          Immutable wrapper for a target state set.
StateSet
          A set representing a state value containing none or more non-null "state flag" objects.
 

Classes in gumbo.util.state used by gumbo.util.state
StateFlag
          An abstract convenience class for immutable state flags in a state value.
StateMerger
          Base class for filters that merge (combine) input states into a single composite output state.
StatePolicy
          An interface for imposing a policy for state value assurance and transition, with state values consisting of non-null "state flag" objects.
StateSet
          A set representing a state value containing none or more non-null "state flag" objects.
StateSetField
           
 

Classes in gumbo.util.state used by gumbo.visualize.data
ObjectFlag
          An immutable state flag that represents a target object (instance).
StateFlag
          An abstract convenience class for immutable state flags in a state value.