Uses of Class
pl.poznan.put.atom.AtomType
-
Packages that use AtomType Package Description pl.poznan.put.atom Collection of utility classes to work with atom types, names and atomic bonds. -
-
Uses of AtomType in pl.poznan.put.atom
Methods in pl.poznan.put.atom that return AtomType Modifier and Type Method Description AtomTypeAtomName. getType()Gets enum describing the type of atom that this constant represents.static AtomTypeAtomType. valueOf(String name)Returns the enum constant of this type with the specified name.static AtomType[]AtomType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in pl.poznan.put.atom with parameters of type AtomType Modifier and Type Method Description static BondLengthBond. length(AtomType left, AtomType right)Returns bond length between two atoms.
-