org.cloudsimplus.slametrics.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cloudsim-plus Show documentation
Show all versions of cloudsim-plus Show documentation
CloudSim Plus: A modern, highly extensible and easier-to-use Java 8 Framework for Modeling and Simulation of Cloud Computing Infrastructures and Services
/**
* Provides classes to load SLA contracts from JSON files,
* according to the format defined by the
* AWS Cloudwatch.
*
* A JSON file can be read using a method such as the
* {@link org.cloudsimplus.slametrics.SlaContract#getInstance(java.lang.String)}.
*
* @author raysaoliveira
* @since CloudSim Plus 1.2.2
* @see org.cloudsimplus.slametrics.SlaContract
*/
package org.cloudsimplus.slametrics;