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.StateTorsionAngleDelta.state()static TorsionAngleDelta.StateReturns 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 ImmutableTorsionAngleDeltaImmutableTorsionAngleDelta.of(MasterTorsionAngleType angleType, TorsionAngleDelta.State state, Angle delta, RangeDifference rangeDifference) Construct a new immutableTorsionAngleDeltainstance.ImmutableTorsionAngleDelta.Builder.state(TorsionAngleDelta.State state) Initializes the value for thestateattribute.ImmutableTorsionAngleDelta.withState(TorsionAngleDelta.State value) Copy the current immutable object by setting a value for thestateattribute.