org.maltparser.core.syntaxgraph.feature
Enum DGraphAddressFunction.DGraphSubFunction
java.lang.Object
java.lang.Enum<DGraphAddressFunction.DGraphSubFunction>
org.maltparser.core.syntaxgraph.feature.DGraphAddressFunction.DGraphSubFunction
- All Implemented Interfaces:
- Serializable, Comparable<DGraphAddressFunction.DGraphSubFunction>
- Enclosing class:
- DGraphAddressFunction
public static enum DGraphAddressFunction.DGraphSubFunction
- extends Enum<DGraphAddressFunction.DGraphSubFunction>
HEAD
public static final DGraphAddressFunction.DGraphSubFunction HEAD
LDEP
public static final DGraphAddressFunction.DGraphSubFunction LDEP
RDEP
public static final DGraphAddressFunction.DGraphSubFunction RDEP
RDEP2
public static final DGraphAddressFunction.DGraphSubFunction RDEP2
LSIB
public static final DGraphAddressFunction.DGraphSubFunction LSIB
RSIB
public static final DGraphAddressFunction.DGraphSubFunction RSIB
PRED
public static final DGraphAddressFunction.DGraphSubFunction PRED
SUCC
public static final DGraphAddressFunction.DGraphSubFunction SUCC
ANC
public static final DGraphAddressFunction.DGraphSubFunction ANC
PANC
public static final DGraphAddressFunction.DGraphSubFunction PANC
LDESC
public static final DGraphAddressFunction.DGraphSubFunction LDESC
PLDESC
public static final DGraphAddressFunction.DGraphSubFunction PLDESC
RDESC
public static final DGraphAddressFunction.DGraphSubFunction RDESC
PRDESC
public static final DGraphAddressFunction.DGraphSubFunction PRDESC
values
public static DGraphAddressFunction.DGraphSubFunction[] 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 (DGraphAddressFunction.DGraphSubFunction c : DGraphAddressFunction.DGraphSubFunction.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static DGraphAddressFunction.DGraphSubFunction valueOf(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:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
Copyright 2007-2010 Johan Hall, Jens Nilsson and Joakim Nivre.