org.biojava.bio.structure.domain
Class RemotePDPProvider
java.lang.Object
org.biojava.bio.structure.domain.SerializableCache<String,SortedSet<String>>
org.biojava.bio.structure.domain.RemotePDPProvider
- All Implemented Interfaces:
- PDPProvider
public class RemotePDPProvider
- extends SerializableCache<String,SortedSet<String>>
- implements PDPProvider
A class that provided PDP assignments that are loaded from a remote web server
- Author:
- Andreas Prlic
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_SERVER
public static final String DEFAULT_SERVER
- See Also:
- Constant Field Values
RemotePDPProvider
public RemotePDPProvider()
RemotePDPProvider
public RemotePDPProvider(boolean useCache)
main
public static void main(String[] args)
getServer
public String getServer()
setServer
public void setServer(String server)
getDomain
public Structure getDomain(String pdpDomainName,
AtomCache cache)
- Specified by:
getDomain
in interface PDPProvider
getPDPDomainNamesForPDB
public SortedSet<String> getPDPDomainNamesForPDB(String pdbId)
- Specified by:
getPDPDomainNamesForPDB
in interface PDPProvider