Class SynthonReactor
- java.lang.Object
-
- com.actelion.research.chem.chemicalspaces.synthon.SynthonReactor
-
public class SynthonReactor extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
CONNECTOR_OFFSET
-
Constructor Summary
Constructors Constructor Description SynthonReactor()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Coordinates
eulerRodrigues(Coordinates v, Coordinates k, double theta)
static StereoMolecule
react(java.util.List<StereoMolecule> synthons)
-
-
-
Field Detail
-
CONNECTOR_OFFSET
public static final int CONNECTOR_OFFSET
- See Also:
- Constant Field Values
-
-
Method Detail
-
react
public static StereoMolecule react(java.util.List<StereoMolecule> synthons)
-
eulerRodrigues
public static Coordinates eulerRodrigues(Coordinates v, Coordinates k, double theta)
-
-