Class Def
- java.lang.Object
-
- com.actelion.research.chem.forcefield.mmff.table.Def
-
public final class Def extends java.lang.Object
Equivalence table, corresponds to MMFFDEF.PAR parameters table provided in the MMFF literature. This table supplies the atom type equivalences used in the matching of parameters to force-field interactions. This table does not implement Searchable and so can not be used with the binary search.
-
-
Field Summary
Fields Modifier and Type Field Description int[][]
table
-
-
-
Constructor Detail
-
Def
public Def(Tables t, java.lang.String csvpath)
-
-