MaltParser 1.6

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

Packages that use FeatureValue
org.maltparser.core.feature Provides classes for handling feature models. 
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
 

Methods in org.maltparser.core.feature that return FeatureValue
 FeatureValue FeatureVector.getFeatureValue(int index)
           
 FeatureValue[] FeatureVector.getFeatureValues()
           
 

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 MergeFeature.getFeatureValue()
           
 FeatureValue PrefixFeature.getFeatureValue()
           
 FeatureValue Merge3Feature.getFeatureValue()
           
 FeatureValue SuffixFeature.getFeatureValue()
           
 FeatureValue SplitFeature.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 OutputArcFeature.getFeatureValue()
           
 FeatureValue ExistsFeature.getFeatureValue()
          Returns the feature value
 FeatureValue ColumnFeature.getFeatureValue()
           
 FeatureValue DistanceFeature.getFeatureValue()
          Returns the feature value
 FeatureValue InputArcFeature.getFeatureValue()
           
 FeatureValue ArcDirFeature.getFeatureValue()
          Returns the feature value
 FeatureValue InputArcDirFeature.getFeatureValue()
           
 FeatureValue NumOfFeature.getFeatureValue()
          Returns the feature value
 


MaltParser 1.6

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