Class 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 Summary

      Constructors 
      Constructor Description
      Def​(Tables t, java.lang.String csvpath)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • table

        public final int[][] table
    • Constructor Detail

      • Def

        public Def​(Tables t,
                   java.lang.String csvpath)