Uses of Class
org.openmolecules.chem.conf.so.ConformationRule
-
Packages that use ConformationRule Package Description org.openmolecules.chem.conf.so -
-
Uses of ConformationRule in org.openmolecules.chem.conf.so
Subclasses of ConformationRule in org.openmolecules.chem.conf.so Modifier and Type Class Description class
AxialStereoRule
Handles attropisomery as well as chiral allenesclass
DistanceRule
class
PlaneRule
class
StraightLineRule
class
TetrahedralStereoRule
class
TorsionRule
Methods in org.openmolecules.chem.conf.so that return types with arguments of type ConformationRule Modifier and Type Method Description java.util.ArrayList<ConformationRule>
ConformationSelfOrganizer. getRuleList()
Method parameters in org.openmolecules.chem.conf.so with type arguments of type ConformationRule Modifier and Type Method Description static void
AxialStereoRule. calculateRules(java.util.ArrayList<ConformationRule> ruleList, StereoMolecule mol)
static void
DistanceRule. calculateRules(java.util.ArrayList<ConformationRule> ruleList, StereoMolecule mol)
static void
PlaneRule. calculateRules(java.util.ArrayList<ConformationRule> ruleList, StereoMolecule mol)
static void
StraightLineRule. calculateRules(java.util.ArrayList<ConformationRule> ruleList, StereoMolecule mol)
static void
TetrahedralStereoRule. calculateRules(java.util.ArrayList<ConformationRule> ruleList, StereoMolecule mol)
static void
TorsionRule. calculateRules(java.util.ArrayList<ConformationRule> ruleList, StereoMolecule mol)
void
SelfOrganizedConformer. calculateStrain(java.util.ArrayList<ConformationRule> ruleList)
protected boolean
SelfOrganizedConformer. isAcceptable(java.util.ArrayList<ConformationRule> ruleList)
-