|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SinglePositionSequenceAnnotation.Type | |
---|---|
de.jstacs.data.sequences.annotation | Provides the facilities to annotate Sequence s using a number of pre-defined annotation types, or additional
implementations of the SequenceAnnotation class |
Uses of SinglePositionSequenceAnnotation.Type in de.jstacs.data.sequences.annotation |
---|
Methods in de.jstacs.data.sequences.annotation that return SinglePositionSequenceAnnotation.Type | |
---|---|
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're declared. |
Constructors in de.jstacs.data.sequences.annotation with parameters of type SinglePositionSequenceAnnotation.Type | |
---|---|
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 . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |