edu.umass.cs.sase.stream
Class ParseStockStreamConfig

java.lang.Object
  extended by edu.umass.cs.sase.stream.ParseStockStreamConfig

public class ParseStockStreamConfig
extends java.lang.Object

Constructor


Constructor Summary
ParseStockStreamConfig()
           
 
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
 

Constructor Detail

ParseStockStreamConfig

public ParseStockStreamConfig()
Method Detail

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 set
value - The maximu value to be set