Uses of Enum
pl.poznan.put.torsion.range.RangeDifference
Packages that use RangeDifference
Package
Description
Contains classes dealing with torsion angles handling.
-
Uses of RangeDifference in pl.poznan.put.rna
Methods in pl.poznan.put.rna that return RangeDifferenceModifier and TypeMethodDescription -
Uses of RangeDifference in pl.poznan.put.torsion
Methods in pl.poznan.put.torsion that return RangeDifferenceModifier and TypeMethodDescriptionImmutableTorsionAngleDelta.rangeDifference()
abstract RangeDifference
TorsionAngleDelta.rangeDifference()
Methods in pl.poznan.put.torsion with parameters of type RangeDifferenceModifier and TypeMethodDescriptionstatic ImmutableTorsionAngleDelta
ImmutableTorsionAngleDelta.of
(MasterTorsionAngleType angleType, TorsionAngleDelta.State state, Angle delta, RangeDifference rangeDifference) Construct a new immutableTorsionAngleDelta
instance.ImmutableTorsionAngleDelta.Builder.rangeDifference
(RangeDifference rangeDifference) Initializes the value for therangeDifference
attribute.ImmutableTorsionAngleDelta.withRangeDifference
(RangeDifference value) Copy the current immutable object by setting a value for therangeDifference
attribute. -
Uses of RangeDifference in pl.poznan.put.torsion.range
Methods in pl.poznan.put.torsion.range that return RangeDifferenceModifier and TypeMethodDescriptionCompares with another range object.Calculate difference between two angle ranges.static RangeDifference
RangeDifference.fromValue
(int value) Parses value 0, 1, 2, or 3 as EQUAL, SIMILAR, DIFFERENT and OPPOSITE respectively.static RangeDifference
Returns the enum constant of this type with the specified name.static RangeDifference[]
RangeDifference.values()
Returns an array containing the constants of this enum type, in the order they are declared.