Package com.actelion.research.chem.phesa
Class PheSAAlignment.PheSAResult
- java.lang.Object
-
- com.actelion.research.chem.phesa.PheSAAlignment.PheSAResult
-
- Enclosing class:
- PheSAAlignment
public static class PheSAAlignment.PheSAResult extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PheSAResult(StereoMolecule refMol, StereoMolecule fitMol, double sim)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StereoMolecule
getFitMol()
StereoMolecule
getRefMol()
double
getSim()
-
-
-
Constructor Detail
-
PheSAResult
public PheSAResult(StereoMolecule refMol, StereoMolecule fitMol, double sim)
-
-
Method Detail
-
getRefMol
public StereoMolecule getRefMol()
-
getFitMol
public StereoMolecule getFitMol()
-
getSim
public double getSim()
-
-