Uses of Class
pl.poznan.put.torsion.ImmutableTorsionAngleValue
Packages that use ImmutableTorsionAngleValue
-
Uses of ImmutableTorsionAngleValue in pl.poznan.put.torsion
Methods in pl.poznan.put.torsion that return ImmutableTorsionAngleValueModifier and TypeMethodDescriptionImmutableTorsionAngleValue.Builder.build()
Builds a newImmutableTorsionAngleValue
.static ImmutableTorsionAngleValue
ImmutableTorsionAngleValue.copyOf
(TorsionAngleValue instance) Creates an immutable copy of aTorsionAngleValue
value.static ImmutableTorsionAngleValue
ImmutableTorsionAngleValue.of
(TorsionAngleType angleType, Angle value) Construct a new immutableTorsionAngleValue
instance.ImmutableTorsionAngleValue.withAngleType
(TorsionAngleType value) Copy the current immutable object by setting a value for theangleType
attribute.Copy the current immutable object by setting a value for thevalue
attribute.