Uses of Class
com.actelion.research.chem.forcefield.mmff.RingBoolean
-
Packages that use RingBoolean Package Description com.actelion.research.chem.forcefield.mmff com.actelion.research.chem.forcefield.mmff.type -
-
Uses of RingBoolean in com.actelion.research.chem.forcefield.mmff
Methods in com.actelion.research.chem.forcefield.mmff that return RingBoolean Modifier and Type Method Description static RingBoolean
RingBoolean. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static RingBoolean[]
RingBoolean. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of RingBoolean in com.actelion.research.chem.forcefield.mmff.type
Methods in com.actelion.research.chem.forcefield.mmff.type that return RingBoolean Modifier and Type Method Description static RingBoolean
Atom. ringIsMMFFAromatic(MMFFMolecule mol, int r)
Determine if a ring is aromatic according to MMFF criteria.
-