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.pdp
Methods in org.biojava.nbio.structure.domain.pdp that return Segment Modifier and Type Method Description Segment
Domain. 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 int
SegmentComparator. compare(Segment v1, Segment v2)
int
Segment. compareTo(Segment o)
Method parameters in org.biojava.nbio.structure.domain.pdp with type arguments of type Segment Modifier and Type Method Description void
Domain. setSegments(List<Segment> segments)
-