org.biojava.bio.structure.domain
Interface PDPProvider

All Known Implementing Classes:
RemotePDPProvider

public interface PDPProvider


Method Summary
 Structure getDomain(String pdbDomainName, AtomCache cache)
           
 SortedSet<String> getPDPDomainNamesForPDB(String pdbId)
           
 

Method Detail

getPDPDomainNamesForPDB

SortedSet<String> getPDPDomainNamesForPDB(String pdbId)

getDomain

Structure getDomain(String pdbDomainName,
                    AtomCache cache)