public static enum SakoeChibaDTWGrammar.Nonterminal extends Enum<SakoeChibaDTWGrammar.Nonterminal>
Enum Constant and Description |
---|
ALI |
Modifier and Type | Method and Description |
---|---|
static SakoeChibaDTWGrammar.Nonterminal |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SakoeChibaDTWGrammar.Nonterminal[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SakoeChibaDTWGrammar.Nonterminal ALI
public static SakoeChibaDTWGrammar.Nonterminal[] values()
for (SakoeChibaDTWGrammar.Nonterminal c : SakoeChibaDTWGrammar.Nonterminal.values()) System.out.println(c);
public static SakoeChibaDTWGrammar.Nonterminal valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright (C) 2013-2015 Benjamin Paaßen, Georg Zentgraf, AG Theoretical Computer Science, Centre of Excellence Cognitive Interaction Technology (CITEC), University of Bielefeld, licensed under the AGPL v. 3: http://openresearch.cit-ec.de/projects/tcs . This documentation is licensed under the conditions of CC-BY-SA 4.0: https://creativecommons.org/licenses/by-sa/4.0/