Uses of Class
graph_cluster_utils.alg.config.ConfDiDiC.AllocType

Packages that use ConfDiDiC.AllocType
graph_cluster_utils.alg.config   
 

Uses of ConfDiDiC.AllocType in graph_cluster_utils.alg.config
 

Methods in graph_cluster_utils.alg.config that return ConfDiDiC.AllocType
 ConfDiDiC.AllocType ConfDiDiC.getAllocType()
           
static ConfDiDiC.AllocType ConfDiDiC.AllocType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ConfDiDiC.AllocType[] ConfDiDiC.AllocType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in graph_cluster_utils.alg.config with parameters of type ConfDiDiC.AllocType
 void ConfDiDiC.setAllocType(ConfDiDiC.AllocType allocType)
           
 

Constructors in graph_cluster_utils.alg.config with parameters of type ConfDiDiC.AllocType
ConfDiDiC(int fOSTIterations, int fOSBIterations, int benefitLow, int benefitHigh, int defClusterVal, int maxIterations, byte clusterCount, ConfDiDiC.AllocType allocType, int hybridSwitchPoint, long clusterSizeOff, long clusterSizeOn)