
public static enum DiSHPreferenceVectorIndex.Strategy extends Enum<DiSHPreferenceVectorIndex.Strategy>
| Enum Constant and Description | 
|---|
| APRIORIApriori strategy. | 
| MAX_INTERSECTIONMax intersection strategy. | 
| Modifier and Type | Method and Description | 
|---|---|
| static DiSHPreferenceVectorIndex.Strategy | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static DiSHPreferenceVectorIndex.Strategy[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final DiSHPreferenceVectorIndex.Strategy APRIORI
public static final DiSHPreferenceVectorIndex.Strategy MAX_INTERSECTION
public static DiSHPreferenceVectorIndex.Strategy[] values()
for (DiSHPreferenceVectorIndex.Strategy c : DiSHPreferenceVectorIndex.Strategy.values()) System.out.println(c);
public static DiSHPreferenceVectorIndex.Strategy valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is null