Uses of Interface
org.biojava.nbio.structure.io.mmcif.MMcifConsumer
Packages that use MMcifConsumer
-
Uses of MMcifConsumer in org.biojava.nbio.structure.io.mmcif
Classes in org.biojava.nbio.structure.io.mmcif that implement MMcifConsumerModifier and TypeClassDescriptionclassclassCreated by andreas on 6/9/16.classA 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 MMcifConsumerModifier and TypeMethodDescriptionvoidMMcifParser.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)