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,
EvaluatorDefinition evaluator)
This is a factory method for this EvaluatorOption configuration.
|
EvaluatorDefinition |
getEvaluatorDefinition()
Returns the accumulate function instance
|
String |
getName()
Returns the name of the dialect configured as default
|
String |
getPropertyName()
Returns the property name for this option
|
int |
hashCode() |
String |
toString() |
public static final String PROPERTY_NAME
public static EvaluatorOption get(String key, EvaluatorDefinition evaluator)
key
- the key of the evaluator to be configuredevaluator
- the evaluator definitionpublic String getPropertyName()
getPropertyName
in interface Option
public String getName()
public EvaluatorDefinition getEvaluatorDefinition()
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.