Drools :: PMML - Compiler 6.2.0.CR2

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

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

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

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

Fields in org.dmg.pmml.pmml_4_2.descr with type parameters of type FieldRef
protected  List<FieldRef> VectorFields.fieldReves
           
protected  List<FieldRef> Baseline.fieldReves
           
protected  List<FieldRef> PredictorTerm.fieldReves
           
 

Methods in org.dmg.pmml.pmml_4_2.descr that return FieldRef
 FieldRef ObjectFactory.createFieldRef()
          Create an instance of FieldRef
 FieldRef ComplexPartialScore.getFieldRef()
          Gets the value of the fieldRef property.
 FieldRef DefineFunction.getFieldRef()
          Gets the value of the fieldRef property.
 FieldRef DerivedField.getFieldRef()
          Gets the value of the fieldRef property.
 FieldRef TextIndex.getFieldRef()
          Gets the value of the fieldRef property.
 FieldRef OutputField.getFieldRef()
          Gets the value of the fieldRef property.
 

Methods in org.dmg.pmml.pmml_4_2.descr that return types with arguments of type FieldRef
 List<FieldRef> VectorFields.getFieldReves()
          Gets the value of the fieldReves property.
 List<FieldRef> Baseline.getFieldReves()
          Gets the value of the fieldReves property.
 List<FieldRef> PredictorTerm.getFieldReves()
          Gets the value of the fieldReves property.
 

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


Drools :: PMML - Compiler 6.2.0.CR2

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