Class PDBDomainProvider
java.lang.Object
org.biojava.nbio.structure.domain.PDBDomainProvider
- All Implemented Interfaces:
DomainProvider
Class to fetch domains through the RCSB's REST API.
- Author:
- Spencer Bliven
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetDomainNames
(String name) Gets a list of domain representatives for a given PDB ID.Gets a list of all domain representativesstatic void
-
Field Details
-
DEFAULT_PDB_HOST
- See Also:
-
DEFAULT_PDB_API_URL
- See Also:
-
-
Constructor Details
-
PDBDomainProvider
public PDBDomainProvider() -
PDBDomainProvider
- Parameters:
base
-cutoff
-
-
-
Method Details
-
getDomainNames
Gets a list of domain representatives for a given PDB ID.- Specified by:
getDomainNames
in interfaceDomainProvider
- Parameters:
name
- a structure identifier- Returns:
- A list of domain names
-
getRepresentativeDomains
Gets a list of all domain representatives- Specified by:
getRepresentativeDomains
in interfaceDomainProvider
- Returns:
- A full list of all representative domains recognized by this provider
-
main
-