public class Evaluator extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
deduction |
static double |
discountRate |
static int |
endYear |
static double |
inflation |
static double |
irrGuessHigh |
static double |
irrGuessLow |
static double |
PACKAGING_COST_PER_FISH |
static int |
startYear |
static int |
WEIGHT_PER_FISH |
static double |
yr1Cns |
static double |
yr2Cns |
| 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) |
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) |
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 inflation
public static final double discountRate
public static final double yr1Cns
public static final double yr2Cns
public static final double irrGuessLow
public static final double irrGuessHigh
public static final double PACKAGING_COST_PER_FISH
public static final int WEIGHT_PER_FISH
public static void main(String[] args)
public void setUpProductionParameters(Model model, ModelInput input)
public void setUpEOL(Model model)
public void calculateShoppingList(Model model)
public void calculateItemCost(Model model, ModelInput input)
public void calculateShoppingCost(Model model)
public void calcuateDepreciatedShoppingCost(Model model)
public void calculateOACost(Model model)
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 Economics calculate(ModelInput input)
public static void printValues(Values values)
Copyright © 2016. All Rights Reserved.