public void setJustificationPartialTruth(Justification justification) {
    {
      PartialMatchFrame self = this;

      justification.positiveScore = self.positiveScore;
      justification.negativeScore = self.negativeScore;
    }
  }