public class ComparisonScenario extends Object
Constructor and Description |
---|
ComparisonScenario(String name,
IEnergyProfile energyProfile,
int procCount,
Processor[] processors,
boolean isEnergyAware) |
Modifier and Type | Method and Description |
---|---|
IEnergyProfile |
getEnergyProfile() |
String |
getName() |
int |
getProcCount() |
Processor[] |
getProcessors() |
boolean |
isEnergyAware() |
void |
setEnergyAware(boolean isEnergyAware) |
void |
setEnergyProfile(IEnergyProfile energyProfile) |
void |
setProcCount(int procCount) |
void |
setProcessors(Processor[] processors) |
public ComparisonScenario(String name, IEnergyProfile energyProfile, int procCount, Processor[] processors, boolean isEnergyAware)
public IEnergyProfile getEnergyProfile()
public void setEnergyProfile(IEnergyProfile energyProfile)
energyProfile
- the energyProfile to setpublic int getProcCount()
public void setProcCount(int procCount)
procCount
- the procCount to setpublic Processor[] getProcessors()
public void setProcessors(Processor[] processors)
processors
- the processors to setpublic boolean isEnergyAware()
public void setEnergyAware(boolean isEnergyAware)
isEnergyAware
- the isEnergyAware to setpublic String getName()
Copyright © 2013. All Rights Reserved.