| Package | Description |
|---|---|
| org.openksavi.sponge.java |
Abstract implementations of processors for Java support and classes for Java-based knowledge bases.
|
| Modifier and Type | Method and Description |
|---|---|
JRule |
JRule.withAllCondition(EventCondition condition)
Adds event condition for all events.
|
JRule |
JRule.withAllCondition(String methodName)
Adds event condition for all events.
|
JRule |
JRule.withAllConditions(EventCondition... conditions) |
JRule |
JRule.withAllConditions(List<EventCondition> conditions)
Adds event conditions for all events.
|
JRule |
JRule.withAllConditions(String... methodNames) |
JRule |
JRule.withAllEventCondition(EventCondition condition) |
JRule |
JRule.withAllEventConditions(List<EventCondition> conditions) |
JRule |
JRule.withCategory(String category) |
JRule |
JRule.withCondition(String eventAlias,
EventCondition condition)
Adds an event condition.
|
JRule |
JRule.withCondition(String eventAlias,
String methodName)
Adds an event condition.
|
JRule |
JRule.withConditions(String eventAlias,
EventCondition... conditions)
Adds event conditions.
|
JRule |
JRule.withConditions(String eventAlias,
List<EventCondition> conditions)
Adds event conditions.
|
JRule |
JRule.withConditions(String eventAlias,
String... methodNames) |
JRule |
JRule.withDescription(String description) |
JRule |
JRule.withDuration(Duration duration) |
JRule |
JRule.withEvent(String eventStringSpec) |
JRule |
JRule.withEventCondition(String eventAlias,
EventCondition condition) |
JRule |
JRule.withEventConditions(String eventAlias,
List<EventCondition> conditions) |
JRule |
JRule.withEvents(List<String> eventStringSpecs) |
JRule |
JRule.withEvents(String... eventStringSpecs) |
JRule |
JRule.withEventSpec(RuleEventSpec eventSpec) |
JRule |
JRule.withEventSpecs(List<RuleEventSpec> eventSpecs) |
JRule |
JRule.withEventSpecs(RuleEventSpec... eventSpecs) |
JRule |
JRule.withFeature(String name,
Object value) |
JRule |
JRule.withFeatures(Map<String,Object> features) |
JRule |
JRule.withLabel(String label) |
JRule |
JRule.withName(String name) |
JRule |
JRule.withOrdered(boolean ordered) |
JRule |
JRule.withSynchronous(Boolean synchronous) |
JRule |
JRule.withVersion(Integer version) |
Copyright © 2016–2019 Softelnet. All rights reserved.