Package com.monad.homerun.model.numeric

Provides classes for working with Numeric Models.

See:
          Description

Class Summary
Limit Limit describes a single value limit in a NumericModel
NumberType NumberType describes a numeric type
NumericModel NumericModel extends Model and is a light-weight container describing concrete numeric models.
NumericModelCore NumericModelCore extends ModelCore to describe the volatile/persistable portion of a Numeric model runtime.
NumericModelStatus NumericModelStatus extends ModelStatus for Numeric Models
NumericRelation NumericRelation extends Relation to describe a NumericModel relation
 

Package com.monad.homerun.model.numeric Description

Provides classes for working with Numeric Models. Numeric Models are used to represent countable values, i.e. those without units (which are represented by ScalarModels). They are, however, typed, by intended use: counter, timer, interval, or variable. Also, numeric models may have any number of Limit objects, which can be tested in conditions.



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