Uses of Interface
pl.poznan.put.atom.BondLength
-
Packages that use BondLength Package Description pl.poznan.put.atom Collection of utility classes to work with atom types, names and atomic bonds.pl.poznan.put.torsion Contains classes dealing with torsion angles handling. -
-
Uses of BondLength in pl.poznan.put.atom
Classes in pl.poznan.put.atom that implement BondLength Modifier and Type Class Description classImmutableBondLengthImmutable implementation ofBondLength.Methods in pl.poznan.put.atom that return BondLength Modifier and Type Method Description static BondLengthBond. length(AtomType left, AtomType right)Returns bond length between two atoms.Methods in pl.poznan.put.atom with parameters of type BondLength Modifier and Type Method Description static ImmutableBondLengthImmutableBondLength. copyOf(BondLength instance)Creates an immutable copy of aBondLengthvalue.ImmutableBondLength.BuilderImmutableBondLength.Builder. from(BondLength instance)Fill a builder with attribute values from the providedBondLengthinstance. -
Uses of BondLength in pl.poznan.put.torsion
Methods in pl.poznan.put.torsion that return BondLength Modifier and Type Method Description protected BondLengthAtomPair. bondLength()protected BondLengthImmutableAtomPair. bondLength()
-