Uses of Class
org.egothor.slotter.Slot

Packages that use Slot
org.egothor.dynamizer This package defines a common dynamization and its implementation for our index data structures. 
org.egothor.slotter This package is responsible for management of arrays of DynStruct objects. 
 

Uses of Slot in org.egothor.dynamizer
 

Methods in org.egothor.dynamizer that return Slot
 Slot Dynamizer.initializeUnderControl(int slot)
          Require manager to watch over a slot (if it does not yet).
 

Uses of Slot in org.egothor.slotter
 

Methods in org.egothor.slotter that return Slot
 Slot SlotMap.addUnderControl(int slot)
           
 Slot SlotMap.pullOverBarrel(BarrelReader reader, java.lang.String srcLocation)
          Pulls over (moves) srcLocation barrel into this databes.
 Slot SlotMap.save(BarrelReader reader)
           
 

Methods in org.egothor.slotter with parameters of type Slot
 void SlotMap.destroy(Slot slot)
           
 Barrel SlotMap.get(Slot slot)
           
 void SlotMap.softDestroy(Slot slot)