public abstract class FeatureValue extends FunctionValue
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
nullValue |
function| Constructor and Description |
|---|
FeatureValue(Function function) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
abstract boolean |
isMultiple() |
boolean |
isNullValue() |
abstract int |
nFeatureValues() |
void |
reset() |
void |
setNullValue(boolean nullValue) |
java.lang.String |
toString() |
getFunction, setFunctionprotected boolean nullValue
public FeatureValue(Function function)
public void reset()
reset in class FunctionValuepublic boolean isNullValue()
public void setNullValue(boolean nullValue)
public abstract boolean isMultiple()
public abstract int nFeatureValues()
public boolean equals(java.lang.Object obj)
equals in class FunctionValuepublic java.lang.String toString()
toString in class FunctionValueCopyright 2007-2017 Johan Hall, Jens Nilsson and Joakim Nivre.