Class AlignmentResultImpl

java.lang.Object
org.rcsb.strucmotif.domain.align.AlignmentResultImpl
All Implemented Interfaces:
AlignmentResult

public class AlignmentResultImpl extends Object implements AlignmentResult
The result of an alignment.
  • Constructor Details

    • AlignmentResultImpl

      public AlignmentResultImpl(Transformation transformation, float rmsd)
      Construct an alignment result.
      Parameters:
      transformation - applied transformation
      rmsd - achieved score
  • Method Details