Package org.biojava.nbio.structure.scop
Interface LocalScopDatabase
-
- All Superinterfaces:
ScopDatabase
- All Known Implementing Classes:
BerkeleyScopInstallation
,ScopInstallation
public interface LocalScopDatabase extends ScopDatabase
Classes which implement ScopDatabase in a way which allows them to serve queries without accessing the internet should implement this interface instead. An initial file download is acceptable. ScopFactory utilizes this distinction to optimize when many queries are expected or remote calls would be otherwise undesireable.- Author:
- Spencer Bliven
-
-
Method Summary
-
Methods inherited from interface org.biojava.nbio.structure.scop.ScopDatabase
filterByClassificationId, filterByDescription, filterByDomainName, getByCategory, getComments, getDomainByScopID, getDomainsForPDB, getScopDescriptionBySunid, getScopDomainsBySunid, getScopNode, getScopVersion, getTree, setScopVersion
-
-