MaltParser 1.5.1

Uses of Class
org.maltparser.core.feature.system.FeatureEngine

Packages that use FeatureEngine
org.maltparser.core.feature Provides classes for handling feature models. 
 

Uses of FeatureEngine in org.maltparser.core.feature
 

Fields in org.maltparser.core.feature declared as FeatureEngine
protected  FeatureEngine FeatureModel.featureEngine
           
protected  FeatureEngine FeatureModelManager.featureEngine
           
 

Methods in org.maltparser.core.feature that return FeatureEngine
 FeatureEngine FeatureModel.getFeatureEngine()
           
 FeatureEngine FeatureModelManager.getFeatureEngine()
           
 

Methods in org.maltparser.core.feature with parameters of type FeatureEngine
 void FeatureModel.setFeatureEngine(FeatureEngine featureEngine)
           
 void FeatureModelManager.setFeatureEngine(FeatureEngine featureEngine)
           
 

Constructors in org.maltparser.core.feature with parameters of type FeatureEngine
FeatureModel(SpecificationModel specModel, ConfigurationRegistry registry, FeatureEngine engine)
           
FeatureModelManager(FeatureEngine engine, ConfigurationDir configDirectory)
           
 


MaltParser 1.5.1

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