Uses of Class
pl.poznan.put.torsion.TorsionAngleDelta.State
-
Packages that use TorsionAngleDelta.State Package Description pl.poznan.put.torsion Contains classes dealing with torsion angles handling. -
-
Uses of TorsionAngleDelta.State in pl.poznan.put.torsion
Methods in pl.poznan.put.torsion that return TorsionAngleDelta.State Modifier and Type Method Description TorsionAngleDelta.StateImmutableTorsionAngleDelta. state()abstract TorsionAngleDelta.StateTorsionAngleDelta. state()static TorsionAngleDelta.StateTorsionAngleDelta.State. valueOf(String name)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.State Modifier and Type Method Description static ImmutableTorsionAngleDeltaImmutableTorsionAngleDelta. of(MasterTorsionAngleType angleType, TorsionAngleDelta.State state, Angle delta, RangeDifference rangeDifference)Construct a new immutableTorsionAngleDeltainstance.ImmutableTorsionAngleDelta.BuilderImmutableTorsionAngleDelta.Builder. state(TorsionAngleDelta.State state)Initializes the value for thestateattribute.ImmutableTorsionAngleDeltaImmutableTorsionAngleDelta. withState(TorsionAngleDelta.State value)Copy the current immutable object by setting a value for thestateattribute.
-