jcaas.util
Class EvaluationUtil

java.lang.Object
  extended by jcaas.util.EvaluationUtil

public class EvaluationUtil
extends java.lang.Object

Author:
reverend TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Constructor Summary
EvaluationUtil()
           
 
Method Summary
static java.util.HashMap buildInstrumentTable(java.io.File file)
           
static java.util.HashMap buildInstrumentTable(java.lang.String filename)
          Parserses an Instruments file and returns a HashMap mapping instrument names to their correpsonding numeric value.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EvaluationUtil

public EvaluationUtil()
Method Detail

buildInstrumentTable

public static java.util.HashMap buildInstrumentTable(java.lang.String filename)
                                              throws java.io.IOException
Parserses an Instruments file and returns a HashMap mapping instrument names to their correpsonding numeric value.

Parameters:
filename -
Returns:
Throws:
java.io.IOException

buildInstrumentTable

public static java.util.HashMap buildInstrumentTable(java.io.File file)
                                              throws java.io.IOException
Throws:
java.io.IOException