public class QuatSymmetryResults extends Object
| Constructor and Description |
|---|
QuatSymmetryResults(Subunits subunits,
HelixLayers helixLayers,
SymmetryPerceptionMethod method) |
QuatSymmetryResults(Subunits subunits,
RotationGroup rotationGroup,
SymmetryPerceptionMethod method) |
| Modifier and Type | Method and Description |
|---|---|
HelixLayers |
getHelixLayers()
Returns helix layers (layer lines) as a list of helices that describe a
helical structure
|
SymmetryPerceptionMethod |
getMethod()
Returns the method used for symmetry perception.
|
int |
getNucleicAcidChainCount() |
RotationGroup |
getRotationGroup()
Returns rotation group (point group) information representing rotational
quaternary symmetry, see
http://en.wikipedia.org/wiki/Rotation_group_SO(3)
|
QuatSymmetryScores |
getScores() |
Subunits |
getSubunits()
Returns protein subunit information that was used to determine symmetry
information
|
String |
getSymmetry()
Returns the symmetry group.
|
boolean |
isLocal() |
void |
setLocal(boolean local) |
String |
toString() |
public QuatSymmetryResults(Subunits subunits, RotationGroup rotationGroup, SymmetryPerceptionMethod method)
public QuatSymmetryResults(Subunits subunits, HelixLayers helixLayers, SymmetryPerceptionMethod method)
public Subunits getSubunits()
public RotationGroup getRotationGroup()
public HelixLayers getHelixLayers()
public SymmetryPerceptionMethod getMethod()
public String getSymmetry()
public QuatSymmetryScores getScores()
public int getNucleicAcidChainCount()
public boolean isLocal()
public void setLocal(boolean local)
Copyright © 2000–2016 BioJava. All rights reserved.