public class SimulationParameters extends Object
Constructor and Description |
---|
SimulationParameters(ISchedulingPolicy policy,
int simEnd,
IEnergyProfile ep,
ITaskSet taskSet,
int nbProc,
boolean isEnergyAware,
boolean hard) |
Modifier and Type | Method and Description |
---|---|
IEnergyProfile |
getEnergyProfile() |
int |
getNbProc() |
ISchedulingPolicy |
getSchedulingPolicy() |
long |
getSimulationEnd() |
ITaskSet |
getTaskSet() |
boolean |
isEnergyAware() |
boolean |
isHardRealtime() |
public SimulationParameters(ISchedulingPolicy policy, int simEnd, IEnergyProfile ep, ITaskSet taskSet, int nbProc, boolean isEnergyAware, boolean hard)
public ITaskSet getTaskSet()
public ISchedulingPolicy getSchedulingPolicy()
public long getSimulationEnd()
public IEnergyProfile getEnergyProfile()
public int getNbProc()
public boolean isEnergyAware()
public boolean isHardRealtime()
Copyright © 2013. All Rights Reserved.