| Package | Description |
|---|---|
| org.kie.dmn.feel.lang | |
| org.kie.dmn.feel.lang.ast | |
| org.kie.dmn.feel.lang.impl | |
| org.kie.dmn.feel.runtime.events | |
| org.kie.dmn.feel.runtime.functions |
| Modifier and Type | Method and Description |
|---|---|
default void |
EvaluationContext.notifyEvt(Supplier<FEELEvent> event) |
| Modifier and Type | Method and Description |
|---|---|
protected Supplier<FEELEvent> |
BaseNode.astEvent(FEELEvent.Severity severity,
String message) |
protected Supplier<FEELEvent> |
BaseNode.astEvent(FEELEvent.Severity severity,
String message,
Throwable throwable) |
| Modifier and Type | Method and Description |
|---|---|
void |
FEELEventListenersManager.notifyListeners(FEELEvent event) |
| Modifier and Type | Method and Description |
|---|---|
static void |
FEELEventListenersManager.notifyListeners(FEELEventListenersManager eventsManager,
Supplier<FEELEvent> event) |
| Modifier and Type | Class and Description |
|---|---|
class |
ASTEventBase
A base class with common functionality to all events
|
class |
DecisionTableRulesMatchedEvent
An event class to report all matches for a decision table
|
class |
DecisionTableRulesSelectedEvent
An event class to report all rules selected as a result for a decision table.
|
class |
FEELEventBase
A base class with common functionality to all events
|
class |
HitPolicyViolationEvent
An event class to report a hit policy violation on a decision table
|
class |
InvalidInputEvent
An event class to report a syntax error as returned by the parser
|
class |
InvalidParametersEvent
An event class to report an evaluation error occured due to invalid parameters.
|
class |
SyntaxErrorEvent
An event class to report a syntax error as returned by the parser
|
| Modifier and Type | Method and Description |
|---|---|
void |
FEELEventListener.onEvent(FEELEvent event) |
| Modifier and Type | Method and Description |
|---|---|
static <T> FEELFnResult<T> |
FEELFnResult.ofError(FEELEvent event) |
| Constructor and Description |
|---|
FEELFnResult(Optional<FEELEvent> left,
Optional<T> right) |
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.