public class QuatSymmetryResults extends Object
QuatSymmetryDetector
.Constructor and Description |
---|
QuatSymmetryResults(Stoichiometry stoichiometry,
HelixLayers helixLayers,
SymmetryPerceptionMethod method)
Constructor for roto-translational symmetries.
|
QuatSymmetryResults(Stoichiometry stoichiometry,
RotationGroup rotationGroup,
SymmetryPerceptionMethod method)
Constructor for rotational symmetries.
|
Modifier and Type | Method and Description |
---|---|
HelixLayers |
getHelixLayers() |
SymmetryPerceptionMethod |
getMethod() |
RotationGroup |
getRotationGroup() |
QuatSymmetryScores |
getScores() |
Stoichiometry |
getStoichiometry() |
Structure |
getStructure() |
List<SubunitCluster> |
getSubunitClusters()
Returns the List of SubunitCluster used to calculate symmetry.
|
int |
getSubunitCount()
Return the number of Subunits involved in the symmetry.
|
List<Subunit> |
getSubunits()
Returns the List of Subunits used to calculate symmetry.
|
String |
getSymmetry() |
boolean |
isLocal()
A local result means that only a subset of the original Subunits was used
for symmetry determination.
|
boolean |
isPseudoStoichiometric() |
boolean |
isSupersededBy(QuatSymmetryResults other)
Determine if this symmetry result is a subset of the other Symmetry result.
|
void |
setStructure(Structure structure) |
String |
toString() |
public QuatSymmetryResults(Stoichiometry stoichiometry, RotationGroup rotationGroup, SymmetryPerceptionMethod method)
stoichiometry
- Stoichiometry used to calculate symmetryrotationGroup
- method
- public QuatSymmetryResults(Stoichiometry stoichiometry, HelixLayers helixLayers, SymmetryPerceptionMethod method)
stoichiometry
- Stoichiometry used to calculate symmetryhelixLayers
- method
- public boolean isSupersededBy(QuatSymmetryResults other)
other
- QuatSymmetryResultspublic List<SubunitCluster> getSubunitClusters()
public List<Subunit> getSubunits()
public int getSubunitCount()
public RotationGroup getRotationGroup()
public HelixLayers getHelixLayers()
public SymmetryPerceptionMethod getMethod()
public String getSymmetry()
public QuatSymmetryScores getScores()
public Stoichiometry getStoichiometry()
public boolean isPseudoStoichiometric()
public boolean isLocal()
public Structure getStructure()
public void setStructure(Structure structure)
Copyright © 2000–2019 BioJava. All rights reserved.