| 
 | MaltParser 1.4.1 | |||||||||
| 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.MultipleFeatureValue
public class MultipleFeatureValue
| Field Summary | |
|---|---|
| protected  Map<Integer,Boolean> | featureKnown | 
| protected  SortedMap<Integer,String> | featureValues | 
| Fields inherited from class org.maltparser.core.feature.value.FeatureValue | 
|---|
| cardinality, nullValue | 
| Fields inherited from class org.maltparser.core.feature.value.FunctionValue | 
|---|
| function | 
| Constructor Summary | |
|---|---|
| MultipleFeatureValue(Function function) | |
| Method Summary | |
|---|---|
|  void | addFeatureValue(int code,
                               String Symbol,
                               boolean known) | 
|  Set<Integer> | getCodes() | 
|  int | getFirstCode() | 
|  String | getFirstSymbol() | 
|  Set<String> | getSymbols() | 
|  boolean | isKnown(int value) | 
|  void | reset() | 
| protected  void | setFeatureValues(SortedMap<Integer,String> featureValues,
                                 Map<Integer,Boolean> featureKnown) | 
|  String | toString() | 
| Methods inherited from class org.maltparser.core.feature.value.FeatureValue | 
|---|
| equals, getCardinality, isNullValue, setCardinality, 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 SortedMap<Integer,String> featureValues
protected Map<Integer,Boolean> featureKnown
| Constructor Detail | 
|---|
public MultipleFeatureValue(Function function)
| Method Detail | 
|---|
public void reset()
reset in class FeatureValue
public void addFeatureValue(int code,
                            String Symbol,
                            boolean known)
protected void setFeatureValues(SortedMap<Integer,String> featureValues,
                                Map<Integer,Boolean> featureKnown)
public Set<Integer> getCodes()
public int getFirstCode()
public Set<String> getSymbols()
public String getFirstSymbol()
public boolean isKnown(int value)
public String toString()
toString in class FeatureValue| 
 | MaltParser 1.4.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||