Package | Description |
---|---|
org.biojava.nbio.structure.contact | |
org.biojava.nbio.structure.xtal |
Modifier and Type | Method and Description |
---|---|
Pair<CrystalTransform> |
StructureInterface.getTransforms()
Return the 2 crystal transform operations performed on each of the
molecules of this interface.
|
Modifier and Type | Method and Description |
---|---|
void |
StructureInterface.setTransforms(Pair<CrystalTransform> transforms) |
Constructor and Description |
---|
StructureInterface(Atom[] firstMolecule,
Atom[] secondMolecule,
String firstMoleculeId,
String secondMoleculeId,
AtomContactSet contacts,
CrystalTransform firstTransf,
CrystalTransform secondTransf)
Constructs a StructureInterface
|
Modifier and Type | Method and Description |
---|---|
boolean |
CrystalTransform.isEquivalent(CrystalTransform other)
Returns true if the given CrystalTransform is equivalent to this one.
|
Constructor and Description |
---|
CrystalTransform(CrystalTransform transform)
Copy constructor
|
Copyright © 2000–2019 BioJava. All rights reserved.