Class TextTable

All Implemented Interfaces:
Table

public class TextTable extends CsvTable
Prints a table from a given data set, using a simple delimited text format.
Since:
CloudSim Plus 1.0
Author:
Manoel Campos da Silva Filho
  • Constructor Details

    • TextTable

      public TextTable()
    • TextTable

      public TextTable(String title)
      Creates a Table
      Parameters:
      title - the title of the table
  • Method Details