com.opttek.optquest
Enum COptQuestWeightedMultiObjective.WEIGHTED_HEURISTIC
java.lang.Object
java.lang.Enum<COptQuestWeightedMultiObjective.WEIGHTED_HEURISTIC>
com.opttek.optquest.COptQuestWeightedMultiObjective.WEIGHTED_HEURISTIC
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<COptQuestWeightedMultiObjective.WEIGHTED_HEURISTIC>
- Enclosing class:
- COptQuestWeightedMultiObjective
public static enum COptQuestWeightedMultiObjective.WEIGHTED_HEURISTIC
- extends java.lang.Enum<COptQuestWeightedMultiObjective.WEIGHTED_HEURISTIC>
| Methods inherited from class java.lang.Enum |
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
WEIGHTED
public static final COptQuestWeightedMultiObjective.WEIGHTED_HEURISTIC WEIGHTED
GOAL
public static final COptQuestWeightedMultiObjective.WEIGHTED_HEURISTIC GOAL
GOALRANGE
public static final COptQuestWeightedMultiObjective.WEIGHTED_HEURISTIC GOALRANGE
values
public static final COptQuestWeightedMultiObjective.WEIGHTED_HEURISTIC[] values()
- Returns an array containing the constants of this enum type, in
the order they're declared. This method may be used to iterate
over the constants as follows:
for(COptQuestWeightedMultiObjective.WEIGHTED_HEURISTIC c : COptQuestWeightedMultiObjective.WEIGHTED_HEURISTIC.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they're declared
valueOf
public static COptQuestWeightedMultiObjective.WEIGHTED_HEURISTIC valueOf(java.lang.String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name