edu.umass.cs.sase.stream
Class ParseStockStreamConfig
java.lang.Object
edu.umass.cs.sase.stream.ParseStockStreamConfig
public class ParseStockStreamConfig
- extends java.lang.Object
Constructor
Method Summary |
static void |
parseLine(java.lang.String line)
Parses a line in the configuration file |
static void |
parseStockEventConfig(java.lang.String configFile)
|
static void |
setAttributeRange(java.lang.String attribute,
int value)
Sets the attribute range for an attribute |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParseStockStreamConfig
public ParseStockStreamConfig()
parseStockEventConfig
public static void parseStockEventConfig(java.lang.String configFile)
throws java.io.IOException
- Throws:
java.io.IOException
parseLine
public static void parseLine(java.lang.String line)
- Parses a line in the configuration file
- Parameters:
line
- The input line
setAttributeRange
public static void setAttributeRange(java.lang.String attribute,
int value)
- Sets the attribute range for an attribute
- Parameters:
attribute
- The attribute to be setvalue
- The maximu value to be set