public class HTMLErrorOutput extends ErrorFileOut implements OutputType
DEFAULT_FORMATTER
NORMAL_FILE_ACCESS
Constructor and Description |
---|
HTMLErrorOutput()
Create a new HTMLErrorOutput class *
|
HTMLErrorOutput(int simTimeFloatingDigits)
Create a new HTMLErrorOutput 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 HTMLErrorOutput()
public HTMLErrorOutput(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