Uses of Class
cz.cuni.jagrlib.worker.Search2DWorker.DistributionType

Packages that use Search2DWorker.DistributionType
cz.cuni.jagrlib.worker JaGrLib worker modules - descendants of Worker. 
 

Uses of Search2DWorker.DistributionType in cz.cuni.jagrlib.worker
 

Fields in cz.cuni.jagrlib.worker declared as Search2DWorker.DistributionType
protected  Search2DWorker.DistributionType Search2DWorker.type
          Actual function type.
 

Methods in cz.cuni.jagrlib.worker that return Search2DWorker.DistributionType
static Search2DWorker.DistributionType Search2DWorker.DistributionType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Search2DWorker.DistributionType[] Search2DWorker.DistributionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.