Uses of Class
org.biojava.nbio.structure.cath.CathNode
-
Packages that use CathNode Package Description org.biojava.nbio.structure.cath -
-
Uses of CathNode in org.biojava.nbio.structure.cath
Methods in org.biojava.nbio.structure.cath that return CathNode Modifier and Type Method Description CathNode
CathDatabase. getCathNode(String nodeId)
Return the CathNode for a node ID.CathNode
CathInstallation. getCathNode(String nodeId)
Methods in org.biojava.nbio.structure.cath that return types with arguments of type CathNode Modifier and Type Method Description List<CathNode>
CathDatabase. getTree(CathDomain domain)
Return the CATH sub-tree for a particular domain.List<CathNode>
CathInstallation. getTree(CathDomain domain)
-