Package | Description |
---|---|
org.drools.core.definitions.rule.impl | |
org.drools.core.reteoo | |
org.drools.core.reteoo.builder | |
org.drools.core.time.impl |
Modifier and Type | Method and Description |
---|---|
Timer |
RuleImpl.getTimer()
Returns the Timer semantics for a rule.
|
Modifier and Type | Method and Description |
---|---|
void |
RuleImpl.setTimer(Timer timer)
Sets the timer semantics for a rule.
|
Modifier and Type | Method and Description |
---|---|
Timer |
TimerNode.getTimer() |
Constructor and Description |
---|
TimerNode(int id,
LeftTupleSource tupleSource,
Timer timer,
String[] calendarNames,
Declaration[][] declarations,
BuildContext context) |
Modifier and Type | Method and Description |
---|---|
BaseNode |
PhreakNodeFactory.buildTimerNode(int id,
Timer timer,
String[] calendarNames,
Declaration[][] declarations,
LeftTupleSource tupleSource,
BuildContext context) |
BaseNode |
NodeFactory.buildTimerNode(int id,
Timer timer,
String[] calendarNames,
Declaration[][] declarations,
LeftTupleSource tupleSource,
BuildContext context) |
Modifier and Type | Class and Description |
---|---|
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 |
---|---|
void |
CompositeMaxDurationTimer.setTimer(Timer timer) |
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.