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

org.cloudbus.cloudsim.utilizationmodels.package-info Maven / Gradle / Ivy

Go to download

CloudSim Plus: A modern, highly extensible and easier-to-use Java 8 Framework for Modeling and Simulation of Cloud Computing Infrastructures and Services

There is a newer version: 8.0.0
Show newest version
/**
 * Provides classes that model utilization of resources such as
 * {@link org.cloudbus.cloudsim.resources.Pe CPU}, {@link org.cloudbus.cloudsim.resources.Ram} and
 * {@link org.cloudbus.cloudsim.resources.Bandwidth},
 * defining how a given resource is used  by a {@link org.cloudbus.cloudsim.cloudlets.Cloudlet}
 * along the simulation time.
 *
 * 

The most basic utilization model that can be used for any of the mentioned resources * is the {@link org.cloudbus.cloudsim.utilizationmodels.UtilizationModelFull}.

* * @author Manoel Campos da Silva Filho */ package org.cloudbus.cloudsim.utilizationmodels;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy