public class ParametersAnalyzer extends AbstractAnalyzer
SeParameter instances. We try to prove that :
| Constructor and Description |
|---|
ParametersAnalyzer() |
| Modifier and Type | Method and Description |
|---|---|
void |
analyzeParameters(SymbolizerNode sn)
Analyses the given
SymbolizerNode instance. |
String |
getStatus()
Get a String text explaining the status of the currently analyzed SymbolizerNode.
|
UsedAnalysis |
getUsedAnalysis()
Gets the compilation of all the analysis that have been made in the
last analyzed SymbolizerNode.
|
boolean |
isAnalysisLight()
Returns true if and only if the found analysis does not contain other
ones as parameter.
|
boolean |
isAnalysisUnique()
Returns true if and only if there is only one type of analysis
referenced in the inner
UsedAnalysis. |
boolean |
isFieldUnique()
Returns true if and only if there is only one needed field for all
the referenced analysis.
|
getLegend, setLegendpublic void analyzeParameters(SymbolizerNode sn)
SymbolizerNode instance. It will get its
UsedAnalysis and set of needed fields so that we can
determine if :
sn - public boolean isAnalysisUnique()
UsedAnalysis.public boolean isAnalysisLight()
public boolean isFieldUnique()
public UsedAnalysis getUsedAnalysis()
public String getStatus()
Copyright © 2015 IRSTV CNRS-FR-2488. All Rights Reserved.