public class ChemCompConsumerImpl extends Object implements ChemCompConsumer
ChemicalComponentDictionary.| Constructor and Description |
|---|
ChemCompConsumerImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
consumeChemComp(org.rcsb.cif.schema.mm.ChemComp c)
Consume a particular Cif category.
|
void |
consumeChemCompAtom(org.rcsb.cif.schema.mm.ChemCompAtom atom)
Consume a particular Cif category.
|
void |
consumeChemCompBond(org.rcsb.cif.schema.mm.ChemCompBond bond)
Consume a particular Cif category.
|
void |
finish()
Ultimate setup which can include steps which require several categories to be available and integrate them into
the final container.
|
ChemicalComponentDictionary |
getContainer()
Retrieve the created container representing a CIF file.
|
void |
prepare()
Setup routine which initializes a new container.
|
public void consumeChemComp(org.rcsb.cif.schema.mm.ChemComp c)
ChemCompConsumerconsumeChemComp in interface ChemCompConsumerc - datapublic void consumeChemCompAtom(org.rcsb.cif.schema.mm.ChemCompAtom atom)
ChemCompConsumerconsumeChemCompAtom in interface ChemCompConsumeratom - datapublic void consumeChemCompBond(org.rcsb.cif.schema.mm.ChemCompBond bond)
ChemCompConsumerconsumeChemCompBond in interface ChemCompConsumerbond - datapublic void prepare()
CifFileConsumerprepare in interface CifFileConsumer<ChemicalComponentDictionary>public void finish()
CifFileConsumerfinish in interface CifFileConsumer<ChemicalComponentDictionary>public ChemicalComponentDictionary getContainer()
CifFileConsumergetContainer in interface CifFileConsumer<ChemicalComponentDictionary>SCopyright © 2000–2021 BioJava. All rights reserved.