Commit 863a9c93 authored by Anton Beloglazov's avatar Anton Beloglazov

Updated the javadocs

parent 03e47ab0
...@@ -4,6 +4,18 @@ import org.cloudbus.cloudsim.power.models.PowerModel; ...@@ -4,6 +4,18 @@ import org.cloudbus.cloudsim.power.models.PowerModel;
import org.cloudbus.cloudsim.power.models.PowerModelSpecPowerHpProLiantMl110G4Xeon3040; import org.cloudbus.cloudsim.power.models.PowerModelSpecPowerHpProLiantMl110G4Xeon3040;
import org.cloudbus.cloudsim.power.models.PowerModelSpecPowerHpProLiantMl110G5Xeon3075; import org.cloudbus.cloudsim.power.models.PowerModelSpecPowerHpProLiantMl110G5Xeon3075;
/**
* If you are using any algorithms, policies or workload included in the power package, please cite
* the following paper:
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience, ISSN: 1532-0626, Wiley
* Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
* @author Anton Beloglazov - IBM R&D Australia
* @since Jan 6, 2012
*/
public class Constants { public class Constants {
public final static boolean ENABLE_OUTPUT = true; public final static boolean ENABLE_OUTPUT = true;
......
...@@ -40,6 +40,16 @@ import org.cloudbus.cloudsim.util.MathUtil; ...@@ -40,6 +40,16 @@ import org.cloudbus.cloudsim.util.MathUtil;
/** /**
* The Class Helper. * The Class Helper.
*
* If you are using any algorithms, policies or workload included in the power package, please cite
* the following paper:
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience, ISSN: 1532-0626, Wiley
* Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
* @author Anton Beloglazov
*/ */
public class Helper { public class Helper {
......
...@@ -29,6 +29,16 @@ import org.cloudbus.cloudsim.power.PowerVmSelectionPolicyRandomSelection; ...@@ -29,6 +29,16 @@ import org.cloudbus.cloudsim.power.PowerVmSelectionPolicyRandomSelection;
/** /**
* The Class RunnerAbstract. * The Class RunnerAbstract.
*
* If you are using any algorithms, policies or workload included in the power package, please cite
* the following paper:
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience, ISSN: 1532-0626, Wiley
* Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
* @author Anton Beloglazov
*/ */
public abstract class RunnerAbstract { public abstract class RunnerAbstract {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment