logging
Class MueReader

java.lang.Object
  extended by logging.MueReader

public class MueReader
extends java.lang.Object

This class is used to read a file containing a mue matrix.

Author:
Majd Kokaly

Constructor Summary
MueReader()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static void readMue(Mapper mapper, java.lang.String fileName)
          This method is used to read a Mue Matrix from a file and set the assumed rates accordingly.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MueReader

public MueReader()
Method Detail

readMue

public static void readMue(Mapper mapper,
                           java.lang.String fileName)
                    throws java.lang.Exception
This method is used to read a Mue Matrix from a file and set the assumed rates accordingly.

Parameters:
mapper - The mapper object which has the classesTable and serversTable.
fileName - The file containing the matrix.
Throws:
java.lang.Exception - An exception is thrown when the mue matrix file has no valid format.

main

public static void main(java.lang.String[] args)
Parameters:
args -