org.itc.irst.tcc.sre.util
Class Output
java.lang.Object
org.itc.irst.tcc.sre.util.Output
class Output
- extends java.lang.Object
Field Summary |
(package private) static org.apache.log4j.Logger |
logger
Define a static logger variable so that it references the
Logger instance named Output . |
private java.util.SortedMap |
map
|
Constructor Summary |
Output(java.io.File ans)
|
Output(java.io.File ans,
java.io.File ref)
|
Method Summary |
java.util.List |
getList()
|
private void |
put(java.lang.Integer sentID,
java.lang.Double pred)
|
private void |
read(java.io.File ans)
|
private void |
read(java.io.File ans,
java.io.File ref)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
static org.apache.log4j.Logger logger
- Define a static logger variable so that it references the
Logger instance named
Output
.
map
private java.util.SortedMap map
Output
Output(java.io.File ans)
throws java.io.IOException
- Throws:
java.io.IOException
Output
Output(java.io.File ans,
java.io.File ref)
throws java.io.IOException
- Throws:
java.io.IOException
read
private void read(java.io.File ans)
throws java.io.IOException
- Throws:
java.io.IOException
read
private void read(java.io.File ans,
java.io.File ref)
throws java.io.IOException
- Throws:
java.io.IOException
put
private void put(java.lang.Integer sentID,
java.lang.Double pred)
getList
public java.util.List getList()