public static enum AbstractLocalAlignmentAlgorithm.Recurrence extends Enum<AbstractLocalAlignmentAlgorithm.Recurrence>
Enum Constant and Description |
---|
ALI |
DEL |
INS |
SKIPDEL_END |
SKIPDEL_MIDDLE |
SKIPDEL_START |
SKIPINS_END |
SKIPINS_MIDDLE |
SKIPINS_START |
Modifier and Type | Method and Description |
---|---|
static AbstractLocalAlignmentAlgorithm.Recurrence |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractLocalAlignmentAlgorithm.Recurrence[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractLocalAlignmentAlgorithm.Recurrence SKIPDEL_START
public static final AbstractLocalAlignmentAlgorithm.Recurrence SKIPINS_START
public static final AbstractLocalAlignmentAlgorithm.Recurrence ALI
public static final AbstractLocalAlignmentAlgorithm.Recurrence DEL
public static final AbstractLocalAlignmentAlgorithm.Recurrence INS
public static final AbstractLocalAlignmentAlgorithm.Recurrence SKIPINS_MIDDLE
public static final AbstractLocalAlignmentAlgorithm.Recurrence SKIPDEL_MIDDLE
public static final AbstractLocalAlignmentAlgorithm.Recurrence SKIPINS_END
public static final AbstractLocalAlignmentAlgorithm.Recurrence SKIPDEL_END
public static AbstractLocalAlignmentAlgorithm.Recurrence[] values()
for (AbstractLocalAlignmentAlgorithm.Recurrence c : AbstractLocalAlignmentAlgorithm.Recurrence.values()) System.out.println(c);
public static AbstractLocalAlignmentAlgorithm.Recurrence 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, 2014 Benjamin Paaßen, Charlie Krüger, 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