public class Evaluator extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
deduction |
int |
endYear |
static double |
irrGuess1 |
static double |
irrGuess2 |
static double |
PACKAGING_COST_PER_FISH |
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) |
void |
setUpEOL(Model model) |
void |
setUpProductionParameters(Model model,
ModelInput input) |
public int startYear
public 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 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)
Copyright © 2018. All Rights Reserved.