| Package | Description |
|---|---|
| com.github.cschen1205.ess.engine | |
| com.github.cschen1205.ess.enums | |
| com.github.cschen1205.ess.js |
| Modifier and Type | Method and Description |
|---|---|
void |
RuleInferenceEngine.addFact(String name,
ConditionType conditionType,
String value) |
void |
KieRuleInferenceEngine.addFact(String name,
ConditionType conditionType,
String value) |
| Modifier and Type | Method and Description |
|---|---|
static ConditionType |
ConditionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConditionType[] |
ConditionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JSRuleInferenceEngine.addFact(String name,
ConditionType conditionType,
Object value) |
Copyright © 2017. All rights reserved.