Uses of Class
org.gcube.application.aquamaps.ecomodelling.generators.connectors.Hcaf

Packages that use Hcaf
org.gcube.application.aquamaps.ecomodelling.generators.connectors   
 

Uses of Hcaf in org.gcube.application.aquamaps.ecomodelling.generators.connectors
 

Methods in org.gcube.application.aquamaps.ecomodelling.generators.connectors with parameters of type Hcaf
 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
 

Method parameters in org.gcube.application.aquamaps.ecomodelling.generators.connectors with type arguments of type Hcaf
 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.