| Package | Description |
|---|---|
| org.biojava.nbio.structure.scop |
Parsers and API for SCOP, Structural Classification of Proteins.
|
| org.biojava.nbio.structure.scop.server |
| Modifier and Type | Method and Description |
|---|---|
ScopNode |
RemoteScopInstallation.getScopNode(int sunid) |
ScopNode |
ScopDatabase.getScopNode(int sunid)
Access a particular ScopNode.
|
ScopNode |
ScopInstallation.getScopNode(int sunid) |
ScopNode |
CachedRemoteScopInstallation.getScopNode(int sunid) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ScopNode> |
RemoteScopInstallation.getTree(ScopDomain domain) |
java.util.List<ScopNode> |
ScopDatabase.getTree(ScopDomain domain)
get the SCOP sub-tree for a particular domain.
|
java.util.List<ScopNode> |
ScopInstallation.getTree(ScopDomain domain) |
java.util.List<ScopNode> |
CachedRemoteScopInstallation.getTree(ScopDomain domain) |
| Modifier and Type | Method and Description |
|---|---|
static ScopNode |
XMLUtil.getScopNodeFromXML(java.lang.String xml) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ScopNode> |
ScopNodes.getScopNode() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
XMLUtil.getScopNodeXML(ScopNode scopNode) |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
XMLUtil.getScopNodesXML(java.util.List<ScopNode> nodes) |
void |
ScopNodes.setScopNode(java.util.List<ScopNode> scopNodes) |
Copyright © 2000-2020 BioJava. All Rights Reserved.