-
public final class ScoredInterval
-
-
Constructor Summary
Constructors Constructor Description ScoredInterval(Integer start, Integer end, Float score)
-
Method Summary
Modifier and Type Method Description StringtoString()final Integercomponent1()final Integercomponent2()final Floatcomponent3()final ScoredIntervalcopy(Integer start, Integer end, Float score)final IntegergetStart()final IntegergetEnd()final FloatgetScore()-
-
Method Detail
-
component1
final Integer component1()
-
component2
final Integer component2()
-
component3
final Float component3()
-
copy
final ScoredInterval copy(Integer start, Integer end, Float score)
-
-
-
-