|
MaltParser 1.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.maltparser.core.feature.value.FunctionValue
org.maltparser.core.feature.value.FeatureValue
org.maltparser.core.feature.value.SingleFeatureValue
public class SingleFeatureValue
Field Summary | |
---|---|
protected int |
indexCode
|
protected String |
symbol
|
protected double |
value
|
Fields inherited from class org.maltparser.core.feature.value.FeatureValue |
---|
nullValue |
Fields inherited from class org.maltparser.core.feature.value.FunctionValue |
---|
function |
Constructor Summary | |
---|---|
SingleFeatureValue(Function function)
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
int |
getIndexCode()
|
String |
getSymbol()
|
double |
getValue()
|
void |
reset()
|
void |
setIndexCode(int code)
|
void |
setSymbol(String symbol)
|
void |
setValue(double value)
|
String |
toString()
|
void |
update(int indexCode,
String symbol,
boolean nullValue,
double value)
|
Methods inherited from class org.maltparser.core.feature.value.FeatureValue |
---|
isNullValue, setNullValue |
Methods inherited from class org.maltparser.core.feature.value.FunctionValue |
---|
getFunction, setFunction |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected int indexCode
protected String symbol
protected double value
Constructor Detail |
---|
public SingleFeatureValue(Function function)
Method Detail |
---|
public void reset()
reset
in class FeatureValue
public void update(int indexCode, String symbol, boolean nullValue, double value)
public int getIndexCode()
public void setIndexCode(int code)
public String getSymbol()
public void setSymbol(String symbol)
public double getValue()
public void setValue(double value)
public boolean equals(Object obj)
equals
in class FeatureValue
public String toString()
toString
in class FeatureValue
|
MaltParser 1.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |