Interface BavetScoringNode

    • Method Detail

      • getConstraintPackage

        String getConstraintPackage()
        Returns:
        never null
      • getConstraintName

        String getConstraintName()
        Returns:
        never null
      • getConstraintId

        String getConstraintId()
        Returns:
        never null
      • getConstraintWeight

        Score<?> getConstraintWeight()
        Returns:
        never null
      • buildConstraintMatchTotal

        <Score_ extends Score<Score_>> ConstraintMatchTotal<Score_> buildConstraintMatchTotal​(Score_ zeroScore)
        Type Parameters:
        Score_ - the Score type
        Parameters:
        zeroScore - never null
        Returns:
        never null