

Public Member Functions | |
| ContactIndicator () | |
| void | generateSiblings () |
| double | getValue (IndicatorVariable variable, Object entity) |
| double | getValue (IndicatorVariable variable, Object entity, String relatedPath) |
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) |
| 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) |
| void | postprocessRankingVariable (Dao dao, IPreprocessor preprocessor, IndicatorVariable variable, String entityRoot) |
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 | 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 49 of file ContactIndicator.java.
| org.turro.indicator.ContactIndicator.ContactIndicator | ( | ) |
Definition at line 51 of file ContactIndicator.java.
|
protected |
Reimplemented from org.turro.indicator.AbstractIndicator.
Definition at line 110 of file ContactIndicator.java.

| void org.turro.indicator.ContactIndicator.generateSiblings | ( | ) |
Reimplemented from org.turro.indicator.AbstractIndicator.
Definition at line 82 of file ContactIndicator.java.

| double org.turro.indicator.ContactIndicator.getValue | ( | IndicatorVariable | variable, |
| Object | entity | ||
| ) |
Reimplemented from org.turro.indicator.AbstractIndicator.
Definition at line 115 of file ContactIndicator.java.

| double org.turro.indicator.ContactIndicator.getValue | ( | IndicatorVariable | variable, |
| Object | entity, | ||
| String | relatedPath | ||
| ) |
Reimplemented from org.turro.indicator.AbstractIndicator.
Definition at line 127 of file ContactIndicator.java.

|
protected |
Reimplemented from org.turro.indicator.AbstractIndicator.
Definition at line 63 of file ContactIndicator.java.

|
protected |
Reimplemented from org.turro.indicator.AbstractIndicator.
Definition at line 56 of file ContactIndicator.java.

|
protected |
Reimplemented from org.turro.indicator.AbstractIndicator.
Definition at line 193 of file ContactIndicator.java.

|
protected |
Reimplemented from org.turro.indicator.AbstractIndicator.
Definition at line 174 of file ContactIndicator.java.

|
protected |
Reimplemented from org.turro.indicator.AbstractIndicator.
Definition at line 148 of file ContactIndicator.java.
