Class QuatSymmetryParameters
java.lang.Object
org.biojava.nbio.structure.symmetry.core.QuatSymmetryParameters
- All Implemented Interfaces:
Serializable
The QuatSymmetryParameters specify the options used for the detection of
quaternary symmetry in structures using the
QuatSymmetryDetector
.- Author:
- Peter Rose, Aleix Lafita
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondouble
double
double
double
double
int
double
double
double
boolean
boolean
isLocalLimitsExceeded
(Set<?> combinations) boolean
On-the-fly Jmol bioassembly generation.void
setAngleThreshold
(double angleThreshold) void
setHelixRmsdThreshold
(double helixRmsdThreshold) void
setHelixRmsdToRiseRatio
(double helixRmsdToRiseRatio) void
setLocalTimeLimit
(double localTimeLimit) void
setMaximumLocalCombinations
(int maximumLocalCombinations) void
setMinimumHelixAngle
(double minimumHelixAngle) void
setMinimumHelixRise
(double minimumHelixRise) void
setOnTheFly
(boolean useJmolBioAssemblies) On-the-fly Jmol bioassembly generation.void
setRmsdThreshold
(double rmsdThreshold) toString()
void
useLocalTimeLimit
(double localTimeStart)
-
Constructor Details
-
QuatSymmetryParameters
public QuatSymmetryParameters()
-
-
Method Details
-
getRmsdThreshold
- Returns:
- the rmsdThreshold
-
setRmsdThreshold
- Parameters:
rmsdThreshold
- the rmsdThreshold to set
-
getAngleThreshold
-
setAngleThreshold
-
getHelixRmsdThreshold
-
setHelixRmsdThreshold
-
getHelixRmsdToRiseRatio
- Returns:
- the helixRmsdToRiseRatio
-
setHelixRmsdToRiseRatio
- Parameters:
helixRmsdToRiseRatio
- the helixRmsdToRiseRatio to set
-
getMinimumHelixRise
-
setMinimumHelixRise
-
getMinimumHelixAngle
-
setMinimumHelixAngle
-
getMaximumLocalCombinations
-
setMaximumLocalCombinations
-
getLocalTimeLimit
- Returns:
- the localTimeLimit
-
setLocalTimeLimit
- Parameters:
localTimeLimit
- the localTimeLimit to set
-
getLocalTimeStart
- Returns:
- the localTimeStart
-
useLocalTimeLimit
- Parameters:
localTimeStart
- the time when local calculations started
-
isLocalLimitsExceeded
- Parameters:
combinations
- a set of combinations considered fo far by the local symmetry search- Returns:
- true, if the number of combinations
-
isLocalLimitsExceeded
-
isOnTheFly
On-the-fly Jmol bioassembly generation.- Returns:
- true if Jmol on the fly bioassembly generation is used
-
setOnTheFly
On-the-fly Jmol bioassembly generation.- Parameters:
useJmolBioAssemblies
- true if Jmol on the fly bioassembly generation is used, false otherwise
-
toString
-