public interface LayerReducerDecorator
| Modifier and Type | Method and Description |
|---|---|
HashMap<String,String> |
computeSoil(Map<String,String> currentSoil,
Map<String,String> previousSoil)
Returns the new soil layer filled with parameters coming from layers set as input parameters
|
boolean |
shouldAggregateSoils(HashMap<String,String> currentSoil,
HashMap<String,String> previousSoil)
Returns true if the both soil layers should be merge into a single one
|
boolean shouldAggregateSoils(HashMap<String,String> currentSoil, HashMap<String,String> previousSoil)
currentSoil - The current soil layer (n)previousSoil - The previous soil layer (n - 1)HashMap<String,String> computeSoil(Map<String,String> currentSoil, Map<String,String> previousSoil)
currentSoil - The current soil layer (n)previousSoil - The previous soil layer (n - 1)Copyright © 2014. All Rights Reserved.