MaltParser 1.2

Uses of Class
org.maltparser.core.feature.value.SingleFeatureValue

Packages that use SingleFeatureValue
org.maltparser.core.feature.map Contains classes handling feature map functions. 
org.maltparser.core.symbol Contains classes for handling different kinds of symbols (e.g., word forms, root labels and parser actions). 
org.maltparser.core.syntaxgraph.feature   
org.maltparser.parser.algorithm Contains classes for creating an implementation of a deterministic parsing algorithm. 
 

Uses of SingleFeatureValue in org.maltparser.core.feature.map
 

Fields in org.maltparser.core.feature.map declared as SingleFeatureValue
protected  SingleFeatureValue MergeFeature.singleFeatureValue
           
protected  SingleFeatureValue Merge3Feature.singleFeatureValue
           
 

Uses of SingleFeatureValue in org.maltparser.core.symbol
 

Fields in org.maltparser.core.symbol declared as SingleFeatureValue
protected  SingleFeatureValue TableFeature.featureValue
           
 

Uses of SingleFeatureValue in org.maltparser.core.syntaxgraph.feature
 

Fields in org.maltparser.core.syntaxgraph.feature declared as SingleFeatureValue
protected  SingleFeatureValue ColumnFeature.featureValue
           
 

Uses of SingleFeatureValue in org.maltparser.parser.algorithm
 

Fields in org.maltparser.parser.algorithm declared as SingleFeatureValue
protected  SingleFeatureValue InputArcFeature.featureValue
           
protected  SingleFeatureValue InputArcDirFeature.featureValue
           
 

Methods in org.maltparser.parser.algorithm with parameters of type SingleFeatureValue
 void InputArcFeature.setFeatureValue(SingleFeatureValue featureValue)
           
 void InputArcDirFeature.setFeatureValue(SingleFeatureValue featureValue)
           
 


MaltParser 1.2

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