MaltParser 1.3.1

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

Packages that use FeatureValue
org.maltparser.core.feature.function Contains classes and interfaces for handling feature and address functions. 
org.maltparser.core.feature.map Contains classes handling feature map functions. 
org.maltparser.core.feature.value Contains classes and interfaces for handling feature values. 
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   
 

Uses of FeatureValue in org.maltparser.core.feature.function
 

Methods in org.maltparser.core.feature.function that return FeatureValue
 FeatureValue FeatureFunction.getFeatureValue()
          Returns the feature value
 

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

Methods in org.maltparser.core.feature.map that return FeatureValue
 FeatureValue SuffixFeature.getFeatureValue()
           
 FeatureValue SplitFeature.getFeatureValue()
           
 FeatureValue PrefixFeature.getFeatureValue()
           
 FeatureValue MergeFeature.getFeatureValue()
           
 FeatureValue Merge3Feature.getFeatureValue()
           
 

Uses of FeatureValue in org.maltparser.core.feature.value
 

Subclasses of FeatureValue in org.maltparser.core.feature.value
 class MultipleFeatureValue
           
 class SingleFeatureValue
           
 

Uses of FeatureValue in org.maltparser.core.symbol
 

Methods in org.maltparser.core.symbol that return FeatureValue
 FeatureValue TableFeature.getFeatureValue()
           
 

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

Methods in org.maltparser.core.syntaxgraph.feature that return FeatureValue
 FeatureValue NumOfFeature.getFeatureValue()
          Returns the feature value
 FeatureValue InputArcFeature.getFeatureValue()
           
 FeatureValue InputArcDirFeature.getFeatureValue()
           
 FeatureValue ExistsFeature.getFeatureValue()
          Returns the feature value
 FeatureValue DistanceFeature.getFeatureValue()
          Returns the feature value
 FeatureValue ColumnFeature.getFeatureValue()
           
 FeatureValue ArcDirFeature.getFeatureValue()
          Returns the feature value
 


MaltParser 1.3.1

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