org.biojava.bio.structure.io.mmcif
Class ChemCompGroupFactory

java.lang.Object
  extended by org.biojava.bio.structure.io.mmcif.ChemCompGroupFactory

public class ChemCompGroupFactory
extends Object


Constructor Summary
ChemCompGroupFactory()
           
 
Method Summary
static ChemComp getChemComp(String recordName)
           
static ChemCompProvider getChemCompProvider()
           
static Group getGroupFromChemCompDictionary(String recordName)
           
static String getOneLetterCode(ChemComp cc)
           
static void setChemCompProvider(ChemCompProvider provider)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChemCompGroupFactory

public ChemCompGroupFactory()
Method Detail

getChemComp

public static ChemComp getChemComp(String recordName)

setChemCompProvider

public static void setChemCompProvider(ChemCompProvider provider)

getChemCompProvider

public static ChemCompProvider getChemCompProvider()

getGroupFromChemCompDictionary

public static Group getGroupFromChemCompDictionary(String recordName)

getOneLetterCode

public static String getOneLetterCode(ChemComp cc)