MaltParser 1.5.1

org.maltparser.core.feature.value
Class FeatureValue

java.lang.Object
  extended by org.maltparser.core.feature.value.FunctionValue
      extended by org.maltparser.core.feature.value.FeatureValue
Direct Known Subclasses:
MultipleFeatureValue, SingleFeatureValue

public abstract class FeatureValue
extends FunctionValue

Since:
1.0
Author:
Johan Hall

Field Summary
protected  boolean nullValue
           
 
Fields inherited from class org.maltparser.core.feature.value.FunctionValue
function
 
Constructor Summary
FeatureValue(Function function)
           
 
Method Summary
 boolean equals(Object obj)
           
 boolean isNullValue()
           
 void reset()
           
 void setNullValue(boolean nullValue)
           
 String toString()
           
 
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

nullValue

protected boolean nullValue
Constructor Detail

FeatureValue

public FeatureValue(Function function)
Method Detail

reset

public void reset()
Specified by:
reset in class FunctionValue

isNullValue

public boolean isNullValue()

setNullValue

public void setNullValue(boolean nullValue)

equals

public boolean equals(Object obj)
Overrides:
equals in class FunctionValue

toString

public String toString()
Overrides:
toString in class FunctionValue

MaltParser 1.5.1

Copyright 2007-2011 Johan Hall, Jens Nilsson and Joakim Nivre.