Uses of Class
pl.poznan.put.torsion.AtomPair
-
Packages that use AtomPair Package Description pl.poznan.put.torsion Contains classes dealing with torsion angles handling. -
-
Uses of AtomPair in pl.poznan.put.torsion
Subclasses of AtomPair in pl.poznan.put.torsion Modifier and Type Class Description classImmutableAtomPairImmutable implementation ofAtomPair.Methods in pl.poznan.put.torsion that return types with arguments of type AtomPair Modifier and Type Method Description default List<AtomPair>AtomBasedTorsionAngleType. findAtomPairs(List<PdbResidue> residues, int currentIndex)AppliesresidueRule()on the given list of residues to find three pairs of atoms: (a1, a2), (a2, a3), (a3, a4).Methods in pl.poznan.put.torsion with parameters of type AtomPair Modifier and Type Method Description intAtomPair. compareTo(AtomPair t)static ImmutableAtomPairImmutableAtomPair. copyOf(AtomPair instance)Creates an immutable copy of aAtomPairvalue.ImmutableAtomPair.BuilderImmutableAtomPair.Builder. from(AtomPair instance)Fill a builder with attribute values from the providedAtomPairinstance.
-