Uses of Class
pl.poznan.put.torsion.ImmutableAtomPair
Packages that use ImmutableAtomPair
-
Uses of ImmutableAtomPair in pl.poznan.put.torsion
Methods in pl.poznan.put.torsion that return ImmutableAtomPairModifier and TypeMethodDescriptionImmutableAtomPair.Builder.build()Builds a newImmutableAtomPair.static ImmutableAtomPairCreates an immutable copy of aAtomPairvalue.static ImmutableAtomPairImmutableAtomPair.of(PdbAtomLine leftAtom, PdbAtomLine rightAtom) Construct a new immutableAtomPairinstance.final ImmutableAtomPairImmutableAtomPair.withLeftAtom(PdbAtomLine value) Copy the current immutable object by setting a value for theleftAtomattribute.final ImmutableAtomPairImmutableAtomPair.withRightAtom(PdbAtomLine value) Copy the current immutable object by setting a value for therightAtomattribute.