Uses of Class
org.cloudsimplus.builders.tables.CloudletsTableBuilder
Packages that use CloudletsTableBuilder
Package
Description
Provides
Table classes
that are used to format simulation results in different and structured ways such as
ASCII, CSV or HTML tables.-
Uses of CloudletsTableBuilder in org.cloudsimplus.builders.tables
Methods in org.cloudsimplus.builders.tables that return CloudletsTableBuilderModifier and TypeMethodDescriptionCloudletsTableBuilder.setIdFormat(String idFormat) Sets the format for ID columns.CloudletsTableBuilder.setLengthFormat(String lengthFormat) Sets the format for cloudlet length columns.CloudletsTableBuilder.setPeFormat(String peFormat) Sets the format for columns indicating number of PEs.CloudletsTableBuilder.setTimeFormat(String timeFormat) Sets the format for time columns.