|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--wrapper.Estimates
Data structure that contains which estimates are required and then gets filled with the required estimates.
Field Summary | |
double |
datavolumeAccuracy
Accuracy of the value for data volume |
boolean |
datavolumeProvided
Value for data volume estimation is provided by megamodule |
boolean |
datavolumeRequired
Cost estimation for data volume is required by clien |
int |
datavolumeValue
Estimated value for data volume |
double |
feeAccuracy
Accuracy of the value for fee |
boolean |
feeProvided
Value for fee estimation is provided by megamodule |
boolean |
feeRequired
Cost estimation for fee is required by clien |
int |
feeValue
Estimated value for fee |
double |
timeAccuracy
Accuracy of the value for execution time |
boolean |
timeProvided
Value for execution time estimation is provided by megamodule |
boolean |
timeRequired
Cost estimation for execution time is required by client |
int |
timeValue
Estimated value for execution time |
Constructor Summary | |
Estimates()
|
Methods inherited from class java.lang.Object |
|
Field Detail |
public boolean timeRequired
public boolean feeRequired
public boolean datavolumeRequired
public boolean timeProvided
public boolean feeProvided
public boolean datavolumeProvided
public int timeValue
public int feeValue
public int datavolumeValue
public double timeAccuracy
public double feeAccuracy
public double datavolumeAccuracy
Constructor Detail |
public Estimates()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |