Uses of Class
opennlp.model.AbstractModel.ModelType

Packages that use AbstractModel.ModelType
opennlp.model   
 

Uses of AbstractModel.ModelType in opennlp.model
 

Fields in opennlp.model declared as AbstractModel.ModelType
protected  AbstractModel.ModelType AbstractModel.modelType
          The type of the model.
 

Methods in opennlp.model that return AbstractModel.ModelType
 AbstractModel.ModelType AbstractModel.getModelType()
           
static AbstractModel.ModelType AbstractModel.ModelType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AbstractModel.ModelType[] AbstractModel.ModelType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 



Copyright © 2011 The Apache Software Foundation. All Rights Reserved.