public class FunctionInvocationUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static FunctionInvocation |
match(org.dmg.pmml.Expression expression,
FunctionInvocationContext context) |
static FunctionInvocation |
matchApply(org.dmg.pmml.Apply apply,
FunctionInvocationContext context) |
static FunctionInvocation |
matchFieldRef(org.dmg.pmml.FieldRef fieldRef,
FunctionInvocationContext context) |
static FunctionInvocation |
matchTextIndex(org.dmg.pmml.TextIndex textIndex,
FunctionInvocationContext context) |
public static FunctionInvocation match(org.dmg.pmml.Expression expression, FunctionInvocationContext context)
public static FunctionInvocation matchFieldRef(org.dmg.pmml.FieldRef fieldRef, FunctionInvocationContext context)
public static FunctionInvocation matchTextIndex(org.dmg.pmml.TextIndex textIndex, FunctionInvocationContext context)
public static FunctionInvocation matchApply(org.dmg.pmml.Apply apply, FunctionInvocationContext context)
Copyright © 2023. All rights reserved.