PDBDomainProvider
, RemoteDomainProvider
public interface DomainProvider
Modifier and Type | Method | Description |
---|---|---|
java.util.SortedSet<java.lang.String> |
getDomainNames(java.lang.String name) |
Get a list of constituent domain identifiers
|
java.util.SortedSet<java.lang.String> |
getRepresentativeDomains() |
Get the full list of representative domains for the PDB.
|
java.util.SortedSet<java.lang.String> getDomainNames(java.lang.String name) throws java.io.IOException, StructureException
name
- a structure identifierjava.io.IOException
- For IO errors getting the domainsStructureException
- For errors converting name to a valid identifierjava.util.SortedSet<java.lang.String> getRepresentativeDomains() throws java.io.IOException
java.io.IOException
- For IO errors getting the representatives