Uses of Class
weka.core.pmml.jaxbbindings.Constant
Packages that use Constant
-
Uses of Constant in weka.core.pmml.jaxbbindings
Methods in weka.core.pmml.jaxbbindings that return ConstantModifier and TypeMethodDescriptionObjectFactory.createConstant()Create an instance ofConstantDefineFunction.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.Methods in weka.core.pmml.jaxbbindings with parameters of type ConstantModifier and TypeMethodDescriptionvoidDefineFunction.setConstant(Constant value) Sets the value of the constant property.voidDerivedField.setConstant(Constant value) Sets the value of the constant property.voidOutputField.setConstant(Constant value) Sets the value of the constant property.