Public Member Functions | |
DossierIndicator () | |
void | generateSiblings () |
double | getValue (IndicatorVariable variable, Object entity) |
Public Member Functions inherited from org.turro.indicator.AbstractIndicator | |
void | initIndicator () |
void | prepareIndicator () |
String | getRoot () |
List< IndicatorVariable > | getVariables () |
List< IndicatorVariable > | getAllVariables () |
IndicatorVariable | getVariable (String name) |
List< IndicatorVariable > | getAllRankingVariables (String root) |
List< IndicatorVariable > | getAllMatchingVariables (String root) |
double | getValue (IndicatorVariable variable, Object entity, String relatedPath) |
IndicatorResult | readIndicator (String storeClass, String indicator) |
void | preprocess (IndicatorVariable variable, IPreprocessor preprocessor, String entityRoot, String relatedRoot) |
void | postprocess (IndicatorVariable variable, IPreprocessor postprocessor, String entityRoot, String relatedRoot) |
Stream< String > | getEntityPaths (String root) |
Stream< GenericSiblings > | getSiblingPaths (String entityPath) |
Dao | getDao () |
boolean | itsMine (String root) |
boolean | itsMine (IndicatorVariable variable) |
Protected Member Functions | |
void | initVariables () |
void | initExternalVariables () |
Dao | createDao () |
void | processRankingVariable (Dao dao, IPreprocessor preprocessor, IndicatorVariable variable, String entityRoot) |
void | processMatchingVariable (Dao dao, IPreprocessor preprocessor, IndicatorVariable variable, String entityRoot, String relatedRoot) |
Protected Member Functions inherited from org.turro.indicator.AbstractIndicator | |
void | addVariable (String name, VariableType type) |
void | addVariable (String name, VariableType type, boolean reversed) |
void | addVariable (String name, VariableType type, String avoid) |
void | addVariable (String name, boolean preprocess, VariableType type) |
void | addVariable (String name, boolean preprocess, VariableType type, boolean reversed) |
void | addVariable (String name, boolean preprocess, VariableType type, String avoid) |
void | addExternalVariable (String root, String name) |
String | getPath (Object entity) |
void | postprocessRankingVariable (Dao dao, IPreprocessor postprocessor, IndicatorVariable variable, String entityRoot) |
void | postprocessMatchingVariable (Dao dao, IPreprocessor postprocessor, IndicatorVariable variable, String entityRoot, String relatedRoot) |
Additional Inherited Members | |
Protected Attributes inherited from org.turro.indicator.AbstractIndicator | |
List< IndicatorVariable > | variables = new ArrayList<>() |
String | root |
Definition at line 45 of file DossierIndicator.java.
org.turro.indicator.DossierIndicator.DossierIndicator | ( | ) |
Definition at line 47 of file DossierIndicator.java.
|
protected |
Reimplemented from org.turro.indicator.AbstractIndicator.
Definition at line 92 of file DossierIndicator.java.
void org.turro.indicator.DossierIndicator.generateSiblings | ( | ) |
Reimplemented from org.turro.indicator.AbstractIndicator.
Definition at line 83 of file DossierIndicator.java.
double org.turro.indicator.DossierIndicator.getValue | ( | IndicatorVariable | variable, |
Object | entity | ||
) |
Reimplemented from org.turro.indicator.AbstractIndicator.
Definition at line 97 of file DossierIndicator.java.
|
protected |
Reimplemented from org.turro.indicator.AbstractIndicator.
Definition at line 69 of file DossierIndicator.java.
|
protected |
Reimplemented from org.turro.indicator.AbstractIndicator.
Definition at line 52 of file DossierIndicator.java.
|
protected |
Reimplemented from org.turro.indicator.AbstractIndicator.
Definition at line 222 of file DossierIndicator.java.
|
protected |
Reimplemented from org.turro.indicator.AbstractIndicator.
Definition at line 113 of file DossierIndicator.java.