| Package | Description |
|---|---|
| gr.cite.bluebridge.analytics.model |
| Modifier and Type | Method and Description |
|---|---|
Fish |
Revenue.YearEntry.getFish() |
Fish |
ProductMix.YearEntry.getFish() |
Fish |
ProductPrice.YearEntry.getFish() |
| Modifier and Type | Method and Description |
|---|---|
List<Fish> |
ModelInput.getFishes() |
Map<Integer,Map<Fish,Revenue.YearEntry>> |
Revenue.getYearEntries() |
Map<Integer,Map<Fish,ProductMix.YearEntry>> |
ProductMix.getYearEntries() |
Map<Integer,Map<Fish,ProductPrice.YearEntry>> |
ProductPrice.getYearEntries() |
| Modifier and Type | Method and Description |
|---|---|
void |
Revenue.YearEntry.setFish(Fish fish) |
void |
ProductMix.YearEntry.setFish(Fish fish) |
void |
ProductPrice.YearEntry.setFish(Fish fish) |
| Modifier and Type | Method and Description |
|---|---|
void |
Revenue.InitYearEntries(int startYear,
int endYear,
List<Fish> fishes) |
void |
ProductMix.InitYearEntries(int startYear,
int endYear,
List<Fish> fishes) |
void |
ProductPrice.InitYearEntries(int startYear,
int endYear,
List<Fish> fishes) |
void |
Model.InitYearEntries(int startYear,
int endYear,
List<Fish> fishes) |
void |
ModelInput.setFishes(List<Fish> fishes) |
void |
ProductMix.setYearEntries(Map<Integer,Map<Fish,ProductMix.YearEntry>> yearEntries) |
void |
ProductPrice.setYearEntries(Map<Integer,Map<Fish,ProductPrice.YearEntry>> yearEntries) |
void |
Revenue.setYearEntries(Map<Integer,Map<Fish,Revenue.YearEntry>> yearEntries) |
Copyright © 2016. All Rights Reserved.