Uses of Class
pl.poznan.put.torsion.ImmutableTorsionAngleDelta
Packages that use ImmutableTorsionAngleDelta
-
Uses of ImmutableTorsionAngleDelta in pl.poznan.put.torsion
Methods in pl.poznan.put.torsion that return ImmutableTorsionAngleDeltaModifier and TypeMethodDescriptionImmutableTorsionAngleDelta.Builder.build()
Builds a newImmutableTorsionAngleDelta
.static ImmutableTorsionAngleDelta
ImmutableTorsionAngleDelta.copyOf
(TorsionAngleDelta instance) Creates an immutable copy of aTorsionAngleDelta
value.static ImmutableTorsionAngleDelta
ImmutableTorsionAngleDelta.of
(MasterTorsionAngleType angleType, TorsionAngleDelta.State state, Angle delta, RangeDifference rangeDifference) Construct a new immutableTorsionAngleDelta
instance.ImmutableTorsionAngleDelta.withAngleType
(MasterTorsionAngleType value) Copy the current immutable object by setting a value for theangleType
attribute.Copy the current immutable object by setting a value for thedelta
attribute.ImmutableTorsionAngleDelta.withRangeDifference
(RangeDifference value) Copy the current immutable object by setting a value for therangeDifference
attribute.ImmutableTorsionAngleDelta.withState
(TorsionAngleDelta.State value) Copy the current immutable object by setting a value for thestate
attribute.