public static enum MetricalLpcfgNonterminal.MetricalLpcfgType extends java.lang.Enum<MetricalLpcfgNonterminal.MetricalLpcfgType>
MetricalLpcfgNonterminal
Enum Constant and Description |
---|
EVEN
This node's head length is equals to all of its siblings'.
|
MEASURE
This is
MetricalLpcfgMeasure (which should be at the head of the tree). |
STRONG
This node's head length is less than none of its siblings' and greater than at least
one of its siblings'.
|
WEAK
This node's head length is less than at least one of its siblings'.
|
Modifier and Type | Method and Description |
---|---|
static MetricalLpcfgNonterminal.MetricalLpcfgType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MetricalLpcfgNonterminal.MetricalLpcfgType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MetricalLpcfgNonterminal.MetricalLpcfgType MEASURE
MetricalLpcfgMeasure
(which should be at the head of the tree).public static final MetricalLpcfgNonterminal.MetricalLpcfgType STRONG
public static final MetricalLpcfgNonterminal.MetricalLpcfgType WEAK
public static final MetricalLpcfgNonterminal.MetricalLpcfgType EVEN
public static MetricalLpcfgNonterminal.MetricalLpcfgType[] values()
for (MetricalLpcfgNonterminal.MetricalLpcfgType c : MetricalLpcfgNonterminal.MetricalLpcfgType.values()) System.out.println(c);
public static MetricalLpcfgNonterminal.MetricalLpcfgType 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