public class EnvelopeGeneratorInterface
extends java.lang.Object
| Constructor and Description |
|---|
EnvelopeGeneratorInterface(EnvelopeModel model,
java.lang.String configPath)
initializes the calculator
|
| Modifier and Type | Method and Description |
|---|---|
double |
getStatus()
gets the status in percentage of the current calculation
|
Hspen |
reCalculateEnvelope(EngineConfiguration configuration,
Hspen previousHspen)
recalculates the Hspen given a previous Hspen and a database configuration, for a single species it needs the configuration to specify the occurrencecells and hcaf tables;
|
java.util.List<Hspen> |
reCalculateEnvelope(EngineConfiguration configuration,
java.util.List<Hspen> previousHspenList)
recalculates the hspen for the given hspen list, according to a database configuration
|
Hspen |
reCalculateEnvelope(Hspen previousHspen,
OccurrencePointSets occPointLists)
recalculates the hspen for the given set of values, based on a previous hspen
|
public EnvelopeGeneratorInterface(EnvelopeModel model, java.lang.String configPath)
model - configPath - public double getStatus()
public Hspen reCalculateEnvelope(EngineConfiguration configuration, Hspen previousHspen)
configuration - species - previousHspen - public java.util.List<Hspen> reCalculateEnvelope(EngineConfiguration configuration, java.util.List<Hspen> previousHspenList)
configuration - previousHspenList - public Hspen reCalculateEnvelope(Hspen previousHspen, OccurrencePointSets occPointLists)
previousHspen - occPointLists -