Uses of Interface
things.data.ThingsPropertyTrunk

Packages that use ThingsPropertyTrunk
things.data   
things.data.impl   
 

Uses of ThingsPropertyTrunk in things.data
 

Methods in things.data with parameters of type ThingsPropertyTrunk
 void ThingsPropertyTree.infliltrate(ThingsPropertyTrunk tio)
          This is how you load and merge properties into an already populated tree.
 void ThingsPropertyTree.init(ThingsPropertyTrunk tio)
          Tell the tree to init itself.
 

Uses of ThingsPropertyTrunk in things.data.impl
 

Classes in things.data.impl that implement ThingsPropertyTrunk
 class ThingsPropertyTrunkInMemory
          An in-memory implementation for a property trunk.
 class ThingsPropertyTrunkIO
          An IO implementation for a property trunk.
 

Methods in things.data.impl with parameters of type ThingsPropertyTrunk
 void ThingsPropertyTreeRAM.infliltrate(ThingsPropertyTrunk tio)
          This is how you load and merge properties into an already populated tree.
 void ThingsPropertyTreeBASIC.infliltrate(ThingsPropertyTrunk tio)
          This is how you load and merge properties into an already populated tree.
 void ThingsPropertyTreeRAM.init(ThingsPropertyTrunk tio)
          Tell the tree to init itself.
 void ThingsPropertyTreeBASIC.init(ThingsPropertyTrunk tio)
          Tell the tree to init itself.
 

Constructors in things.data.impl with parameters of type ThingsPropertyTrunk
ThingsPropertyTreeBASIC(java.util.HashMap<java.lang.String,java.lang.String[]> properties, java.lang.String root, ThingsPropertyTrunk trunk)
          Construct a child.
 



Things.