public class QuatSymmetryResults extends Object
QuatSymmetryDetector.| Constructor and Description |
|---|
QuatSymmetryResults(List<SubunitCluster> clusters,
HelixLayers helixLayers,
SymmetryPerceptionMethod method)
Constructor for roto-translational symmetries.
|
QuatSymmetryResults(List<SubunitCluster> clusters,
RotationGroup rotationGroup,
SymmetryPerceptionMethod method)
Constructor for rotational symmetries.
|
| Modifier and Type | Method and Description |
|---|---|
HelixLayers |
getHelixLayers() |
SymmetryPerceptionMethod |
getMethod() |
RotationGroup |
getRotationGroup() |
QuatSymmetryScores |
getScores() |
String |
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 |
isPseudosymmetric()
A symmetry result is pseudosymmetric when using pseudostoichiometry
extended the symmetry over the
|
void |
setPseudosymmetric(boolean pseudosymmetric)
A symmetry result is pseudosymmetric when using pseudostoichiometry
extended the symmetry over the
|
void |
setStructure(Structure structure) |
String |
toString() |
public QuatSymmetryResults(List<SubunitCluster> clusters, RotationGroup rotationGroup, SymmetryPerceptionMethod method)
clusters - List of SubunitCluster used to calculate symmetryrotationGroup - method - public QuatSymmetryResults(List<SubunitCluster> clusters, HelixLayers helixLayers, SymmetryPerceptionMethod method)
clusters - List of SubunitCluster used to calculate symmetryhelixLayers - method - public 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 String getStoichiometry()
public boolean isPseudoStoichiometric()
public boolean isLocal()
public boolean isPseudosymmetric()
public void setPseudosymmetric(boolean pseudosymmetric)
pseudosymmetric - true if pseudosymmetric, false otherwisepublic Structure getStructure()
public void setStructure(Structure structure)
Copyright © 2000–2017 BioJava. All rights reserved.