Uses of Class
weka.core.pmml.jaxbbindings.Constant
-
Uses of Constant in weka.core.pmml.jaxbbindings
Modifier and TypeMethodDescriptionObjectFactory.createConstant()
Create an instance ofConstant
DefineFunction.getConstant()
Gets the value of the constant property.DerivedField.getConstant()
Gets the value of the constant property.OutputField.getConstant()
Gets the value of the constant property.Modifier and TypeMethodDescriptionvoid
DefineFunction.setConstant
(Constant value) Sets the value of the constant property.void
DerivedField.setConstant
(Constant value) Sets the value of the constant property.void
OutputField.setConstant
(Constant value) Sets the value of the constant property.