org.cloudbus.cloudsim.power.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 and interfaces for the power-consumption module.
* They are used to:
*
* - represent objects having power capabilities ({@link org.cloudbus.cloudsim.power.PowerAware});
* - model how physical/virtual elements consume power; or
* - enable automatic power consumption data collection.
*
*/
package org.cloudbus.cloudsim.power;