public class Consumption extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Consumption.Daily |
static class |
Consumption.Monthly |
| Constructor and Description |
|---|
Consumption() |
| Modifier and Type | Method and Description |
|---|---|
List<Consumption.Daily> |
getDaily() |
Map<Integer,Integer> |
getFeedNeedPerMonth() |
Map<Integer,Double> |
getFeedNeedPerMonth1() |
List<Consumption.Monthly> |
getMonthly() |
int |
getTotalBiomassPerGeneration() |
void |
setDaily(List<Consumption.Daily> daily) |
void |
setMonthly(List<Consumption.Monthly> monthly) |
public int getTotalBiomassPerGeneration()
public List<Consumption.Monthly> getMonthly()
public void setMonthly(List<Consumption.Monthly> monthly)
public List<Consumption.Daily> getDaily()
public void setDaily(List<Consumption.Daily> daily)
Copyright © 2017. All Rights Reserved.