Uses of Interface
org.egothor.core.Status

Packages that use Status
org.egothor.duplicity.algorithm This package contains top-level classes that implement the duplicity checking algorithm. 
org.egothor.dynamizer This package defines a common dynamization and its implementation for our index data structures. 
 

Uses of Status in org.egothor.duplicity.algorithm
 

Classes in org.egothor.duplicity.algorithm that implement Status
 class DuplicityChecker
          Contains top-level implementations of duplicity checking algorithm.
 

Uses of Status in org.egothor.dynamizer
 

Classes in org.egothor.dynamizer that implement Status
 class Dynamizer
          This abstract class should be implemented by any class applying an algorithm for dynamization to a data structure.
 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.