public static class GMSumMsg.GMSum
extends java.lang.Object
Constructor and Description |
---|
GMSum(double p,
int m,
int noLCs,
double ts) |
Modifier and Type | Method and Description |
---|---|
int |
getMemUsed() |
int |
getNoLCs() |
double |
getProcCharge() |
double |
getTs() |
void |
setMemUsed(int memUsed) |
void |
setNoLCs(int noLCs) |
void |
setProcCharge(double procCharge) |
void |
setTs(double ts) |
public double getProcCharge()
public void setProcCharge(double procCharge)
public int getMemUsed()
public void setMemUsed(int memUsed)
public int getNoLCs()
public void setNoLCs(int noLCs)
public double getTs()
public void setTs(double ts)