public interface ScoreFunction extends Scriptable
| Modifier and Type | Method and Description |
|---|---|
int |
get(int value)
Returns the score based on the specified value.
|
java.lang.String |
type()
Returns the type for this function.
|
toScript