Uses of Class
com.actelion.research.chem.forcefield.mmff.Separation.Relation
-
Packages that use Separation.Relation Package Description com.actelion.research.chem.forcefield.mmff -
-
Uses of Separation.Relation in com.actelion.research.chem.forcefield.mmff
Fields in com.actelion.research.chem.forcefield.mmff declared as Separation.Relation Modifier and Type Field Description Separation.Relation
Electrostatic. rel
Fields in com.actelion.research.chem.forcefield.mmff with type parameters of type Separation.Relation Modifier and Type Field Description java.util.Hashtable<SortedPair,Separation.Relation>
Separation. table
Methods in com.actelion.research.chem.forcefield.mmff that return Separation.Relation Modifier and Type Method Description Separation.Relation
Separation. get(int a1, int a2)
Separation.Relation
Separation. get(SortedPair key)
Returns the relation of a given pair of atoms.static Separation.Relation
Separation.Relation. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Separation.Relation[]
Separation.Relation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.actelion.research.chem.forcefield.mmff with parameters of type Separation.Relation Constructor Description Electrostatic(MMFFMolecule mol, int a1, int a2, Separation.Relation rel, double chge1, double chge2)
Constructor with default values for distModel and dielConst.Electrostatic(MMFFMolecule mol, int a1, int a2, Separation.Relation rel, double chge1, double chge2, boolean distModel, double dielConst)
Construct a new electrostatic energy term.
-