Package | Description |
---|---|
org.drools.core.rule |
Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements.
|
org.drools.core.time.impl |
Modifier and Type | Class and Description |
---|---|
class |
Accumulate
A class to represent the Accumulate CE
|
class |
Collect |
class |
ConditionalBranch |
class |
EntryPointId
This class defines a Rete "Entry Point".
|
class |
EvalCondition |
class |
Forall
The forall conditional element.
|
class |
From |
class |
GroupElement |
class |
MultiAccumulate |
class |
NamedConsequence |
class |
QueryElement |
class |
SingleAccumulate |
class |
WindowReference
This class defines a reference to a declared window
|
Modifier and Type | Method and Description |
---|---|
abstract ConditionalElement |
ConditionalElement.clone() |
Modifier and Type | Class and Description |
---|---|
class |
BaseTimer |
class |
CompositeMaxDurationTimer
While a rule might have multiple DurationTimers, due to LHS CEP rules, there can only ever
be one timer attribute.
|
class |
CronTimer |
class |
DurationTimer |
class |
ExpressionIntervalTimer |
class |
IntervalTimer |
Modifier and Type | Method and Description |
---|---|
ConditionalElement |
ExpressionIntervalTimer.clone() |
ConditionalElement |
DurationTimer.clone() |
ConditionalElement |
CompositeMaxDurationTimer.clone() |
ConditionalElement |
CronTimer.clone() |
ConditionalElement |
IntervalTimer.clone() |
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.