Package org.cloudsimplus.builders.tables


package org.cloudsimplus.builders.tables
Provides Table classes that are used to format simulation results in different and structured ways such as ASCII, CSV or HTML tables. Such tables can even be used by external softwares to process simulation results.

All the examples use some Table implementation to print simulation results.

The classes and interfaces provided allow creating custom TableBuilders to add, change or remove columns from the results, to sort rows, to filter, and so on.

Author:
Manoel Campos da Silva Filho