Class ChemCompConsumerImpl
java.lang.Object
org.biojava.nbio.structure.io.cif.ChemCompConsumerImpl
- All Implemented Interfaces:
- ChemCompConsumer,- CifFileConsumer<ChemicalComponentDictionary>
Consumes a CCD file to create the 
ChemicalComponentDictionary.- Author:
- Sebastian Bittrich
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidconsumeChemComp(org.rcsb.cif.schema.mm.ChemComp c) Consume a particular Cif category.voidconsumeChemCompAtom(org.rcsb.cif.schema.mm.ChemCompAtom atom) Consume a particular Cif category.voidconsumeChemCompBond(org.rcsb.cif.schema.mm.ChemCompBond bond) Consume a particular Cif category.voidfinish()Ultimate setup which can include steps which require several categories to be available and integrate them into the final container.Retrieve the created container representing a CIF file.voidprepare()Setup routine which initializes a new container.
- 
Constructor Details- 
ChemCompConsumerImplpublic ChemCompConsumerImpl()
 
- 
- 
Method Details- 
consumeChemCompDescription copied from interface:ChemCompConsumerConsume a particular Cif category.- Specified by:
- consumeChemCompin interface- ChemCompConsumer
- Parameters:
- c- data
 
- 
consumeChemCompAtomDescription copied from interface:ChemCompConsumerConsume a particular Cif category.- Specified by:
- consumeChemCompAtomin interface- ChemCompConsumer
- Parameters:
- atom- data
 
- 
consumeChemCompBondDescription copied from interface:ChemCompConsumerConsume a particular Cif category.- Specified by:
- consumeChemCompBondin interface- ChemCompConsumer
- Parameters:
- bond- data
 
- 
prepareDescription copied from interface:CifFileConsumerSetup routine which initializes a new container.- Specified by:
- preparein interface- CifFileConsumer<ChemicalComponentDictionary>
 
- 
finishDescription copied from interface:CifFileConsumerUltimate setup which can include steps which require several categories to be available and integrate them into the final container.- Specified by:
- finishin interface- CifFileConsumer<ChemicalComponentDictionary>
 
- 
getContainerDescription copied from interface:CifFileConsumerRetrieve the created container representing a CIF file.- Specified by:
- getContainerin interface- CifFileConsumer<ChemicalComponentDictionary>
- Returns:
- all desired information wrapped as object of type S
 
 
-