Class MolecularComplexityCalculator
- java.lang.Object
-
- com.actelion.research.chem.properties.complexity.MolecularComplexityCalculator
-
public class MolecularComplexityCalculator extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intTOTAL_CAPACITY
-
Constructor Summary
Constructors Constructor Description MolecularComplexityCalculator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublecalculate(StereoMolecule mol)voidfinalize()
-
-
-
Method Detail
-
calculate
public double calculate(StereoMolecule mol)
- Parameters:
mol-- Returns:
- NaN if complexity calculation failed or is not possible.
-
finalize
public void finalize() throws java.lang.Throwable- Overrides:
finalizein classjava.lang.Object- Throws:
java.lang.Throwable
-
-