Uses of Enum
pl.poznan.put.torsion.TorsionAngleDelta.State
Packages that use TorsionAngleDelta.State
-
Uses of TorsionAngleDelta.State in pl.poznan.put.torsion
Methods in pl.poznan.put.torsion that return TorsionAngleDelta.StateModifier and TypeMethodDescriptionImmutableTorsionAngleDelta.state()
abstract TorsionAngleDelta.State
TorsionAngleDelta.state()
static TorsionAngleDelta.State
Returns the enum constant of this type with the specified name.static TorsionAngleDelta.State[]
TorsionAngleDelta.State.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in pl.poznan.put.torsion with parameters of type TorsionAngleDelta.StateModifier and TypeMethodDescriptionstatic ImmutableTorsionAngleDelta
ImmutableTorsionAngleDelta.of
(MasterTorsionAngleType angleType, TorsionAngleDelta.State state, Angle delta, RangeDifference rangeDifference) Construct a new immutableTorsionAngleDelta
instance.ImmutableTorsionAngleDelta.Builder.state
(TorsionAngleDelta.State state) Initializes the value for thestate
attribute.ImmutableTorsionAngleDelta.withState
(TorsionAngleDelta.State value) Copy the current immutable object by setting a value for thestate
attribute.