Uses of Interface
things.thing.BASEInterface

Packages that use BASEInterface
things.thing   
things.thing.modules   
 

Uses of BASEInterface in things.thing
 

Subinterfaces of BASEInterface in things.thing
 interface MODULEInterface
          A module interface.
This can allow non-MODULE objects access to a MODULE's services.
 interface THINGInterface
          A thing interface.
This can allow non-THING objects access to a THING's services.
 

Classes in things.thing that implement BASEInterface
 class BASE
          Base for things, modules, and tigers--oh my!
 class MODULE
          A module.
 class THING
          A thing.
 

Uses of BASEInterface in things.thing.modules
 

Classes in things.thing.modules that implement BASEInterface
 class PropertyUniverseActor
          Give us the ability to load and save local properties to a universe object.
 



Things.