Uses of Interface
org.biojava.nbio.structure.cath.CathDatabase
-
Packages that use CathDatabase Package Description org.biojava.nbio.structure.align.util org.biojava.nbio.structure.cath -
-
Uses of CathDatabase in org.biojava.nbio.structure.align.util
Methods in org.biojava.nbio.structure.align.util with parameters of type CathDatabase Modifier and Type Method Description StructureAtomCache. getStructureForCathDomain(StructureName structureName, CathDatabase cathInstall)Returns aStructurecorresponding to the CATH identifier supplied instructureName, using the specifiedCathDatabase. -
Uses of CathDatabase in org.biojava.nbio.structure.cath
Classes in org.biojava.nbio.structure.cath that implement CathDatabase Modifier and Type Class Description classCathInstallationMethods in org.biojava.nbio.structure.cath that return CathDatabase Modifier and Type Method Description static CathDatabaseCathFactory. getCathDatabase()Returns the default (singleton) CathDatabase.static CathDatabaseCathFactory. getCathDatabase(String version)Returns a CATH database of the specified version.Methods in org.biojava.nbio.structure.cath with parameters of type CathDatabase Modifier and Type Method Description static voidCathFactory. setCath(CathDatabase cath)Sets the default (singleton) CathDatabase.
-