|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umass.cs.sase.engine.ConfigFlags
public class ConfigFlags
This ConfigFlags class sets the parameters for the Engine.
Field Summary | |
---|---|
static boolean |
hasNegation
This field is used denote whether the query has a negation component. |
static boolean |
hasPartitionAttribute
This filed is used to denote whether the query has a partition attribute. |
static java.lang.String |
partitionAttribute
This filed is used to denote the name of the partition attribute. |
static boolean |
printResults
The engine will output the results in console if we set it as true. |
static java.lang.String |
selectionStrategy
This field denotes the selection strategy which is being used. |
static int |
sequenceLength
This field describes the length of a query |
static int |
timeWindow
This field describes the time window in the query |
static boolean |
useRandomStream
The engine will generate random values for stream if we set it as true. |
static boolean |
useSharing
This filed is used to denote whether or not using the sharing technique. |
Constructor Summary | |
---|---|
ConfigFlags()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static boolean printResults
public static boolean useRandomStream
public static java.lang.String selectionStrategy
public static int sequenceLength
public static int timeWindow
public static boolean useSharing
public static boolean hasPartitionAttribute
public static java.lang.String partitionAttribute
public static boolean hasNegation
Constructor Detail |
---|
public ConfigFlags()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |