|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.udo.cs.yale.tools.ResultService
public class ResultService
Some statical methods to write results in a file. The class must be set up properly before you can use these methods. Therefore the destination file is read from the global part of the experiment configuration file.
Field Summary | |
---|---|
private static java.io.PrintStream |
out
|
Constructor Summary | |
---|---|
ResultService()
|
Method Summary | |
---|---|
static void |
close()
Closes the stream. |
private static java.lang.String |
getTime()
Returns the current date and time as formatted string. |
(package private) static java.lang.String |
getTwoDigits(int i)
Adds a leading zero. |
static void |
init(Experiment experiment)
Initializes the ResultService. |
static void |
init(java.io.PrintStream outStream)
Initializes the ResultService. |
static void |
init(java.lang.String filename,
Experiment experiment)
Initializes the ResultService. |
static void |
logResult(ResultObject resultObject)
Writes the result string from the given result object in the result file. |
static void |
logResult(java.lang.String result)
Writes the string in the result file. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static java.io.PrintStream out
Constructor Detail |
---|
public ResultService()
Method Detail |
---|
public static void init(java.lang.String filename, Experiment experiment)
filename
- destination file.experiment
- the experiment which is used to resolve the filenamepublic static void init(java.io.PrintStream outStream)
outStream
- stream to write the results to.public static void init(Experiment experiment)
public static void close()
public static void logResult(java.lang.String result)
public static void logResult(ResultObject resultObject)
private static java.lang.String getTime()
static java.lang.String getTwoDigits(int i)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |