Class RunInformationHelper
- java.lang.Object
-
- adams.gui.tools.wekainvestigator.output.RunInformationHelper
-
public class RunInformationHelper extends Object
Helper class for run information.- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Field Summary
Fields Modifier and Type Field Description static intMAX_HTML_LENGTHthe maximum length for HTML cells.
-
Constructor Summary
Constructors Constructor Description RunInformationHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringtoHTML(SpreadSheet info)Turns the run information into an html table.static StringtoString(SpreadSheet info)Turns the run information into a string representation.
-
-
-
Field Detail
-
MAX_HTML_LENGTH
public static final int MAX_HTML_LENGTH
the maximum length for HTML cells.- See Also:
- Constant Field Values
-
-
Method Detail
-
toString
public static String toString(SpreadSheet info)
Turns the run information into a string representation.- Parameters:
info- the run information- Returns:
- the string representation
-
toHTML
public static String toHTML(SpreadSheet info)
Turns the run information into an html table.- Parameters:
info- the run information- Returns:
- the html representation
-
-