Drools :: PMML - Compiler 6.2.0.CR3

Uses of Class
org.dmg.pmml.pmml_4_2.descr.TextIndex

Packages that use TextIndex
org.dmg.pmml.pmml_4_2.descr   
 

Uses of TextIndex in org.dmg.pmml.pmml_4_2.descr
 

Fields in org.dmg.pmml.pmml_4_2.descr declared as TextIndex
protected  TextIndex ComplexPartialScore.textIndex
           
protected  TextIndex DefineFunction.textIndex
           
protected  TextIndex DerivedField.textIndex
           
protected  TextIndex TextIndex.textIndex
           
protected  TextIndex OutputField.textIndex
           
 

Methods in org.dmg.pmml.pmml_4_2.descr that return TextIndex
 TextIndex ObjectFactory.createTextIndex()
          Create an instance of TextIndex
 TextIndex ComplexPartialScore.getTextIndex()
          Gets the value of the textIndex property.
 TextIndex DefineFunction.getTextIndex()
          Gets the value of the textIndex property.
 TextIndex DerivedField.getTextIndex()
          Gets the value of the textIndex property.
 TextIndex TextIndex.getTextIndex()
          Gets the value of the textIndex property.
 TextIndex OutputField.getTextIndex()
          Gets the value of the textIndex property.
 

Methods in org.dmg.pmml.pmml_4_2.descr with parameters of type TextIndex
 void ComplexPartialScore.setTextIndex(TextIndex value)
          Sets the value of the textIndex property.
 void DefineFunction.setTextIndex(TextIndex value)
          Sets the value of the textIndex property.
 void DerivedField.setTextIndex(TextIndex value)
          Sets the value of the textIndex property.
 void TextIndex.setTextIndex(TextIndex value)
          Sets the value of the textIndex property.
 void OutputField.setTextIndex(TextIndex value)
          Sets the value of the textIndex property.
 


Drools :: PMML - Compiler 6.2.0.CR3

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