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 RangeDifferenceTorsionAngleDelta.rangeDifference()Methods in pl.poznan.put.torsion with parameters of type RangeDifferenceModifier and TypeMethodDescriptionstatic ImmutableTorsionAngleDeltaImmutableTorsionAngleDelta.of(MasterTorsionAngleType angleType, TorsionAngleDelta.State state, Angle delta, RangeDifference rangeDifference) Construct a new immutableTorsionAngleDeltainstance.ImmutableTorsionAngleDelta.Builder.rangeDifference(RangeDifference rangeDifference) Initializes the value for therangeDifferenceattribute.ImmutableTorsionAngleDelta.withRangeDifference(RangeDifference value) Copy the current immutable object by setting a value for therangeDifferenceattribute. -
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 RangeDifferenceRangeDifference.fromValue(int value) Parses value 0, 1, 2, or 3 as EQUAL, SIMILAR, DIFFERENT and OPPOSITE respectively.static RangeDifferenceReturns 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.