Package com.monad.homerun.model.state

Provides classes for working with State Models.

See:
          Description

Class Summary
State State describes one state of a State Model
StateModel StateModel extends Model to define State Models
StateModelCore StateModelCore extends ModelCore to describe the volatile/persistable portion of a State model runtime.
StateModelStatus StateModelStatus extends ModelStatus for State Models
StateRelation StateRelation extends Relation to describe a model state.
 

Package com.monad.homerun.model.state Description

Provides classes for working with State Models. State Models are used to represent single values that fall into a closed number possibilities: roughly a state machine. More formally, they can be thought of as directed, cyclic graphs.



Copyright © 2006-2009 Richard Rodgers. All Rights Reserved.