public abstract class AbstractPMMLInvocationEvaluator extends Object implements DMNExpressionEvaluator
Modifier and Type | Class and Description |
---|---|
static class |
AbstractPMMLInvocationEvaluator.DummyPMMLInvocationEvaluator |
static class |
AbstractPMMLInvocationEvaluator.PMMLInvocationEvaluatorFactory |
Modifier and Type | Field and Description |
---|---|
protected String |
dmnNS |
protected org.kie.api.io.Resource |
documentResource |
protected String |
model |
protected org.kie.dmn.model.api.DMNElement |
node |
protected List<DMNFunctionDefinitionEvaluator.FormalParameter> |
parameters |
Constructor and Description |
---|
AbstractPMMLInvocationEvaluator(String dmnNS,
org.kie.dmn.model.api.DMNElement node,
org.kie.api.io.Resource resource,
String model) |
Modifier and Type | Method and Description |
---|---|
void |
addParameter(String name,
org.kie.dmn.api.core.DMNType dmnType) |
List<List<String>> |
getParameterNames() |
org.kie.dmn.api.core.DMNType |
getParameterType(String name) |
List<List<org.kie.dmn.api.core.DMNType>> |
getParameterTypes() |
protected static Object |
getValueForPMMLInput(org.kie.dmn.api.core.DMNResult r,
String name) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
evaluate
protected final String dmnNS
protected final org.kie.dmn.model.api.DMNElement node
protected final List<DMNFunctionDefinitionEvaluator.FormalParameter> parameters
protected final org.kie.api.io.Resource documentResource
protected final String model
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.