Uses of Interface
org.biojava.nbio.structure.scop.ScopDatabase
- 
Packages that use ScopDatabase Package Description org.biojava.nbio.structure.align.client This package deals with the server communication for auto-downloading pre-calculated alignments.org.biojava.nbio.structure.align.util org.biojava.nbio.structure.gui.util org.biojava.nbio.structure.scop Parsers and API for SCOP, Structural Classification of Proteins. - 
- 
Uses of ScopDatabase in org.biojava.nbio.structure.align.client
Methods in org.biojava.nbio.structure.align.client with parameters of type ScopDatabase Modifier and Type Method Description static ScopDomainStructureName. guessScopDomain(String name, ScopDatabase scopDB)Guess a scop domain. - 
Uses of ScopDatabase in org.biojava.nbio.structure.align.util
Methods in org.biojava.nbio.structure.align.util with parameters of type ScopDatabase Modifier and Type Method Description StructureAtomCache. getStructureForDomain(String scopId, ScopDatabase scopDatabase)Returns the representation of aScopDomainas a BioJavaStructureobject.StructureAtomCache. getStructureForDomain(ScopDomain domain, ScopDatabase scopDatabase)Returns the representation of aScopDomainas a BioJavaStructureobject.StructureAtomCache. getStructureForDomain(ScopDomain domain, ScopDatabase scopDatabase, boolean strictLigandHandling)Returns the representation of aScopDomainas a BioJavaStructureobject. - 
Uses of ScopDatabase in org.biojava.nbio.structure.gui.util
Methods in org.biojava.nbio.structure.gui.util that return ScopDatabase Modifier and Type Method Description ScopDatabaseScopInstallationInstance. getSCOP() - 
Uses of ScopDatabase in org.biojava.nbio.structure.scop
Subinterfaces of ScopDatabase in org.biojava.nbio.structure.scop Modifier and Type Interface Description interfaceLocalScopDatabaseClasses which implement ScopDatabase in a way which allows them to serve queries without accessing the internet should implement this interface instead.Classes in org.biojava.nbio.structure.scop that implement ScopDatabase Modifier and Type Class Description classBerkeleyScopInstallationSCOPe: The Structural Classification of Proteins (extended) at Berkeley Lab and UC Berkeley (http://scop.berkeley.edu/).classCachedRemoteScopInstallationAn extension of the RemoteScopInstallation that caches some of the data locally.classRemoteScopInstallationA class that fetches information about SCOP from a remote data-source.classScopInstallationThis class provides access to the SCOP protein structure classification.Methods in org.biojava.nbio.structure.scop that return ScopDatabase Modifier and Type Method Description static ScopDatabaseScopFactory. getSCOP()Get the current default instance for the default versionstatic ScopDatabaseScopFactory. getSCOP(boolean forceLocalData)static ScopDatabaseScopFactory. getSCOP(String version)requests a particular version of SCOP.static ScopDatabaseScopFactory. getSCOP(String version, boolean forceLocalData)Gets an instance of the specified scop version.Methods in org.biojava.nbio.structure.scop with parameters of type ScopDatabase Modifier and Type Method Description static voidScopFactory. setScopDatabase(ScopDatabase scop)Set the default scop version and instance 
 -