Package chemaxon.alignment
Interface AlignmentResult
- All Known Implementing Classes:
MMPAlignmentResult
Represents the result of a molecular alignment operation.
-
Method Summary
Modifier and TypeMethodDescriptionThe molecule with coordinates changed to fulfill the alignment requested by the input parameters.The molecule with coordinates changed to fulfill the alignment requested by the input parameters.The two molecules fromgetMolecule1Aligned()andgetMolecule2Aligned()fused as fragments of a single structure.
-
Method Details
-
getMolecule1Aligned
Molecule getMolecule1Aligned()The molecule with coordinates changed to fulfill the alignment requested by the input parameters.- Returns:
- a cloned instance of the input molecule1
-
getMolecule2Aligned
Molecule getMolecule2Aligned()The molecule with coordinates changed to fulfill the alignment requested by the input parameters.- Returns:
- a cloned instance of the input molecule1
-
toMolecule
Molecule toMolecule()The two molecules fromgetMolecule1Aligned()andgetMolecule2Aligned()fused as fragments of a single structure. May contain extra calculated similarity properties.- Returns:
- a molecule instance
-