| Package | Description |
|---|---|
| de.jstacs.data.sequences.annotation |
Provides the facilities to annotate
Sequences using a number of pre-defined annotation types, or additional
implementations of the SequenceAnnotation class. |
| Modifier and Type | Method and Description |
|---|---|
static SinglePositionSequenceAnnotation.Type |
SinglePositionSequenceAnnotation.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SinglePositionSequenceAnnotation.Type[] |
SinglePositionSequenceAnnotation.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SinglePositionSequenceAnnotation(SinglePositionSequenceAnnotation.Type type,
String identifier,
int position)
Creates a new
SinglePositionSequenceAnnotation of type
type with identifier identifier and position
position. |
SinglePositionSequenceAnnotation(SinglePositionSequenceAnnotation.Type type,
String identifier,
int position,
Result... additionalAnnotation)
Creates a new
SinglePositionSequenceAnnotation of type
type with identifier identifier, position
position and additional annotations
additionalAnnotation. |