Class Segment
java.lang.Object
org.biojava.nbio.structure.domain.pdp.Segment
- All Implemented Interfaces:
 Serializable,Comparable<Segment>
- See Also:
 
- 
Constructor Summary
Constructors - 
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:
 compareToin interfaceComparable<Segment>
 
 -