public class Evaluator extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
deduction |
static int |
endYear |
static double |
irrGuess1 |
static double |
irrGuess2 |
static double |
PACKAGING_COST_PER_FISH |
static int |
startYear |
static double |
WEIGHT_PER_FISH |
| Constructor and Description |
|---|
Evaluator() |
| Modifier and Type | Method and Description |
|---|---|
void |
calcuateDepreciatedShoppingCost(Model model) |
Economics |
calculate(ModelInput input) |
void |
calculateDepreciatedValues(ModelInput input,
Model model) |
void |
calculateFishWeightPerYear(Model model) |
void |
calculateItemCost(Model model,
ModelInput input) |
void |
calculateOACost(Model model,
ModelInput input) |
void |
calculateProductMix(ModelInput input,
Model model) |
void |
calculateProductPrice(ModelInput input,
Model model) |
void |
calculateRevenue(ModelInput input,
Model model) |
void |
calculateShoppingCost(Model model) |
void |
calculateShoppingList(Model model,
ModelInput input) |
void |
calculateUndepreciatedValues(ModelInput input,
Model model) |
static void |
main(String[] args) |
static void |
printValues(Values values) |
void |
setUpEOL(Model model) |
void |
setUpProductionParameters(Model model,
ModelInput input) |
public static final int startYear
public static final int endYear
public static final int deduction
public static final double irrGuess1
public static final double irrGuess2
public static final double PACKAGING_COST_PER_FISH
public static final double WEIGHT_PER_FISH
public static void main(String[] args)
public Economics calculate(ModelInput input)
public void setUpProductionParameters(Model model, ModelInput input)
public void setUpEOL(Model model)
public void calculateShoppingList(Model model, ModelInput input)
public void calculateItemCost(Model model, ModelInput input)
public void calculateShoppingCost(Model model)
public void calcuateDepreciatedShoppingCost(Model model)
public void calculateOACost(Model model, ModelInput input)
public void calculateProductPrice(ModelInput input, Model model)
public void calculateProductMix(ModelInput input, Model model)
public void calculateRevenue(ModelInput input, Model model)
public void calculateUndepreciatedValues(ModelInput input, Model model)
public void calculateDepreciatedValues(ModelInput input, Model model)
public void calculateFishWeightPerYear(Model model)
public static void printValues(Values values)
Copyright © 2017. All Rights Reserved.