Package com.monad.homerun.model

Provides classes and interfaces for working with Models.

See:
          Description

Interface Summary
Model Interface for model descriptions.
ModelStatus ModelStatus is the very thin interface that model sub-classes' status objects must implement
Relator Relator interface describes a class that can validate and evaluate relations.
 

Class Summary
ModelCore ModelCore is an abstract base class whose subclasses describe the volatile/persistable portion of a model runtime.
Relation Relation is an abstract base class used to describe a relationship between a model's value and another value that holds (true or false) with respect to a given object or objects.
 

Package com.monad.homerun.model Description

Provides classes and interfaces for working with Models. Models are specifications of runtime-mutable aspects of objects.



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