Modifier and Type | Class and Description |
---|---|
class |
EvalAndStateNode
This class represents the state of an "and" operator in the evaluation state tree.
|
Modifier and Type | Method and Description |
---|---|
EvalStateNode |
EvalAndNode.newState(Evaluator parentNode) |
Constructor and Description |
---|
EvalAndStateNode(Evaluator parentNode,
EvalAndNode evalAndNode)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
EvalRootStateNode
This class is always the root node in the evaluation state tree representing any activated event expression.
|
Modifier and Type | Method and Description |
---|---|
Evaluator |
EvalStateNode.getParentEvaluator()
Returns the parent evaluator.
|
Modifier and Type | Method and Description |
---|---|
EvalStateNode |
EvalRootNode.newState(Evaluator parentNode) |
EvalStateNode |
EvalNode.newState(Evaluator parentNode) |
void |
EvalStateNode.setParentEvaluator(Evaluator parentEvaluator)
Sets the parent evaluator.
|
Constructor and Description |
---|
EvalStateNode(Evaluator parentNode)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
EvalEveryStateNode
Contains the state collected by an "every" operator.
|
class |
EvalEveryStateSpawnEvaluator
This class contains the state of an 'every' operator in the evaluation state tree.
|
Modifier and Type | Method and Description |
---|---|
EvalStateNode |
EvalEveryNode.newState(Evaluator parentNode) |
Constructor and Description |
---|
EvalEveryStateNode(Evaluator parentNode,
EvalEveryNode evalEveryNode)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
EvalEveryDistinctStateExpireKeyNode
Contains the state collected by an "every" operator.
|
class |
EvalEveryDistinctStateNode
Contains the state collected by an "every" operator.
|
Modifier and Type | Method and Description |
---|---|
EvalStateNode |
EvalEveryDistinctNode.newState(Evaluator parentNode) |
Constructor and Description |
---|
EvalEveryDistinctStateExpireKeyNode(Evaluator parentNode,
EvalEveryDistinctNode everyNode)
Constructor.
|
EvalEveryDistinctStateNode(Evaluator parentNode,
EvalEveryDistinctNode everyDistinctNode)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
EvalStateNode |
EvalFilterNode.newState(Evaluator parentNode) |
Constructor and Description |
---|
EvalFilterStateNode(Evaluator parentNode,
EvalFilterNode evalFilterNode)
Constructor.
|
EvalFilterStateNodeConsumeImpl(Evaluator parentNode,
EvalFilterNode evalFilterNode) |
Modifier and Type | Class and Description |
---|---|
class |
EvalFollowedByStateNode
This class represents the state of a followed-by operator in the evaluation state tree.
|
class |
EvalFollowedByWithMaxStateNodeManaged
This class represents the state of a followed-by operator in the evaluation state tree, with a maximum number of instances provided, and
with the additional capability to runtime-wide report on pattern instances.
|
Modifier and Type | Method and Description |
---|---|
EvalStateNode |
EvalFollowedByNode.newState(Evaluator parentNode) |
Constructor and Description |
---|
EvalFollowedByStateNode(Evaluator parentNode,
EvalFollowedByNode evalFollowedByNode)
Constructor.
|
EvalFollowedByWithMaxStateNodeManaged(Evaluator parentNode,
EvalFollowedByNode evalFollowedByNode)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
EvalGuardStateNode
This class represents the state of a "within" operator in the evaluation state tree.
|
Modifier and Type | Method and Description |
---|---|
EvalStateNode |
EvalGuardNode.newState(Evaluator parentNode) |
Constructor and Description |
---|
EvalGuardStateNode(Evaluator parentNode,
EvalGuardNode evalGuardNode)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
EvalMatchUntilStateNode
This class represents the state of a match-until node in the evaluation state tree.
|
Modifier and Type | Method and Description |
---|---|
EvalStateNode |
EvalMatchUntilNode.newState(Evaluator parentNode) |
Constructor and Description |
---|
EvalMatchUntilStateNode(Evaluator parentNode,
EvalMatchUntilNode evalMatchUntilNode)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
EvalNotStateNode
This class contains the state of an 'not' operator in the evaluation state tree.
|
Modifier and Type | Method and Description |
---|---|
EvalStateNode |
EvalNotNode.newState(Evaluator parentNode) |
Constructor and Description |
---|
EvalNotStateNode(Evaluator parentNode,
EvalNotNode evalNotNode)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
EvalStateNode |
EvalObserverNode.newState(Evaluator parentNode) |
Constructor and Description |
---|
EvalObserverStateNode(Evaluator parentNode,
EvalObserverNode evalObserverNode)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
EvalOrStateNode
This class represents the state of a "or" operator in the evaluation state tree.
|
Modifier and Type | Method and Description |
---|---|
EvalStateNode |
EvalOrNode.newState(Evaluator parentNode) |
Constructor and Description |
---|
EvalOrStateNode(Evaluator parentNode,
EvalOrNode evalOrNode)
Constructor.
|
Copyright © 2005–2019. All rights reserved.