类 ScoreConverter

java.lang.Object
org.openurp.edu.grade.course.service.ScoreConverter

public class ScoreConverter extends Object
  • 构造器详细资料

    • ScoreConverter

      public ScoreConverter(GradeRateConfig config, org.beangle.commons.script.ExpressionEvaluator expressionEvaluator)
  • 方法详细资料

    • convert

      public String convert(Float score)
      将字符串按照成绩记录方式转换成数字.
      空成绩将转换成""
      参数:
      score -
      gradingMode -
      返回:
    • isPassed

      public boolean isPassed(Float score)
    • convert

      public Float convert(String score)
      将字符串按照成绩记录方式转换成数字.
      空成绩将转换成null
      参数:
      score -
      gradingMode -
      返回:
    • calcGp

      public Float calcGp(Float score)
      计算分数对应的绩点
      参数:
      score -
      返回: