Uses of Class
org.egothor.dynamizer.Dynamizer

Packages that use Dynamizer
org.egothor.dir This package defines objects of distributed IR layer. 
org.egothor.dynamizer This package defines a common dynamization and its implementation for our index data structures. 
 

Uses of Dynamizer in org.egothor.dir
 

Methods in org.egothor.dir with parameters of type Dynamizer
protected  void Tanker.initialize(Distributor<Barrel> dis, Dynamizer dyn)
          Constructor for the Tanker object.
 

Uses of Dynamizer in org.egothor.dynamizer
 

Subclasses of Dynamizer in org.egothor.dynamizer
 class Egothor
          The Egothor object is a dynamizer that accepts only DynStruct objects.
 class Standard
          The Standard object is a dynamizer that accepts only DynStruct objects.