Packages |
com.monad.homerun.action |
Provides classes and interfaces for working with action rules in managed contexts. |
com.monad.homerun.admin |
|
com.monad.homerun.app |
|
com.monad.homerun.base |
Provides centrally used and miscellaneous classes. |
com.monad.homerun.config |
Config Service has facilities to manage system, and package configuration
data, which is accessed via ConfigContext
objects. |
com.monad.homerun.control |
Provides classes and interfaces for working with object controls. |
com.monad.homerun.core |
Provides a few general classes, and miscellaneous classes. |
com.monad.homerun.event |
Provides classes and interfaces for working with object emitters. |
com.monad.homerun.filter |
Provides classes and interfaces for working with Filters. |
com.monad.homerun.function |
Provides an interface for functions - which are simply
operators that take a list of values and return a single value. |
com.monad.homerun.function.math |
Provides a few simple mathematical function implementations of general
utility: minimum, maximum, average, and total of a list of numeric values. |
com.monad.homerun.log |
The Log Service provides a standard interface for application
logging, which is used internally, but may also be used
by any application code. |
com.monad.homerun.message |
Provides a few classes used by the internal HomeRun messaging system:
a Message , and a
Track which can optionally be used
to record how a message has been consumed by parties in the system. |
com.monad.homerun.model |
Provides classes and interfaces for working with Models. |
com.monad.homerun.model.date |
Provides classes for working with Date Models. |
com.monad.homerun.model.numeric |
Provides classes for working with Numeric Models. |
com.monad.homerun.model.scalar |
Provides classes for working with Scalar Models. |
com.monad.homerun.model.set |
Provides classes for working with Set Models. |
com.monad.homerun.model.state |
Provides classes for working with State Models. |
com.monad.homerun.model.time |
Provides classes for working with Time Models. |
com.monad.homerun.modelmgt |
|
com.monad.homerun.msgmgt |
|
com.monad.homerun.object |
Provides classes for working with HomeRun objects. |
com.monad.homerun.objmgt |
|
com.monad.homerun.repo |
|
com.monad.homerun.rule |
Provides classes and interfaces for working with Rules. |
com.monad.homerun.store |
Object Stores provide persistent storage for user-defined data, typically
subclasses of DataObject . |
com.monad.homerun.svrd |
Svrd is a service that facilitates the registration and discovery
of network services provided and consumed by homerun components. |
com.monad.homerun.timing |
Timing Service provides tools to schedule or time jobs that
can interact with the system. |
com.monad.homerun.util |
Provides general utility classes, including timer services, date/time
formatting, and local address resolution. |
com.monad.homerun.view |
Provides classes and interfaces for working with Scenes and
their views. |
com.monad.homerun.wiring |
Provides classes and interfaces for working with Circuits and
their wires. |