public enum IMappingAlgorithm extends java.lang.Enum<IMappingAlgorithm>
Enum Constant and Description |
---|
MAX
MAX Model
|
MIN
MIN Model
|
MIXTURE
MAX-MIN Model
|
RINGS
RING Conservation Model
|
USER_DEFINED
RING Conservation Model
|
Modifier and Type | Method and Description |
---|---|
<status> int |
compareTo(IMappingAlgorithm obj)
Compares algorithm types.
|
java.lang.String |
description()
Returns short description of the algorithm.
|
int |
type()
Returns type of algorithm.
|
static IMappingAlgorithm |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IMappingAlgorithm[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IMappingAlgorithm MIN
public static final IMappingAlgorithm MAX
public static final IMappingAlgorithm MIXTURE
public static final IMappingAlgorithm RINGS
public static final IMappingAlgorithm USER_DEFINED
public static IMappingAlgorithm[] values()
for (IMappingAlgorithm c : IMappingAlgorithm.values()) System.out.println(c);
public static IMappingAlgorithm 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 namejava.lang.NullPointerException
- if the argument is nullpublic int type()
public java.lang.String description()
public <status> int compareTo(IMappingAlgorithm obj)
status
- obj
-