java.io.Serializable, java.lang.Comparable<ConsensusTreeBuilder.Method>public static enum ConsensusTreeBuilder.Method extends java.lang.Enum<ConsensusTreeBuilder.Method>
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getName() |
|
java.lang.String |
toString() |
|
static ConsensusTreeBuilder.Method |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static ConsensusTreeBuilder.Method[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConsensusTreeBuilder.Method GREEDY
public static final ConsensusTreeBuilder.Method MRCAC
public static ConsensusTreeBuilder.Method[] values()
for (ConsensusTreeBuilder.Method c : ConsensusTreeBuilder.Method.values()) System.out.println(c);
public static ConsensusTreeBuilder.Method 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 java.lang.String toString()
toString in class java.lang.Enum<ConsensusTreeBuilder.Method>public java.lang.String getName()
http://code.google.com/p/jebl2/