Uses of Interface
com.actelion.research.chem.forcefield.mmff.Searchable
-
Packages that use Searchable Package Description com.actelion.research.chem.forcefield.mmff com.actelion.research.chem.forcefield.mmff.table -
-
Uses of Searchable in com.actelion.research.chem.forcefield.mmff
Methods in com.actelion.research.chem.forcefield.mmff with parameters of type Searchable Modifier and Type Method Description static intSearch. binary(int[] cols, int[] vals, Searchable data)Binary search on a collection of values in columns in a table.static intSearch. binary(int col, int val, int lo, int hi, boolean findlow, Searchable arr)Binary searches for a value and returns the index to it.static intSearch. binary(int col, int val, Searchable data)Helper function that acts like Search.binary(int[], int[], Searchable) but takes a single int for cols and vals to search just one column. -
Uses of Searchable in com.actelion.research.chem.forcefield.mmff.table
Classes in com.actelion.research.chem.forcefield.mmff.table that implement Searchable Modifier and Type Class Description classAngleAngle table, corresponds to the MMFFANG.PAR parameters table provided in the MMFF literature.classAtomAtom table, corresponds to the MMFFPROP.PAR parameters table provided in the MMFF literature.classBndkBndk table, corresponds to the MMFFBNDK.PAR parameters table provided in the MMFF literature.classBondBond table, corresponds to the MMFFBOND.PAR parameters table provided in the MMFF literature.classCovRadCovRad table, used in the bond stretch empirical calculations of 'kb' and 'r0'.classDfsbclassHerschbachLaurieTable for Herschbach-Laurie version of Badger's rule.classOutOfPlaneclassStbnclassTorsionclassVanDerWaals
-