Package com.monad.homerun.model.set

Provides classes for working with Set Models.

See:
          Description

Class Summary
SetModel SetModel extends Model to define Models consisting of 0 or more members of a set.
SetModelCore SetModelCore extends ModelCore to describe the volatile/persistable portion of a set model runtime.
SetModelStatus SetModelStatus extends ModelStatus for SetModels
SetRelation SetRelation extends Relation to describe a SetModel relation
 

Package com.monad.homerun.model.set Description

Provides classes for working with Set Models. Set Models are used to represent collections (unordered) of values. A set model may define a universe of discourse, which is the totality of values that can be used, or leave the universe undefined, in which case any value can be used.



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