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 int
Search. binary(int[] cols, int[] vals, Searchable data)
Binary search on a collection of values in columns in a table.static int
Search. 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 int
Search. 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 class
Angle
Angle table, corresponds to the MMFFANG.PAR parameters table provided in the MMFF literature.class
Atom
Atom table, corresponds to the MMFFPROP.PAR parameters table provided in the MMFF literature.class
Bndk
Bndk table, corresponds to the MMFFBNDK.PAR parameters table provided in the MMFF literature.class
Bond
Bond table, corresponds to the MMFFBOND.PAR parameters table provided in the MMFF literature.class
CovRad
CovRad table, used in the bond stretch empirical calculations of 'kb' and 'r0'.class
Dfsb
class
HerschbachLaurie
Table for Herschbach-Laurie version of Badger's rule.class
OutOfPlane
class
Stbn
class
Torsion
class
VanDerWaals
-