Uses of Class
org.biojava.nbio.structure.ecod.EcodDomain
-
Packages that use EcodDomain Package Description org.biojava.nbio.structure.ecod -
-
Uses of EcodDomain in org.biojava.nbio.structure.ecod
Methods in org.biojava.nbio.structure.ecod that return EcodDomain Modifier and Type Method Description EcodDomain
EcodDatabase. getDomainsById(String ecodId)
Get a particular ECOD domain by the domain ID (e.g.EcodDomain
EcodInstallation. getDomainsById(String ecodId)
Get a particular ECOD domain by the domain ID (e.g.Methods in org.biojava.nbio.structure.ecod that return types with arguments of type EcodDomain Modifier and Type Method Description List<EcodDomain>
EcodDatabase. filterByHierarchy(String hierarchy)
Get a list of domains within a particular level of the hierarchyList<EcodDomain>
EcodInstallation. filterByHierarchy(String hierarchy)
Get a list of domains within a particular level of the hierarchyList<EcodDomain>
EcodDatabase. getAllDomains()
Get all ECOD domainsList<EcodDomain>
EcodInstallation. getAllDomains()
Get all ECOD domainsList<EcodDomain>
EcodInstallation.EcodParser. getDomains()
List<EcodDomain>
EcodDatabase. getDomainsForPdb(String pdbId)
Get a list of all ECOD domains for a particular PDB IDList<EcodDomain>
EcodInstallation. getDomainsForPdb(String pdbId)
public EcodInstallation(String cacheLocation) { this( cacheLocation, DEFAULT_VERSION ); } /** Get a list of all ECOD domains for a particular PDB IDConstructors in org.biojava.nbio.structure.ecod with parameters of type EcodDomain Constructor Description EcodDomain(EcodDomain o)
-