Overload List

  NameDescription
Public methodCustomExplain(Int32, Explanation, Explanation)
Explain the custom score. Whenever overriding {@link #customScore(int, float, float)}, this method should also be overridden to provide the correct explanation for the part of the custom scoring.
Public methodCustomExplain(Int32, Explanation, array<Explanation>[]()[][])
Explain the custom score. Whenever overriding {@link #customScore(int, float, float[])}, this method should also be overridden to provide the correct explanation for the part of the custom scoring.

See Also