Uses of Class
org.biojava.nbio.structure.domain.pdp.Segment
- 
Packages that use Segment Package Description org.biojava.nbio.structure.domain.pdp 
- 
- 
Uses of Segment in org.biojava.nbio.structure.domain.pdpMethods in org.biojava.nbio.structure.domain.pdp that return Segment Modifier and Type Method Description SegmentDomain. getSegmentAtPos(int pos)Methods in org.biojava.nbio.structure.domain.pdp that return types with arguments of type Segment Modifier and Type Method Description List<Segment>Domain. getSegments()Methods in org.biojava.nbio.structure.domain.pdp with parameters of type Segment Modifier and Type Method Description intSegmentComparator. compare(Segment v1, Segment v2)intSegment. compareTo(Segment o)Method parameters in org.biojava.nbio.structure.domain.pdp with type arguments of type Segment Modifier and Type Method Description voidDomain. setSegments(List<Segment> segments)
 
-