public abstract class ScoreFunctionBase extends java.lang.Object implements ScoreFunction
| Constructor and Description |
|---|
ScoreFunctionBase(java.lang.String type)
Creates a new score function for the specified type
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
type()
Returns the type for this function.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgettoScriptpublic ScoreFunctionBase(java.lang.String type)
type - the type.public final java.lang.String type()
ScoreFunctiontype in interface ScoreFunction