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, setFunction
protected boolean nullValue
public FeatureValue(Function function)
public void reset()
reset
in class FunctionValue
public 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 FunctionValue
public java.lang.String toString()
toString
in class FunctionValue
Copyright 2007-2017 Johan Hall, Jens Nilsson and Joakim Nivre.