Package | Description |
---|---|
org.biojava.nbio.structure.io.mmcif |
Input and Output of mmcif files.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Method and 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 parser
|
void |
SimpleMMcifParser.removeMMcifConsumer(MMcifConsumer consumer) |
Copyright © 2000–2019 BioJava. All rights reserved.