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

org.cloudbus.cloudsim.power.models.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 {@link org.cloudbus.cloudsim.power.models.PowerModel} implementations
 * that are used to define how a {@link org.cloudbus.cloudsim.hosts.Host}
 * consumes electricity, according to its current resource usage.
 *
 * 

It includes theoretical models and also concrete ones from * specif versions of a physical machine from a given manufacturer * such as IBM or HP.

* *

The most basic PowerModel is the {@link org.cloudbus.cloudsim.power.models.PowerModelLinear}.

*/ package org.cloudbus.cloudsim.power.models;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy