Package org.jpmml.translator
Class FunctionInvocationUtil
- java.lang.Object
-
- org.jpmml.translator.FunctionInvocationUtil
-
public class FunctionInvocationUtil extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static FunctionInvocationmatch(org.dmg.pmml.Expression expression, FunctionInvocationContext context)static FunctionInvocationmatchApply(org.dmg.pmml.Apply apply, FunctionInvocationContext context)static FunctionInvocationmatchFieldRef(org.dmg.pmml.FieldRef fieldRef, FunctionInvocationContext context)static FunctionInvocationmatchTextIndex(org.dmg.pmml.TextIndex textIndex, FunctionInvocationContext context)
-
-
-
Method Detail
-
match
public static FunctionInvocation match(org.dmg.pmml.Expression expression, FunctionInvocationContext context)
-
matchFieldRef
public static FunctionInvocation matchFieldRef(org.dmg.pmml.FieldRef fieldRef, FunctionInvocationContext context)
-
matchTextIndex
public static FunctionInvocation matchTextIndex(org.dmg.pmml.TextIndex textIndex, FunctionInvocationContext context)
-
matchApply
public static FunctionInvocation matchApply(org.dmg.pmml.Apply apply, FunctionInvocationContext context)
-
-