Package com.actelion.research.chem.conf
Class BondRotationHelper
- java.lang.Object
-
- com.actelion.research.chem.conf.BondRotationHelper
-
public class BondRotationHelper extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BondRotationHelper(StereoMolecule mol)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int[]
getRotatableBonds()
void
initialize()
boolean
isRotatableBond(int bond)
void
rotateSmallerSide(int bond, double alpha)
-
-
-
Constructor Detail
-
BondRotationHelper
public BondRotationHelper(StereoMolecule mol)
-
-