| Package | Description |
|---|---|
| org.openksavi.sponge.rule |
Interfaces for rules.
|
| Modifier and Type | Field and Description |
|---|---|
static EventMode |
RuleAdapter.DEFAULT_MODE
Default event mode: first.
|
| Modifier and Type | Method and Description |
|---|---|
EventMode |
RuleEventSpec.getEventMode()
Returns the event mode.
|
EventMode |
RuleOperations.getEventMode(int index)
Returns an event mode for the specified event index.
|
EventMode[] |
RuleOperations.getEventModes()
Returns event modes.
|
static EventMode |
EventMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventMode[] |
EventMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
RuleEventSpec |
Rule.makeEventSpec(String eventName,
EventMode eventMode)
Creates a new rule event specification.
|
RuleEventSpec |
Rule.makeEventSpec(String eventName,
String eventAlias,
EventMode eventMode)
Creates a new rule event specification.
|
void |
RuleOperations.setEventModes(EventMode... modes)
Sets event modes.
|
Copyright © 2016–2017 Softelnet. All rights reserved.