Uses of Class
org.biojava.bio.structure.io.mmcif.model.ChemComp

Packages that use ChemComp
org.biojava.bio.structure.io.mmcif Input and Output of mmcif files 
org.biojava.bio.structure.io.mmcif.chem   
 

Uses of ChemComp in org.biojava.bio.structure.io.mmcif
 

Methods in org.biojava.bio.structure.io.mmcif that return ChemComp
 ChemComp ChemicalComponentDictionary.getParent(ChemComp c)
          Get the parent of a component.
 ChemComp ChemicalComponentDictionary.getReplaced(ChemComp c)
          if ChemComp is replacing another one, get the old version otherwise return the same ChemComp again.
 ChemComp ChemicalComponentDictionary.getReplaced(String id)
           
 ChemComp ChemicalComponentDictionary.getReplacer(ChemComp c)
          if ChemComp is replaced by another one, get the newer version otherwise return the same ChemComp again.
 ChemComp ChemicalComponentDictionary.getReplacer(String id)
           
 

Methods in org.biojava.bio.structure.io.mmcif with parameters of type ChemComp
 void ChemicalComponentDictionary.addChemComp(ChemComp comp)
          add a new component to the dictionary
 ChemComp ChemicalComponentDictionary.getParent(ChemComp c)
          Get the parent of a component.
 ChemComp ChemicalComponentDictionary.getReplaced(ChemComp c)
          if ChemComp is replacing another one, get the old version otherwise return the same ChemComp again.
 ChemComp ChemicalComponentDictionary.getReplacer(ChemComp c)
          if ChemComp is replaced by another one, get the newer version otherwise return the same ChemComp again.
 boolean ChemicalComponentDictionary.isReplaced(ChemComp c)
           
 boolean ChemicalComponentDictionary.isReplacer(ChemComp c)
           
 void SimpleMMcifConsumer.newChemComp(ChemComp c)
           
 void MMcifConsumer.newChemComp(ChemComp c)
           
 void ChemCompConsumer.newChemComp(ChemComp c)
           
 void SimpleMMcifParser.triggerNewChemComp(ChemComp cc)
           
 

Uses of ChemComp in org.biojava.bio.structure.io.mmcif.chem
 

Methods in org.biojava.bio.structure.io.mmcif.chem with parameters of type ChemComp
static Character ChemCompTools.getOneLetterCode(ChemComp cc, ChemicalComponentDictionary dictionary)
           
static boolean ChemCompTools.isStandardChemComp(ChemComp cc)