public interface DomainProvider
| Modifier and Type | Method and Description | 
|---|---|
| SortedSet<String> | getDomainNames(String name)Get a list of constituent domain identifiers | 
| SortedSet<String> | getRepresentativeDomains()Get the full list of representative domains for the PDB. | 
SortedSet<String> getDomainNames(String name) throws IOException, StructureException
name - a structure identifierIOException - For IO errors getting the domainsStructureException - For errors converting name to a valid identifierSortedSet<String> getRepresentativeDomains() throws IOException
IOException - For IO errors getting the representativesCopyright © 2000–2017 BioJava. All rights reserved.