Uses of Class
pl.poznan.put.torsion.range.RangeDifference
-
Packages that use RangeDifference Package Description pl.poznan.put.rna pl.poznan.put.torsion Contains classes dealing with torsion angles handling.pl.poznan.put.torsion.range -
-
Uses of RangeDifference in pl.poznan.put.rna
Methods in pl.poznan.put.rna that return RangeDifference Modifier and Type Method Description RangeDifferenceChiRange. compare(Range other)RangeDifferencePseudorotation. compare(Range other) -
Uses of RangeDifference in pl.poznan.put.torsion
Methods in pl.poznan.put.torsion that return RangeDifference Modifier and Type Method Description RangeDifferenceImmutableTorsionAngleDelta. rangeDifference()abstract RangeDifferenceTorsionAngleDelta. rangeDifference()Methods in pl.poznan.put.torsion with parameters of type RangeDifference Modifier and Type Method Description static ImmutableTorsionAngleDeltaImmutableTorsionAngleDelta. of(MasterTorsionAngleType angleType, TorsionAngleDelta.State state, Angle delta, RangeDifference rangeDifference)Construct a new immutableTorsionAngleDeltainstance.ImmutableTorsionAngleDelta.BuilderImmutableTorsionAngleDelta.Builder. rangeDifference(RangeDifference rangeDifference)Initializes the value for therangeDifferenceattribute.ImmutableTorsionAngleDeltaImmutableTorsionAngleDelta. 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 RangeDifference Modifier and Type Method Description RangeDifferenceRange. compare(Range other)Compares with another range object.RangeDifferenceTorsionRange. compare(Range other)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 RangeDifferenceRangeDifference. valueOf(String name)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.
-