

Public Member Functions | |
| GenericIndicator () | |
| Stream< GenericSiblings > | getSiblingPaths (String entityPath) |
| Stream< String > | getEntityPaths (String entityRoot) |
Public Member Functions inherited from org.turro.indicator.AbstractIndicator | |
| void | initIndicator () |
| void | prepareIndicator () |
| void | generateSiblings () |
| 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) |
| 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) |
| 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 38 of file GenericIndicator.java.
| org.turro.indicator.GenericIndicator.GenericIndicator | ( | ) |
Definition at line 40 of file GenericIndicator.java.
|
protected |
Reimplemented from org.turro.indicator.AbstractIndicator.
Definition at line 55 of file GenericIndicator.java.

| Stream<String> org.turro.indicator.GenericIndicator.getEntityPaths | ( | String | entityRoot | ) |
Reimplemented from org.turro.indicator.AbstractIndicator.
Definition at line 143 of file GenericIndicator.java.

| Stream<GenericSiblings> org.turro.indicator.GenericIndicator.getSiblingPaths | ( | String | entityPath | ) |
Reimplemented from org.turro.indicator.AbstractIndicator.
Definition at line 128 of file GenericIndicator.java.

|
protected |
Reimplemented from org.turro.indicator.AbstractIndicator.
Definition at line 51 of file GenericIndicator.java.
|
protected |
Reimplemented from org.turro.indicator.AbstractIndicator.
Definition at line 45 of file GenericIndicator.java.

|
protected |
Reimplemented from org.turro.indicator.AbstractIndicator.
Definition at line 91 of file GenericIndicator.java.

|
protected |
Reimplemented from org.turro.indicator.AbstractIndicator.
Definition at line 60 of file GenericIndicator.java.
