Modifier and Type | Field and Description |
---|---|
static EvalFactoryNode[] |
EvalNodeUtil.EMPTY_FACTORY_ARRAY |
Modifier and Type | Method and Description |
---|---|
static EvalNode[] |
EvalNodeUtil.makeEvalNodeChildren(EvalFactoryNode[] factories,
PatternAgentInstanceContext agentInstanceContext,
EvalNode parentNode) |
static EvalNode |
EvalNodeUtil.makeEvalNodeSingleChild(EvalFactoryNode child,
PatternAgentInstanceContext agentInstanceContext,
EvalNode parentNode) |
Modifier and Type | Class and Description |
---|---|
class |
EvalAndFactoryNode
This class represents an 'and' operator in the evaluation tree representing an event expressions.
|
Modifier and Type | Field and Description |
---|---|
protected EvalFactoryNode[] |
EvalAndFactoryNode.children |
Modifier and Type | Method and Description |
---|---|
EvalFactoryNode[] |
EvalAndFactoryNode.getChildren() |
Modifier and Type | Method and Description |
---|---|
void |
EvalAndFactoryNode.setChildren(EvalFactoryNode[] children) |
Modifier and Type | Class and Description |
---|---|
class |
EvalFactoryNodeBase |
class |
EvalRootFactoryNode
This class is always the root node in the evaluation tree representing an event expression.
|
Modifier and Type | Field and Description |
---|---|
protected EvalFactoryNode |
EvalRootFactoryNode.childNode |
Modifier and Type | Method and Description |
---|---|
EvalFactoryNode |
EvalRootFactoryNode.getChildNode() |
Modifier and Type | Method and Description |
---|---|
void |
EvalRootFactoryNode.setChildNode(EvalFactoryNode childNode) |
Modifier and Type | Class and Description |
---|---|
class |
EvalEveryFactoryNode
This class represents an 'every' operator in the evaluation tree representing an event expression.
|
Modifier and Type | Method and Description |
---|---|
EvalFactoryNode |
EvalEveryFactoryNode.getChildNode() |
Modifier and Type | Method and Description |
---|---|
void |
EvalEveryFactoryNode.setChildNode(EvalFactoryNode childNode) |
Modifier and Type | Class and Description |
---|---|
class |
EvalEveryDistinctFactoryNode
This class represents an 'every-distinct' operator in the evaluation tree representing an event expression.
|
Modifier and Type | Field and Description |
---|---|
protected EvalFactoryNode |
EvalEveryDistinctFactoryNode.childNode |
Modifier and Type | Method and Description |
---|---|
EvalFactoryNode |
EvalEveryDistinctFactoryNode.getChildNode() |
Modifier and Type | Method and Description |
---|---|
void |
EvalEveryDistinctFactoryNode.setChildNode(EvalFactoryNode childNode) |
Modifier and Type | Class and Description |
---|---|
class |
EvalFilterFactoryNode
This class represents a filter of events in the evaluation tree representing any event expressions.
|
Modifier and Type | Class and Description |
---|---|
class |
EvalFollowedByFactoryNode
This class represents a followed-by operator in the evaluation tree representing any event expressions.
|
Modifier and Type | Field and Description |
---|---|
protected EvalFactoryNode[] |
EvalFollowedByFactoryNode.children |
Modifier and Type | Method and Description |
---|---|
void |
EvalFollowedByFactoryNode.setChildren(EvalFactoryNode[] children) |
Modifier and Type | Class and Description |
---|---|
class |
EvalGuardFactoryNode
This class represents a guard in the evaluation tree representing an event expressions.
|
Modifier and Type | Field and Description |
---|---|
protected EvalFactoryNode |
EvalGuardFactoryNode.childNode |
Modifier and Type | Method and Description |
---|---|
void |
EvalGuardFactoryNode.setChildNode(EvalFactoryNode childNode) |
Modifier and Type | Class and Description |
---|---|
class |
EvalMatchUntilFactoryNode
This class represents a match-until observer in the evaluation tree representing any event expressions.
|
Modifier and Type | Field and Description |
---|---|
protected EvalFactoryNode[] |
EvalMatchUntilFactoryNode.children |
Modifier and Type | Method and Description |
---|---|
EvalFactoryNode[] |
EvalMatchUntilFactoryNode.getChildren() |
Modifier and Type | Method and Description |
---|---|
void |
EvalMatchUntilFactoryNode.setChildren(EvalFactoryNode[] children) |
Modifier and Type | Class and Description |
---|---|
class |
EvalNotFactoryNode
This class represents an 'not' operator in the evaluation tree representing any event expressions.
|
Modifier and Type | Field and Description |
---|---|
protected EvalFactoryNode |
EvalNotFactoryNode.childNode |
Modifier and Type | Method and Description |
---|---|
EvalFactoryNode |
EvalNotFactoryNode.getChildNode() |
Modifier and Type | Method and Description |
---|---|
void |
EvalNotFactoryNode.setChildNode(EvalFactoryNode childNode) |
Modifier and Type | Class and Description |
---|---|
class |
EvalObserverFactoryNode |
Modifier and Type | Class and Description |
---|---|
class |
EvalOrFactoryNode
This class represents an 'or' operator in the evaluation tree representing any event expressions.
|
Modifier and Type | Field and Description |
---|---|
protected EvalFactoryNode[] |
EvalOrFactoryNode.children |
Modifier and Type | Method and Description |
---|---|
EvalFactoryNode[] |
EvalOrFactoryNode.getChildren() |
Modifier and Type | Method and Description |
---|---|
void |
EvalOrFactoryNode.setChildren(EvalFactoryNode[] children) |
Modifier and Type | Method and Description |
---|---|
static void |
AuditPath.auditPatternFalse(EvalFactoryNode factoryNode,
Object from,
AgentInstanceContext agentInstanceContext)
NOTE: Code-generation-invoked method, method name and parameter order matters
|
static void |
AuditPath.auditPatternInstance(boolean increase,
EvalFactoryNode factoryNode,
AgentInstanceContext agentInstanceContext)
NOTE: Code-generation-invoked method, method name and parameter order matters
|
static void |
AuditPath.auditPatternTrue(EvalFactoryNode factoryNode,
Object from,
MatchedEventMapMinimal matchEvent,
boolean isQuitted,
AgentInstanceContext agentInstanceContext)
NOTE: Code-generation-invoked method, method name and parameter order matters
|
void |
AuditProviderPattern.patternFalse(EvalFactoryNode factoryNode,
Object from,
AgentInstanceContext agentInstanceContext) |
void |
AuditProviderDefault.patternFalse(EvalFactoryNode factoryNode,
Object from,
AgentInstanceContext agentInstanceContext) |
void |
AuditProviderPatternInstances.patternInstance(boolean increase,
EvalFactoryNode factoryNode,
AgentInstanceContext agentInstanceContext) |
void |
AuditProviderDefault.patternInstance(boolean increase,
EvalFactoryNode factoryNode,
AgentInstanceContext agentInstanceContext) |
void |
AuditProviderPattern.patternTrue(EvalFactoryNode factoryNode,
Object from,
MatchedEventMapMinimal matchEvent,
boolean isQuitted,
AgentInstanceContext agentInstanceContext) |
void |
AuditProviderDefault.patternTrue(EvalFactoryNode factoryNode,
Object from,
MatchedEventMapMinimal matchEvent,
boolean isQuitted,
AgentInstanceContext agentInstanceContext) |
Copyright © 2005–2019. All rights reserved.