| 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 |
|---|---|
List<ScopNode> |
RemoteScopInstallation.getTree(ScopDomain domain) |
List<ScopNode> |
ScopDatabase.getTree(ScopDomain domain)
get the SCOP sub-tree for a particular domain.
|
List<ScopNode> |
ScopInstallation.getTree(ScopDomain domain) |
List<ScopNode> |
CachedRemoteScopInstallation.getTree(ScopDomain domain) |
| Modifier and Type | Method and Description |
|---|---|
static ScopNode |
XMLUtil.getScopNodeFromXML(String xml) |
| Modifier and Type | Method and Description |
|---|---|
List<ScopNode> |
ScopNodes.getScopNode() |
| Modifier and Type | Method and Description |
|---|---|
static String |
XMLUtil.getScopNodeXML(ScopNode scopNode) |
| Modifier and Type | Method and Description |
|---|---|
static String |
XMLUtil.getScopNodesXML(List<ScopNode> nodes) |
void |
ScopNodes.setScopNode(List<ScopNode> scopNodes) |
Copyright © 2000–2019 BioJava. All rights reserved.