public class XMLTraceOutput extends XMLOutput
NORMAL_FILE_ACCESS
Constructor and Description |
---|
XMLTraceOutput()
create a new XMLTraceOutput class *
|
Modifier and Type | Method and Description |
---|---|
void |
open(java.lang.String pathname,
java.lang.String name)
open a new file to write the output in
|
void |
receive(Message m)
method to be called when a Message is received.
|
void |
receive(Reporter r)
method to be called when a reporter is received reporters will not be
handled by this class so it will simply return
|
close, getAppendix, setTimeFloats
getEndOfLine, getFileName, getSeparator, isEmpty, isOpen, open, setEndOfLine, setFileSystemAccess, setSeparator, write, writeln, writeSep
public void receive(Message m)
m
- Message: The Message that has been send.public void receive(Reporter r)
r
- Reporter: the Reporter that has been sendpublic void open(java.lang.String pathname, java.lang.String name)
pathname
- String: name of the path to write inname
- String: name of the file to write in