Uses of Class
weka.core.pmml.jaxbbindings.TableLocator
Packages that use TableLocator
-
Uses of TableLocator in weka.core.pmml.jaxbbindings
Methods in weka.core.pmml.jaxbbindings that return TableLocatorModifier and TypeMethodDescriptionObjectFactory.createTableLocator()
Create an instance ofTableLocator
ChildParent.getTableLocator()
Gets the value of the tableLocator property.MapValues.getTableLocator()
Gets the value of the tableLocator property.TrainingInstances.getTableLocator()
Gets the value of the tableLocator property.Methods in weka.core.pmml.jaxbbindings with parameters of type TableLocatorModifier and TypeMethodDescriptionvoid
ChildParent.setTableLocator
(TableLocator value) Sets the value of the tableLocator property.void
MapValues.setTableLocator
(TableLocator value) Sets the value of the tableLocator property.void
TrainingInstances.setTableLocator
(TableLocator value) Sets the value of the tableLocator property.