Class Segment
java.lang.Object
org.biojava.nbio.structure.domain.pdp.Segment
- All Implemented Interfaces:
Serializable
,Comparable<Segment>
- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Segment
public Segment()
-
-
Method Details
-
toString
-
getFrom
-
setFrom
-
getTo
-
setTo
-
getScore
public double getScore() -
setScore
public void setScore(double score) -
compareTo
- Specified by:
compareTo
in interfaceComparable<Segment>
-