Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
W
E
Edge
- Class in
edu.umass.cs.sase.query
This class represents an edge of an NFA.
Edge(String)
- Constructor for class edu.umass.cs.sase.query.
Edge
Constructor, based on the input string
Edge(int)
- Constructor for class edu.umass.cs.sase.query.
Edge
edu.umass.cs.sase.engine
- package edu.umass.cs.sase.engine
edu.umass.cs.sase.query
- package edu.umass.cs.sase.query
edu.umass.cs.sase.stream
- package edu.umass.cs.sase.stream
edu.umass.cs.sase.UI
- package edu.umass.cs.sase.UI
Engine
- Class in
edu.umass.cs.sase.engine
This is the processing engine.
Engine()
- Constructor for class edu.umass.cs.sase.engine.
Engine
The default constructor.
EngineController
- Class in
edu.umass.cs.sase.engine
This class is used to wrap the Engine class, such that when you write code, you can quickly locate the related methods.
EngineController()
- Constructor for class edu.umass.cs.sase.engine.
EngineController
Default constructor.
EngineController(String)
- Constructor for class edu.umass.cs.sase.engine.
EngineController
Constructor, can set different kinds of engines by different parameters
evaluate(Event, Event)
- Method in class edu.umass.cs.sase.query.
Predicate
Evaluates an event against this predicate
evaluate(Event, Run, EventBuffer)
- Method in class edu.umass.cs.sase.query.
Predicate
Evaluates an event against the predicate
evaluate(Event, Event)
- Method in class edu.umass.cs.sase.query.
PredicateOptimized
Evaluates an event against this predicate
evaluate(Event, Run, EventBuffer)
- Method in class edu.umass.cs.sase.query.
PredicateOptimized
Evaluates an event against the predicate
evaluateEventForNegation(Event, Run)
- Method in class edu.umass.cs.sase.engine.
Engine
This method evaluates an event against a run, for queries with a negation component.
evaluateEventForPartitonContiguity(Event, Run)
- Method in class edu.umass.cs.sase.engine.
Engine
This method evaluates an event against a run.
evaluateEventForPartitonContiguityOptimized(Event, Run)
- Method in class edu.umass.cs.sase.engine.
Engine
If the selection strategy is partition-contiguity, this method is called, and it evaluates the event for a given run
evaluateEventForSkipTillAny(Event, Run)
- Method in class edu.umass.cs.sase.engine.
Engine
This method evaluates an event against a run, for skip-till-any-match
evaluateEventForSkipTillNext(Event, Run)
- Method in class edu.umass.cs.sase.engine.
Engine
This method evaluates an event against a run, for skip-till-next-match
evaluateEventOptimizedForNegation(Event, Run)
- Method in class edu.umass.cs.sase.engine.
Engine
This method evaluates the event for a given run, for queries with a negation component.
evaluateEventOptimizedForSkipTillAny(Event, Run)
- Method in class edu.umass.cs.sase.engine.
Engine
This method evaluates the event for a given run, for skip-till-any-match
evaluateEventOptimizedForSkipTillNext(Event, Run)
- Method in class edu.umass.cs.sase.engine.
Engine
This method evaluates the event for a given run, for skip-till-next-match.
evaluatePredicate(Event, Event)
- Method in class edu.umass.cs.sase.query.
Edge
Evaluates an event on this edge
evaluatePredicate(Event, Run, EventBuffer)
- Method in class edu.umass.cs.sase.query.
Edge
Override method, evaluates event based on the current event, and a run.
evaluateRunsByPartitionForNegation(Event)
- Method in class edu.umass.cs.sase.engine.
Engine
This method will iterate runs in the same partition for the current event, for queries with a negation component.
evaluateRunsByPartitionForSkipTillAny(Event)
- Method in class edu.umass.cs.sase.engine.
Engine
This method will iterate runs in the same partition for the current event, for skip-till-any-match
evaluateRunsByPartitionForSkipTillNext(Event)
- Method in class edu.umass.cs.sase.engine.
Engine
This method will iterate runs in the same partition for the current event, for skip-till-next-match
evaluateRunsForNegation(Event)
- Method in class edu.umass.cs.sase.engine.
Engine
This method will iterate all existing runs for the current event, for queries with a negation component.
evaluateRunsForPartitionContiguity(Event)
- Method in class edu.umass.cs.sase.engine.
Engine
If the selection strategy is partition-contiguity, this method is called and it will iterate runs in the same partition for the current event
evaluateRunsForSkipTillAny(Event)
- Method in class edu.umass.cs.sase.engine.
Engine
This method will iterate all existing runs for the current event, for skip-till-any-match.
evaluateRunsForSkipTillNext(Event)
- Method in class edu.umass.cs.sase.engine.
Engine
This method will iterate all existing runs for the current event, for skip-till-next-match.
Event
- Interface in
edu.umass.cs.sase.stream
This is the interface for events that would be processed by the engine.
EventBuffer
- Class in
edu.umass.cs.sase.engine
This class is used to buffer the selected events.
EventBuffer()
- Constructor for class edu.umass.cs.sase.engine.
EventBuffer
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
W