Package things.thing

Interface Summary
BASEInterface A base interface.
This can allow non-MODULE/THING objects access to a MODULE/THING's services.
MODULEInterface A module interface.
This can allow non-MODULE objects access to a MODULE's services.
THINGInterface A thing interface.
This can allow non-THING objects access to a THING's services.
 

Class Summary
BASE Base for things, modules, and tigers--oh my!
Cluster A cluster of things.
Metrics Metrics values.
MODULE A module.
RESULT An result set.
ResultDefinition A result definition.
ResultManager Manage RESULTS.
THING A thing.
UserException A user exception.
 

Enum Summary
ResultExpectation The expectation for a defined result.
 



Things.