All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.cloudsimplus.builders.tables.package-info Maven / Gradle / Ivy

/**
 * Provides {@link org.cloudsimplus.builders.tables.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 {@link org.cloudsimplus.builders.tables.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 */ package org.cloudsimplus.builders.tables;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy