Uses of Class
org.biojava.nbio.structure.io.mmcif.model.PdbxStructOperList
-
Packages that use PdbxStructOperList Package Description org.biojava.nbio.structure.io.mmcif Input and Output of mmcif files.org.biojava.nbio.structure.io.mmcif.model Datamodel objects used for processing mmcif files. -
-
Uses of PdbxStructOperList in org.biojava.nbio.structure.io.mmcif
Methods in org.biojava.nbio.structure.io.mmcif that return types with arguments of type PdbxStructOperList Modifier and Type Method Description List<PdbxStructOperList>
SimpleMMcifConsumer. getStructOpers()
Methods in org.biojava.nbio.structure.io.mmcif with parameters of type PdbxStructOperList Modifier and Type Method Description void
ChemCompConsumer. newPdbxStructOperList(PdbxStructOperList structOper)
void
MetalBondConsumer. newPdbxStructOperList(PdbxStructOperList structOper)
void
MMcifConsumer. newPdbxStructOperList(PdbxStructOperList structOper)
void
SimpleMMcifConsumer. newPdbxStructOperList(PdbxStructOperList structOper)
void
SimpleMMcifParser. triggerNewPdbxStructOper(PdbxStructOperList structOper)
-
Uses of PdbxStructOperList in org.biojava.nbio.structure.io.mmcif.model
Methods in org.biojava.nbio.structure.io.mmcif.model that return types with arguments of type PdbxStructOperList Modifier and Type Method Description List<PdbxStructOperList>
PdbxStructOperListXMLContainer. getPdbxStructOperLists()
Method parameters in org.biojava.nbio.structure.io.mmcif.model with type arguments of type PdbxStructOperList Modifier and Type Method Description void
PdbxStructOperListXMLContainer. setPdbxStructOperLists(List<PdbxStructOperList> d)
-