edu.stanford.nlp.dcoref
Enum ScorerBCubed.BCubedType
java.lang.Object
java.lang.Enum<ScorerBCubed.BCubedType>
edu.stanford.nlp.dcoref.ScorerBCubed.BCubedType
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<ScorerBCubed.BCubedType>
- Enclosing class:
- ScorerBCubed
protected static enum ScorerBCubed.BCubedType
- extends java.lang.Enum<ScorerBCubed.BCubedType>
| 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 |
B0
public static final ScorerBCubed.BCubedType B0
Ball
public static final ScorerBCubed.BCubedType Ball
Brahman
public static final ScorerBCubed.BCubedType Brahman
Bcai
public static final ScorerBCubed.BCubedType Bcai
Bconll
public static final ScorerBCubed.BCubedType Bconll
values
public static ScorerBCubed.BCubedType[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (ScorerBCubed.BCubedType c : ScorerBCubed.BCubedType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static ScorerBCubed.BCubedType 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
java.lang.NullPointerException - if the argument is null
Stanford NLP Group