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
P
parse(String)
- Method in class edu.umass.cs.sase.query.
Operand
Parses the operand
parseAggregation(String)
- Method in class edu.umass.cs.sase.query.
Operand
Parses the aggregation
parseConfig(String)
- Method in class edu.umass.cs.sase.query.
NFA
Parses a configuration, now we have selection strategy, time window and partiton attribute
parseEdgeNumber(String)
- Method in class edu.umass.cs.sase.query.
State
Judges the edge type, "take" or "begin"
parseEquation(String)
- Method in class edu.umass.cs.sase.query.
State
Parses the formulas in the query, e.g.: price > 100
parseFastQueryLine(String)
- Method in class edu.umass.cs.sase.query.
NFA
Parses each line for the fast query format
parseFastQueryLineStartWithAND(String)
- Method in class edu.umass.cs.sase.query.
NFA
Parses the conditions starting with "AND", it might be the partition attribute, or predicates for states
parseFastQueryLineStartWithPattern(String)
- Method in class edu.umass.cs.sase.query.
NFA
Parses the query sequence
parseLeftOperand(String)
- Method in class edu.umass.cs.sase.query.
PredicateOptimized
Parses the operands on the left side of the logical operator
parseLeftRight(String)
- Method in class edu.umass.cs.sase.query.
PredicateOptimized
Parses left or right part of the predicate
parseLine(String)
- Static method in class edu.umass.cs.sase.stream.
ParseStockStreamConfig
Parses a line in the configuration file
parseNfaConfig(String)
- Method in class edu.umass.cs.sase.query.
NFA
Parses the configuration line in the nfa file
parseNfaFile(String)
- Method in class edu.umass.cs.sase.query.
NFA
Parses the nfa file
parseNonNum(String)
- Method in class edu.umass.cs.sase.query.
Operand
Parses the non number operands
parsePredicate()
- Method in class edu.umass.cs.sase.query.
PredicateOptimized
Parses the predicate
parseRelatedEvent(String)
- Method in class edu.umass.cs.sase.query.
Operand
Parses related event
parseRelatedEventForAggregation(String)
- Method in class edu.umass.cs.sase.query.
Operand
Parses related event for aggregation
parseRightOperand(String)
- Method in class edu.umass.cs.sase.query.
PredicateOptimized
Parses the operands on the right side of the operator
parseRightStateNumber(String)
- Method in class edu.umass.cs.sase.query.
State
Parses the state number of the right operand
parseState(String)
- Method in class edu.umass.cs.sase.query.
State
Parses the description for state, e.g.: state = 1, type = normal/kleeneclosure/negation
parseStockEventConfig(String)
- Static method in class edu.umass.cs.sase.stream.
ParseStockStreamConfig
ParseStockStreamConfig
- Class in
edu.umass.cs.sase.stream
Constructor
ParseStockStreamConfig()
- Constructor for class edu.umass.cs.sase.stream.
ParseStockStreamConfig
partitionAttribute
- Static variable in class edu.umass.cs.sase.engine.
ConfigFlags
This filed is used to denote the name of the partition attribute.
popEvent()
- Method in class edu.umass.cs.sase.stream.
Stream
Predicate
- Class in
edu.umass.cs.sase.query
This class represents a predicate of an edge.
Predicate(String)
- Constructor for class edu.umass.cs.sase.query.
Predicate
Constructs a predicate from the input description string.
PredicateOptimized
- Class in
edu.umass.cs.sase.query
This class represents a predicate of an edge.
PredicateOptimized(String)
- Constructor for class edu.umass.cs.sase.query.
PredicateOptimized
Default constructor
printConfig()
- Static method in class edu.umass.cs.sase.stream.
StockStreamConfig
Prints the configuration
printMatches()
- Method in class edu.umass.cs.sase.engine.
MatchController
prints the matches in console
printProfiling()
- Static method in class edu.umass.cs.sase.engine.
Profiling
prints the profiling numbers in console
printResults
- Static variable in class edu.umass.cs.sase.engine.
ConfigFlags
The engine will output the results in console if we set it as true.
printSharingProfiling()
- Static method in class edu.umass.cs.sase.engine.
Profiling
outputs the extra profiling numbers for the sharing engine
printStream()
- Method in class edu.umass.cs.sase.stream.
StreamController
Outputs the events in the stream one by one in the console
proceed()
- Method in class edu.umass.cs.sase.engine.
Run
Proceeds a kleene closure state
Profiling
- Class in
edu.umass.cs.sase.engine
This class profiles the numbers of performance
Profiling()
- Constructor for class edu.umass.cs.sase.engine.
Profiling
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