Package | Description |
---|---|
org.gcube.application.aquamaps.ecomodelling.generators.connectors |
Modifier and Type | Method and Description |
---|---|
double |
DistributionGeneratorInterface.computeProbability(Hcaf hcaf,
Hspen hspen)
computes the punctual probability according to the model
|
BoundingBoxInformation |
DistributionGeneratorInterface.getBoudingBox(Hcaf hcaf,
Hspen hspen,
boolean gen2050)
gets the bounding box information according to the model
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Hspec> |
DistributionGeneratorInterface.compute(java.util.List<Hcaf> hcaflist,
Hspen hspen)
computes the list of Hspec for the couples
(species,hcaf1), (species,hcaf2), ...
|
java.util.HashMap<java.lang.String,java.util.List<Hspec>> |
DistributionGeneratorInterface.compute(java.util.List<Hcaf> hcaflist,
java.util.List<Hspen> hspenlist)
sequentially computes the overall hspec for the species along the cells
the output map uses speciesID as key.
|