Uses of Interface
org.biojava.nbio.structure.cath.CathDatabase
Packages that use CathDatabase
-
Uses of CathDatabase in org.biojava.nbio.structure.align.util
Methods in org.biojava.nbio.structure.align.util with parameters of type CathDatabaseModifier and TypeMethodDescriptionAtomCache.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 CathDatabaseMethods in org.biojava.nbio.structure.cath that return CathDatabaseModifier and TypeMethodDescriptionstatic 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 CathDatabaseModifier and TypeMethodDescriptionstatic void
CathFactory.setCath
(CathDatabase cath) Sets the default (singleton) CathDatabase.