Package org.rcsb.strucmotif.domain.align
Interface AlignmentResult
- All Known Implementing Classes:
AlignmentResultImpl
public interface AlignmentResult
The result of an alignment.
-
Method Summary
Modifier and TypeMethodDescriptionfloatThe score of this superposition.The transformation which recreates this alignment when applied to the 2nd argument.
-
Method Details
-
getTransformation
Transformation getTransformation()The transformation which recreates this alignment when applied to the 2nd argument.- Returns:
- a
Transformationwhich can be used to recreate this alignment
-
getRootMeanSquareDeviation
float getRootMeanSquareDeviation()The score of this superposition.- Returns:
- a float
-