public class CostInfo extends Object implements Serializable
IAddon
execution costs.Constructor and Description |
---|
CostInfo() |
CostInfo(int estimatedCost) |
CostInfo(int estimatedCost,
int estimatedValueCount) |
Modifier and Type | Method and Description |
---|---|
CostInfo |
addEstimatedCost(int estimatedCostDelta) |
int |
getEstimatedCost() |
int |
getEstimatedValueCount()
-1 for unknown value.
|
void |
setEstimatedCost(int estimatedCost) |
void |
setEstimatedValueCount(int estimatedValueCount) |
public CostInfo()
public CostInfo(int estimatedCost)
public CostInfo(int estimatedCost, int estimatedValueCount)
public int getEstimatedValueCount()
public void setEstimatedValueCount(int estimatedValueCount)
public int getEstimatedCost()
public void setEstimatedCost(int estimatedCost)
public CostInfo addEstimatedCost(int estimatedCostDelta)