public class EvaluatorOption extends Object implements MultiValueKnowledgeBuilderOption
Modifier and Type | Field and Description |
---|---|
static String |
PROPERTY_NAME
The prefix for the property name for evaluators
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static EvaluatorOption |
get(String key,
org.kie.api.runtime.rule.EvaluatorDefinition evaluator)
This is a factory method for this EvaluatorOption configuration.
|
org.kie.api.runtime.rule.EvaluatorDefinition |
getEvaluatorDefinition()
Returns the accumulate function instance
|
String |
getName()
Returns the name of the dialect configured as default
|
String |
getPropertyName() |
int |
hashCode() |
String |
toString() |
public static final String PROPERTY_NAME
public static EvaluatorOption get(String key, org.kie.api.runtime.rule.EvaluatorDefinition evaluator)
key
- the key of the evaluator to be configuredevaluator
- the evaluator definitionpublic String getPropertyName()
getPropertyName
in interface org.kie.api.conf.Option
public String getName()
public org.kie.api.runtime.rule.EvaluatorDefinition getEvaluatorDefinition()
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.