|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<MatchingBipartite_HungarianAlgorithm.ScoreInterpretation>
de.unihalle.informatik.MiToBo.math.optimization.MatchingBipartite_HungarianAlgorithm.ScoreInterpretation
public static enum MatchingBipartite_HungarianAlgorithm.ScoreInterpretation
Matrix scores interpretation.
Enum Constant Summary | |
---|---|
MAXIMUM_IS_BEST
Indicates that scores are better if larger. |
|
MINIMUM_IS_BEST
Indicates that scores are better if smaller. |
Method Summary | |
---|---|
static MatchingBipartite_HungarianAlgorithm.ScoreInterpretation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static MatchingBipartite_HungarianAlgorithm.ScoreInterpretation[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final MatchingBipartite_HungarianAlgorithm.ScoreInterpretation MAXIMUM_IS_BEST
public static final MatchingBipartite_HungarianAlgorithm.ScoreInterpretation MINIMUM_IS_BEST
Method Detail |
---|
public static MatchingBipartite_HungarianAlgorithm.ScoreInterpretation valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic static MatchingBipartite_HungarianAlgorithm.ScoreInterpretation[] values()
for (MatchingBipartite_HungarianAlgorithm.ScoreInterpretation c : MatchingBipartite_HungarianAlgorithm.ScoreInterpretation.values()) System.out.println(c);
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |