public class ModelInput extends Object
| Constructor and Description |
|---|
ModelInput() |
| Modifier and Type | Method and Description |
|---|---|
Consumption |
getConsumption() |
Map<Integer,Integer> |
getFeedNeedPerMonth() |
double |
getFeedPrice() |
List<Fish> |
getFishes() |
double |
getFryPrice() |
Map<Integer,FryGeneration> |
getGenerationsPerYear() |
double |
getSellingPrice() |
double |
getTaxRate() |
boolean |
isOffShoreAquaFarm() |
void |
setConsumption(Consumption consumption) |
void |
setFeedPrice(double feedPrice) |
void |
setFishes(List<Fish> fishes) |
void |
setFryPrice(double fryPrice) |
void |
setGenerationsPerYear(Map<Integer,FryGeneration> generationsPerYear) |
void |
setOffShoreAquaFarm(boolean isOffShoreAquaFarm) |
void |
setSellingPrice(double sellingPrice) |
void |
setTaxRate(double taxRate) |
public double getTaxRate()
public void setTaxRate(double taxRate)
public double getFeedPrice()
public void setFeedPrice(double feedPrice)
public double getFryPrice()
public void setFryPrice(double fryPrice)
public double getSellingPrice()
public void setSellingPrice(double sellingPrice)
public boolean isOffShoreAquaFarm()
public void setOffShoreAquaFarm(boolean isOffShoreAquaFarm)
public Consumption getConsumption()
public void setConsumption(Consumption consumption)
public Map<Integer,FryGeneration> getGenerationsPerYear()
public void setGenerationsPerYear(Map<Integer,FryGeneration> generationsPerYear)
Copyright © 2016. All Rights Reserved.