Uses of Class
org.biojava.nbio.structure.io.sifts.SiftsSegment
-
Packages that use SiftsSegment Package Description org.biojava.nbio.structure.io.sifts -
-
Uses of SiftsSegment in org.biojava.nbio.structure.io.sifts
Methods in org.biojava.nbio.structure.io.sifts that return types with arguments of type SiftsSegment Modifier and Type Method Description List<SiftsSegment>
SiftsEntity. getSegments()
Methods in org.biojava.nbio.structure.io.sifts with parameters of type SiftsSegment Modifier and Type Method Description void
SiftsEntity. addSegment(SiftsSegment s)
Method parameters in org.biojava.nbio.structure.io.sifts with type arguments of type SiftsSegment Modifier and Type Method Description void
SiftsEntity. setSegments(List<SiftsSegment> segments)
-