Package org.rcsb.strucmotif.domain.align
Class AlignmentResultImpl
java.lang.Object
org.rcsb.strucmotif.domain.align.AlignmentResultImpl
- All Implemented Interfaces:
AlignmentResult
The result of an alignment.
-
Constructor Summary
ConstructorsConstructorDescriptionAlignmentResultImpl(Transformation transformation, float rmsd) Construct an alignment result. -
Method Summary
Modifier and TypeMethodDescriptionfloatThe score of this superposition.The transformation which recreates this alignment when applied to the 2nd argument.
-
Constructor Details
-
AlignmentResultImpl
Construct an alignment result.- Parameters:
transformation- applied transformationrmsd- achieved score
-
-
Method Details
-
getTransformation
Description copied from interface:AlignmentResultThe transformation which recreates this alignment when applied to the 2nd argument.- Specified by:
getTransformationin interfaceAlignmentResult- Returns:
- a
Transformationwhich can be used to recreate this alignment
-
getRootMeanSquareDeviation
public float getRootMeanSquareDeviation()Description copied from interface:AlignmentResultThe score of this superposition.- Specified by:
getRootMeanSquareDeviationin interfaceAlignmentResult- Returns:
- a float
-