public class HTMLTraceOutput extends TraceFileOut implements OutputType
DEFAULT_FORMATTER
NORMAL_FILE_ACCESS
Constructor and Description |
---|
HTMLTraceOutput()
Create a new HTMLTraceOutput class *
|
HTMLTraceOutput(int simTimeFloatingDigits)
Create a new HTMLTraceOutput class
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAppendix()
returns the file appendix for this output type *
|
void |
setTimeFloats(int timeFloats)
set the time of the current output
|
getEndOfLine, getFileName, getSeparator, isEmpty, isOpen, setEndOfLine, setFileSystemAccess, setSeparator, write, writeln, writeSep
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
close, open
receive, receive
public HTMLTraceOutput()
public HTMLTraceOutput(int simTimeFloatingDigits)
simTimeFloatingDigits
- int: The number of floating point digits of the simulation
time values to be displayedpublic void setTimeFloats(int timeFloats)
timeFloats
- int: time of the curent outputpublic java.lang.String getAppendix()
getAppendix
in interface OutputType