Uses of Class
org.dmg.pmml.DefineFunction
-
Packages that use DefineFunction Package Description org.dmg.pmml org.jpmml.model.visitors -
-
Uses of DefineFunction in org.dmg.pmml
Methods in org.dmg.pmml that return DefineFunction Modifier and Type Method Description DefineFunctionDefineFunction. addExtensions(Extension... extensions)DefineFunctionDefineFunction. addParameterFields(ParameterField... parameterFields)DefineFunctionObjectFactory. createDefineFunction()Create an instance ofDefineFunctionDefineFunctionDefineFunction. setDataType(DataType dataType)DefineFunctionDefineFunction. setExpression(Expression expression)DefineFunctionDefineFunction. setName(java.lang.String name)DefineFunctionDefineFunction. setOpType(OpType opType)Methods in org.dmg.pmml that return types with arguments of type DefineFunction Modifier and Type Method Description java.util.List<DefineFunction>TransformationDictionary. getDefineFunctions()Methods in org.dmg.pmml with parameters of type DefineFunction Modifier and Type Method Description TransformationDictionaryTransformationDictionary. addDefineFunctions(DefineFunction... defineFunctions)VisitorActionVisitor. visit(DefineFunction defineFunction) -
Uses of DefineFunction in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type DefineFunction Modifier and Type Method Description VisitorActionAbstractVisitor. visit(DefineFunction defineFunction)VisitorActionFieldResolver. visit(DefineFunction defineFunction)
-