| Package | Description |
|---|---|
| org.biojava.nbio.structure.align |
Classes for the alignment of structures.
|
| org.biojava.nbio.structure.align.client |
This package deals with the server communication for auto-downloading pre-calculated alignments.
|
| org.biojava.nbio.structure.align.xml |
Serialization and deserialization for structure alignment results (as AFPChain object) to XML.
|
| Modifier and Type | Method and Description |
|---|---|
PdbPair |
CallableStructureAlignment.getPair() |
| Modifier and Type | Method and Description |
|---|---|
void |
CallableStructureAlignment.setPair(PdbPair pair) |
| Modifier and Type | Method and Description |
|---|---|
PdbPair |
PdbPair.getReverse() |
| Modifier and Type | Method and Description |
|---|---|
int |
PdbPair.compareTo(PdbPair o) |
| Modifier and Type | Method and Description |
|---|---|
SortedSet<PdbPair> |
PdbPairsMessage.getPairs() |
| Modifier and Type | Method and Description |
|---|---|
static String |
PdbPairXMLConverter.convertPairsToXML(SortedSet<PdbPair> pairs,
String method) |
void |
PdbPairsMessage.setPairs(SortedSet<PdbPair> pairs) |
Copyright © 2000–2016 BioJava. All rights reserved.