public class ScoredAnnotation extends Annotation implements ScoredAnnotationI
end, forward, start, type
Constructor and Description |
---|
ScoredAnnotation(int start,
int end,
double score) |
Modifier and Type | Method and Description |
---|---|
double |
getScore() |
double |
getScore(int index) |
void |
setScore(double score) |
String |
toString() |
getEnd, getStart, getType, isForward, setEnd, setForward, setStart, setType
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getEnd, getStart
public void setScore(double score)
public double getScore()
getScore
in interface ScoredAnnotationI
public double getScore(int index)
getScore
in interface ScoredAnnotationI
public String toString()
toString
in class Annotation
Copyright © 2021. All rights reserved.