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 Structure
AtomCache. getStructureForCathDomain(StructureName structureName, CathDatabase cathInstall)
Returns aStructure
corresponding 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 class
CathInstallation
Methods in org.biojava.nbio.structure.cath that return CathDatabase Modifier and Type Method Description static CathDatabase
CathFactory. getCathDatabase()
Returns the default (singleton) CathDatabase.static CathDatabase
CathFactory. 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 void
CathFactory. setCath(CathDatabase cath)
Sets the default (singleton) CathDatabase.
-