Uses of Class
pl.poznan.put.torsion.ImmutableAtomPair
-
Packages that use ImmutableAtomPair Package Description pl.poznan.put.torsion Contains classes dealing with torsion angles handling. -
-
Uses of ImmutableAtomPair in pl.poznan.put.torsion
Methods in pl.poznan.put.torsion that return ImmutableAtomPair Modifier and Type Method Description ImmutableAtomPairImmutableAtomPair.Builder. build()Builds a newImmutableAtomPair.static ImmutableAtomPairImmutableAtomPair. copyOf(AtomPair instance)Creates an immutable copy of aAtomPairvalue.static ImmutableAtomPairImmutableAtomPair. of(PdbAtomLine leftAtom, PdbAtomLine rightAtom)Construct a new immutableAtomPairinstance.ImmutableAtomPairImmutableAtomPair. withLeftAtom(PdbAtomLine value)Copy the current immutable object by setting a value for theleftAtomattribute.ImmutableAtomPairImmutableAtomPair. withRightAtom(PdbAtomLine value)Copy the current immutable object by setting a value for therightAtomattribute.
-