Class ChemCompConsumer
java.lang.Object
org.biojava.nbio.structure.io.mmcif.ChemCompConsumer
- All Implemented Interfaces:
MMcifConsumer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
called at end of documentvoid
called at start of documentvoid
newAtomSite
(AtomSite atom) A new AtomSite record has been read.void
newAtomSites
(AtomSites atomSites) void
AuditAuthor contains the info from the PDB-AUTHOR records.void
void
void
newChemCompAtom
(ChemCompAtom atom) void
newChemCompBond
(ChemCompBond bond) void
void
void
newDatabasePDBrev
(DatabasePDBrev dbrev) void
void
void
newEntityPolySeq
(EntityPolySeq epolseq) void
newEntitySrcGen
(EntitySrcGen entitySrcGen) void
newEntitySrcNat
(EntitySrcNat entitySrcNat) void
newEntitySrcSyn
(EntitySrcSyn entitySrcSyn) void
void
This method is called if no particular handler for the provided cif category has been implemented so far.void
void
void
void
void
void
newPdbxStrucAssembly
(PdbxStructAssembly strucAssembly) void
newPdbxStrucAssemblyGen
(PdbxStructAssemblyGen strucAssembly) void
newPdbxStructOperList
(PdbxStructOperList structOper) void
void
newStructAsym
(StructAsym sasym) void
newStructConn
(StructConn structConn) void
void
newStructNcsOper
(StructNcsOper sNcsOper) void
newStructRef
(StructRef sref) void
newStructRefSeq
(StructRefSeq sref) void
void
newStructSite
(StructSite site) void
void
newSymmetry
(Symmetry symmetry) void
void
-
Constructor Details
-
ChemCompConsumer
public ChemCompConsumer()
-
-
Method Details
-
documentStart
public void documentStart()Description copied from interface:MMcifConsumer
called at start of document- Specified by:
documentStart
in interfaceMMcifConsumer
-
getDictionary
-
newChemComp
- Specified by:
newChemComp
in interfaceMMcifConsumer
-
documentEnd
public void documentEnd()Description copied from interface:MMcifConsumer
called at end of document- Specified by:
documentEnd
in interfaceMMcifConsumer
-
newAtomSite
Description copied from interface:MMcifConsumer
A new AtomSite record has been read. Contains the Atom data- Specified by:
newAtomSite
in interfaceMMcifConsumer
-
newDatabasePDBremark
- Specified by:
newDatabasePDBremark
in interfaceMMcifConsumer
-
newDatabasePDBrev
- Specified by:
newDatabasePDBrev
in interfaceMMcifConsumer
-
newDatabasePDBrevRecord
- Specified by:
newDatabasePDBrevRecord
in interfaceMMcifConsumer
-
newEntity
- Specified by:
newEntity
in interfaceMMcifConsumer
-
newEntityPolySeq
- Specified by:
newEntityPolySeq
in interfaceMMcifConsumer
-
newExptl
- Specified by:
newExptl
in interfaceMMcifConsumer
-
newCell
- Specified by:
newCell
in interfaceMMcifConsumer
-
newSymmetry
- Specified by:
newSymmetry
in interfaceMMcifConsumer
-
newStructNcsOper
- Specified by:
newStructNcsOper
in interfaceMMcifConsumer
-
newAtomSites
- Specified by:
newAtomSites
in interfaceMMcifConsumer
-
newPdbxEntityNonPoly
- Specified by:
newPdbxEntityNonPoly
in interfaceMMcifConsumer
-
newPdbxNonPolyScheme
- Specified by:
newPdbxNonPolyScheme
in interfaceMMcifConsumer
-
newPdbxPolySeqScheme
- Specified by:
newPdbxPolySeqScheme
in interfaceMMcifConsumer
-
newRefine
- Specified by:
newRefine
in interfaceMMcifConsumer
-
newStructAsym
- Specified by:
newStructAsym
in interfaceMMcifConsumer
-
newStructKeywords
- Specified by:
newStructKeywords
in interfaceMMcifConsumer
-
newStructRef
- Specified by:
newStructRef
in interfaceMMcifConsumer
-
newStructRefSeq
- Specified by:
newStructRefSeq
in interfaceMMcifConsumer
-
newStructRefSeqDif
- Specified by:
newStructRefSeqDif
in interfaceMMcifConsumer
-
setStruct
- Specified by:
setStruct
in interfaceMMcifConsumer
-
newGenericData
Description copied from interface:MMcifConsumer
This method is called if no particular handler for the provided cif category has been implemented so far.- Specified by:
newGenericData
in interfaceMMcifConsumer
- Parameters:
category
- The category that is being processed.loopFields
- the fields of this category.lineData
- the data that is being provided.
-
newAuditAuthor
Description copied from interface:MMcifConsumer
AuditAuthor contains the info from the PDB-AUTHOR records.- Specified by:
newAuditAuthor
in interfaceMMcifConsumer
-
getFileParsingParameters
- Specified by:
getFileParsingParameters
in interfaceMMcifConsumer
-
setFileParsingParameters
- Specified by:
setFileParsingParameters
in interfaceMMcifConsumer
-
newChemCompDescriptor
- Specified by:
newChemCompDescriptor
in interfaceMMcifConsumer
-
newPdbxStructOperList
- Specified by:
newPdbxStructOperList
in interfaceMMcifConsumer
-
newPdbxStrucAssembly
- Specified by:
newPdbxStrucAssembly
in interfaceMMcifConsumer
-
newPdbxStrucAssemblyGen
- Specified by:
newPdbxStrucAssemblyGen
in interfaceMMcifConsumer
-
newChemCompAtom
- Specified by:
newChemCompAtom
in interfaceMMcifConsumer
-
newPdbxChemCompIndentifier
- Specified by:
newPdbxChemCompIndentifier
in interfaceMMcifConsumer
-
newChemCompBond
- Specified by:
newChemCompBond
in interfaceMMcifConsumer
-
newPdbxChemCompDescriptor
- Specified by:
newPdbxChemCompDescriptor
in interfaceMMcifConsumer
-
newEntitySrcGen
- Specified by:
newEntitySrcGen
in interfaceMMcifConsumer
-
newEntitySrcNat
- Specified by:
newEntitySrcNat
in interfaceMMcifConsumer
-
newEntitySrcSyn
- Specified by:
newEntitySrcSyn
in interfaceMMcifConsumer
-
newStructConn
- Specified by:
newStructConn
in interfaceMMcifConsumer
-
newStructSiteGen
- Specified by:
newStructSiteGen
in interfaceMMcifConsumer
-
newStructSite
- Specified by:
newStructSite
in interfaceMMcifConsumer
-