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

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

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

Fields in org.dmg.pmml.pmml_4_1.descr declared as COUNTTABLETYPE
protected  COUNTTABLETYPE Baseline.countTable
           
protected  COUNTTABLETYPE Baseline.normalizedCountTable
           
 

Methods in org.dmg.pmml.pmml_4_1.descr that return COUNTTABLETYPE
 COUNTTABLETYPE ObjectFactory.createCOUNTTABLETYPE()
          Create an instance of COUNTTABLETYPE
 COUNTTABLETYPE Baseline.getCountTable()
          Gets the value of the countTable property.
 COUNTTABLETYPE Baseline.getNormalizedCountTable()
          Gets the value of the normalizedCountTable property.
 

Methods in org.dmg.pmml.pmml_4_1.descr that return types with arguments of type COUNTTABLETYPE
 javax.xml.bind.JAXBElement<COUNTTABLETYPE> ObjectFactory.createCountTable(COUNTTABLETYPE value)
          Create an instance of JAXBElement<COUNTTABLETYPE>}
 javax.xml.bind.JAXBElement<COUNTTABLETYPE> ObjectFactory.createNormalizedCountTable(COUNTTABLETYPE value)
          Create an instance of JAXBElement<COUNTTABLETYPE>}
 

Methods in org.dmg.pmml.pmml_4_1.descr with parameters of type COUNTTABLETYPE
 javax.xml.bind.JAXBElement<COUNTTABLETYPE> ObjectFactory.createCountTable(COUNTTABLETYPE value)
          Create an instance of JAXBElement<COUNTTABLETYPE>}
 javax.xml.bind.JAXBElement<COUNTTABLETYPE> ObjectFactory.createNormalizedCountTable(COUNTTABLETYPE value)
          Create an instance of JAXBElement<COUNTTABLETYPE>}
 void Baseline.setCountTable(COUNTTABLETYPE value)
          Sets the value of the countTable property.
 void Baseline.setNormalizedCountTable(COUNTTABLETYPE value)
          Sets the value of the normalizedCountTable property.
 



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