public static enum SemanticGraphFactory.Mode extends java.lang.Enum<SemanticGraphFactory.Mode>
Enum Constant and Description |
---|
BASIC |
CCPROCESSED |
COLLAPSED |
COLLAPSED_TREE |
Modifier and Type | Method and Description |
---|---|
static SemanticGraphFactory.Mode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SemanticGraphFactory.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SemanticGraphFactory.Mode COLLAPSED_TREE
public static final SemanticGraphFactory.Mode COLLAPSED
public static final SemanticGraphFactory.Mode CCPROCESSED
public static final SemanticGraphFactory.Mode BASIC
public static SemanticGraphFactory.Mode[] values()
for (SemanticGraphFactory.Mode c : SemanticGraphFactory.Mode.values()) System.out.println(c);
public static SemanticGraphFactory.Mode 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 null