|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umass.cs.sase.stream.StockStreamConfig
public class StockStreamConfig
Configurates the paramters for generating stock event streams
Field Summary | |
---|---|
static int |
increaseProbability
The probability that the value would increase |
static int |
maxPrice
Denoting the max price value, so the price range is: [1, maxPrice] |
static int |
maxVolume
Volume range is: [1, maxVolume] |
static int |
numOfSymbol
Symbol range is: [1, numOfSymbol]; |
static int |
randomSeed
The random seed. |
static int |
streamSize
|
Constructor Summary | |
---|---|
StockStreamConfig()
|
Method Summary | |
---|---|
static void |
printConfig()
Prints the configuration |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static int streamSize
public static int maxPrice
public static int maxVolume
public static int numOfSymbol
public static int randomSeed
public static int increaseProbability
Constructor Detail |
---|
public StockStreamConfig()
Method Detail |
---|
public static void printConfig()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |