SSJ  3.3.1
Stochastic Simulation in Java
Public Member Functions | Static Public Member Functions | Static Public Attributes | Static Protected Member Functions | Protected Attributes | Static Protected Attributes | List of all members
Report Class Reference
Collaboration diagram for Report:
[legend]

Public Member Functions

 Report (String label, String value)
 
 Report (String label, int value)
 
 Report (String label, double value)
 
 Report (String label, int[] value)
 
 Report (String label, double[] value)
 
 Report (String label, boolean value)
 
 Report (String label)
 
void add (Report subReport)
 
void add (String label, String value)
 
void add (String label, int value)
 
void add (String label, double value)
 
void add (String label, boolean value)
 
void add (String label, int[] value)
 
void add (String label, double[] value)
 
void add (String label)
 
String toString ()
 
String toString (int baseIndentation)
 

Static Public Member Functions

static void setLabelWidth (int labelWidth)
 Set to <0 for left-aligned label with given width. More...
 
static void setIndentation (int indentation)
 
static void setFloatPrecision (int floatPrecision)
 
static void setValueWidth (int valueWidth)
 Set to <0 for left-aligned value with given width. More...
 

Static Public Attributes

static final String NEWLINE = System.getProperty("line.separator")
 

Static Protected Member Functions

static String formatVector (int[] value)
 
static String formatVector (double[] value)
 

Protected Attributes

String label
 
String value
 
List< ReportsubReports
 

Static Protected Attributes

static int labelWidth = 24
 
static int indentation = 3
 
static int floatPrecision = 4
 
static int valueWidth = 0
 

Member Function Documentation

◆ setLabelWidth()

static void setLabelWidth ( int  labelWidth)
static

Set to <0 for left-aligned label with given width.

Set to 0 for label-adjusted width. Set to >0 for right-aligned value with given width.

◆ setValueWidth()

static void setValueWidth ( int  valueWidth)
static

Set to <0 for left-aligned value with given width.

Set to 0 for value-adjusted width.


The documentation for this class was generated from the following file: