|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<SMERFSConstraints>
compbio.data.sequence.SMERFSConstraints
public enum SMERFSConstraints
Enumeration defining two constraints for SMERFS columns score calculation. MAX_SCORE gives the highest core of all the windows the column belongs to. MID_SCORE gives the window score to the column in the middle.
Enum Constant Summary | |
---|---|
MAX_SCORE
|
|
MID_SCORE
|
Field Summary | |
---|---|
static SMERFSConstraints |
DEFAULT_COLUMN_SCORE
Default column scoring schema |
static double |
DEFAULT_GAP_THRESHOLD
Default gap threshold value for SMERFS algorithm |
static int |
DEFAULT_WINDOW_SIZE
Default window size value for SMERFS algorithm |
Method Summary | |
---|---|
static SMERFSConstraints |
getSMERFSColumnScore(java.lang.String score)
|
static SMERFSConstraints |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SMERFSConstraints[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final SMERFSConstraints MAX_SCORE
public static final SMERFSConstraints MID_SCORE
Field Detail |
---|
public static final SMERFSConstraints DEFAULT_COLUMN_SCORE
public static final int DEFAULT_WINDOW_SIZE
public static final double DEFAULT_GAP_THRESHOLD
Method Detail |
---|
public static SMERFSConstraints[] values()
for (SMERFSConstraints c : SMERFSConstraints.values()) System.out.println(c);
public static SMERFSConstraints 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 name
java.lang.NullPointerException
- if the argument is nullpublic static SMERFSConstraints getSMERFSColumnScore(java.lang.String score)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |