Class RunInformationHelper
- java.lang.Object
-
- adams.gui.tools.wekainvestigator.output.RunInformationHelper
-
public class RunInformationHelper extends Object
Helper class for run information.- Version:
- $Revision$
- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Field Summary
Fields Modifier and Type Field Description static int
MAX_HTML_LENGTH
the 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 String
toHTML(adams.data.spreadsheet.SpreadSheet info)
Turns the run information into an html table.static String
toString(adams.data.spreadsheet.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(adams.data.spreadsheet.SpreadSheet info)
Turns the run information into a string representation.- Parameters:
info
- the run information- Returns:
- the string representation
-
toHTML
public static String toHTML(adams.data.spreadsheet.SpreadSheet info)
Turns the run information into an html table.- Parameters:
info
- the run information- Returns:
- the html representation
-
-