|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlogging.MueReader
public class MueReader
This class is used to read a file containing a mue matrix.
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 |
---|
public MueReader()
Method Detail |
---|
public static void readMue(Mapper mapper, java.lang.String fileName) throws java.lang.Exception
mapper
- The mapper object which has the classesTable and serversTable.fileName
- The file containing the matrix.
java.lang.Exception
- An exception is thrown when the mue matrix file has no valid
format.public static void main(java.lang.String[] args)
args
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |