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

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

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

Fields in org.dmg.pmml.pmml_4_1.descr declared as TableLocator
protected  TableLocator MapValues.tableLocator
           
protected  TableLocator ChildParent.tableLocator
           
protected  TableLocator TrainingInstances.tableLocator
           
 

Methods in org.dmg.pmml.pmml_4_1.descr that return TableLocator
 TableLocator ObjectFactory.createTableLocator()
          Create an instance of TableLocator
 TableLocator MapValues.getTableLocator()
          Gets the value of the tableLocator property.
 TableLocator ChildParent.getTableLocator()
          Gets the value of the tableLocator property.
 TableLocator TrainingInstances.getTableLocator()
          Gets the value of the tableLocator property.
 

Methods in org.dmg.pmml.pmml_4_1.descr with parameters of type TableLocator
 void MapValues.setTableLocator(TableLocator value)
          Sets the value of the tableLocator property.
 void ChildParent.setTableLocator(TableLocator value)
          Sets the value of the tableLocator property.
 void TrainingInstances.setTableLocator(TableLocator value)
          Sets the value of the tableLocator property.
 



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