public class ScriptKnowledgeBaseEventCondition extends MethodNameEventCondition
| Constructor and Description |
|---|
ScriptKnowledgeBaseEventCondition(String methodName)
Creates a new knowledge base rule event condition.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
condition(Rule rule,
Event event)
Checks rule event condition by evaluating the defined knowledge base rule method.
|
getMethodNamepublic ScriptKnowledgeBaseEventCondition(String methodName)
methodName - knowledge base rule method name.Copyright © 2016–2021 Softelnet. All rights reserved.