public class IntervalBehaviourValues extends Object
| Constructor and Description |
|---|
IntervalBehaviourValues(String name) |
| Modifier and Type | Method and Description |
|---|---|
double |
getBytesRead()
The amount of bytes requested to be read per second.
|
double |
getBytesWritten()
set The amount of bytes requested to be written per second.
|
double |
getCpuResourceDemand()
The CPU demand issued in the interval.
|
double |
getInterval()
The length of the interval.
|
String |
getModelName() |
double |
getTotalTime() |
void |
setBytesRead(double re)
The amount of bytes requested to be read per second.
|
void |
setBytesWritten(double wr)
Get The amount of bytes requested to be written per second.
|
void |
setCpuResourceDemand(double cpu)
Set the CPU demand issued in the interval.
|
void |
setInterval(double inetrvalLen,
String name)
The length of the interval.
|
void |
setmodelName(String mn) |
void |
setTotTime(double inetrvalLen)
Total interval.
|
public IntervalBehaviourValues(String name)
public double getInterval()
public double getCpuResourceDemand()
public double getBytesRead()
public double getBytesWritten()
public String getModelName()
public double getTotalTime()
public void setInterval(double inetrvalLen,
String name)
public void setTotTime(double inetrvalLen)
public void setCpuResourceDemand(double cpu)
public void setBytesRead(double re)
public void setBytesWritten(double wr)
public void setmodelName(String mn)