Modifier and Type | Class and Description |
---|---|
class |
Event |
Modifier and Type | Class and Description |
---|---|
class |
FaultEvent |
Modifier and Type | Class and Description |
---|---|
class |
InEvent |
class |
StateEvent
Event with state
|
Modifier and Type | Class and Description |
---|---|
class |
RemoveEvent |
Modifier and Type | Method and Description |
---|---|
boolean |
ConditionExecutor.execute(AtomicEvent event) |
boolean |
OrConditionExecutor.execute(AtomicEvent event) |
boolean |
NotConditionExecutor.execute(AtomicEvent event) |
boolean |
BooleanConditionExecutor.execute(AtomicEvent event) |
boolean |
AndConditionExecutor.execute(AtomicEvent event) |
Modifier and Type | Method and Description |
---|---|
boolean |
CompareConditionExecutor.execute(AtomicEvent event) |
Modifier and Type | Method and Description |
---|---|
Object |
ExpressionExecutor.execute(AtomicEvent event) |
Object |
ConstantExpressionExecutor.execute(AtomicEvent event) |
Object |
VariableExpressionExecutor.execute(AtomicEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
QueryProjector.process(AtomicEvent atomicEvent) |
Object |
OutputAttributeGenerator.process(AtomicEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
QueryProjector.process(List<AtomicEvent> atomicEventList) |
Modifier and Type | Method and Description |
---|---|
Object |
SimpleOutputAttributeGenerator.process(AtomicEvent event) |
Object |
SumAggregateAttributeGenerator.process(AtomicEvent event) |
Object |
MaxAggregateAttributeGenerator.process(AtomicEvent event) |
Object |
AvgAggregateAttributeGenerator.process(AtomicEvent event) |
Object |
MinAggregateAttributeGenerator.process(AtomicEvent event) |
Modifier and Type | Method and Description |
---|---|
AbstractAggregateAttributeGenerator |
GroupByAttributeGeneratorMap.get(AtomicEvent event) |
Object |
GroupByOutputAttributeGenerator.process(AtomicEvent event) |
Modifier and Type | Method and Description |
---|---|
protected void |
JoinStreamPacker.sendEventList(List<AtomicEvent> list) |
Modifier and Type | Method and Description |
---|---|
protected void |
AndPatternStreamPacker.sendEvent(AtomicEvent atomicEvent) |
protected void |
PatternStreamPacker.sendEvent(AtomicEvent atomicEvent) |
Modifier and Type | Method and Description |
---|---|
protected void |
SequenceStreamPacker.sendEvent(AtomicEvent atomicEvent) |
Copyright © 2012. All Rights Reserved.