public static enum AbstractAffineAlignmentAlgorithm.Recurrence extends Enum<AbstractAffineAlignmentAlgorithm.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 AbstractAffineAlignmentAlgorithm.Recurrence |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractAffineAlignmentAlgorithm.Recurrence[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractAffineAlignmentAlgorithm.Recurrence SKIPDEL_START
public static final AbstractAffineAlignmentAlgorithm.Recurrence SKIPINS_START
public static final AbstractAffineAlignmentAlgorithm.Recurrence ALI
public static final AbstractAffineAlignmentAlgorithm.Recurrence DEL
public static final AbstractAffineAlignmentAlgorithm.Recurrence INS
public static final AbstractAffineAlignmentAlgorithm.Recurrence SKIPINS_MIDDLE
public static final AbstractAffineAlignmentAlgorithm.Recurrence SKIPDEL_MIDDLE
public static final AbstractAffineAlignmentAlgorithm.Recurrence SKIPINS_END
public static final AbstractAffineAlignmentAlgorithm.Recurrence SKIPDEL_END
public static AbstractAffineAlignmentAlgorithm.Recurrence[] values()
for (AbstractAffineAlignmentAlgorithm.Recurrence c : AbstractAffineAlignmentAlgorithm.Recurrence.values()) System.out.println(c);
public static AbstractAffineAlignmentAlgorithm.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-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