Package com.actelion.research.chem.mmp
Class MMPPropertyCalculator
- java.lang.Object
-
- com.actelion.research.chem.mmp.MMPPropertyCalculator
-
public class MMPPropertyCalculator extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description MMPPropertyCalculator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCalculatedPropertyAttributeIndex()java.lang.StringgetCalculatedValue(java.lang.String propertyName, StereoMolecule mol)java.lang.StringgetCalculatedValue(java.lang.String propertyName, StereoMolecule mol, int calculatedPropertyAttributeIndex)java.lang.StringgetLongDisplayedPropertyName()java.lang.StringgetShortDisplayedPropertyName()
-
-
-
Method Detail
-
getCalculatedValue
public java.lang.String getCalculatedValue(java.lang.String propertyName, StereoMolecule mol)
-
getCalculatedValue
public java.lang.String getCalculatedValue(java.lang.String propertyName, StereoMolecule mol, int calculatedPropertyAttributeIndex)
-
getShortDisplayedPropertyName
public java.lang.String getShortDisplayedPropertyName()
-
getLongDisplayedPropertyName
public java.lang.String getLongDisplayedPropertyName()
-
getCalculatedPropertyAttributeIndex
public int getCalculatedPropertyAttributeIndex()
-
-