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.mmcifClasses in org.biojava.nbio.structure.io.mmcif that implement MMcifConsumer Modifier and Type Class Description classChemCompConsumerclassMetalBondConsumerCreated by andreas on 6/9/16.classSimpleMMcifConsumerA 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 voidMMcifParser. 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.voidSimpleMMcifParser. addMMcifConsumer(MMcifConsumer consumer)voidMMcifParser. removeMMcifConsumer(MMcifConsumer consumer)remove a single consumer from the parservoidSimpleMMcifParser. removeMMcifConsumer(MMcifConsumer consumer)
 
-