Uses of Interface
org.biojava.nbio.structure.io.mmcif.MMcifConsumer
-
Packages that use MMcifConsumer Package Description org.biojava.nbio.structure.io.mmcif Input and Output of mmcif files. -
-
Uses of MMcifConsumer in org.biojava.nbio.structure.io.mmcif
Classes in org.biojava.nbio.structure.io.mmcif that implement MMcifConsumer Modifier and Type Class Description class
ChemCompConsumer
class
MetalBondConsumer
Created by andreas on 6/9/16.class
SimpleMMcifConsumer
A MMcifConsumer implementation that builds an in-memory representation of the content of a mmcif file as a BioJava Structure object.Methods in org.biojava.nbio.structure.io.mmcif with parameters of type MMcifConsumer Modifier and Type Method Description void
MMcifParser. addMMcifConsumer(MMcifConsumer consumer)
Add a MMcifConsumer that listens to even being triggered by the parser and processes the data into a backend provided by the Consumer.void
SimpleMMcifParser. addMMcifConsumer(MMcifConsumer consumer)
void
MMcifParser. removeMMcifConsumer(MMcifConsumer consumer)
remove a single consumer from the parservoid
SimpleMMcifParser. removeMMcifConsumer(MMcifConsumer consumer)
-