Package com.monad.homerun.object

Provides classes for working with HomeRun objects.

See:
          Description

Class Summary
CompBinding CompBinding contains the details of the binding of a component (control, emitter, or model) to a particular object
Constraint Constraint contains the details, usually type-specifc, of the attachment of a component (control, emitter, or model) to an object.
Domain Domain is a top-level namespace for objects
Instance Instance is a lightweight container used to hold a description of a particular object, i.e.
Type Type is a light-weight container holding characteristics of object-types
TypeProperty  
 

Package com.monad.homerun.object Description

Provides classes for working with HomeRun objects. Objects are descriptions of the central units of the system, and conform to a generally class-like ontology. Each object - Instance - is an instance of a Type. Object names are unique only within a Domain, which essentially is a namespace.



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