Uses of Class
org.dmg.pmml.pmml_4_1.descr.TextModel

Packages that use TextModel
org.dmg.pmml.pmml_4_1.descr   
 

Uses of TextModel in org.dmg.pmml.pmml_4_1.descr
 

Fields in org.dmg.pmml.pmml_4_1.descr declared as TextModel
protected  TextModel Segment.textModel
           
 

Methods in org.dmg.pmml.pmml_4_1.descr that return TextModel
 TextModel ObjectFactory.createTextModel()
          Create an instance of TextModel
 TextModel Segment.getTextModel()
          Gets the value of the textModel property.
 

Methods in org.dmg.pmml.pmml_4_1.descr with parameters of type TextModel
 void Segment.setTextModel(TextModel value)
          Sets the value of the textModel property.
 



Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.