Class MarkovReportingTable
- java.lang.Object
-
- org.palladiosimulator.solver.reliability.reporting.MarkovReportingTable
-
public class MarkovReportingTable extends Object
-
-
Constructor Summary
Constructors Constructor Description MarkovReportingTable(String tableName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addRow(List<String> row)
List<String>
getHeaderRow()
List<List<String>>
getRows()
String
getTableName()
void
setHeaderRow(List<String> headerRow)
void
setTableName(String tableName)
-