|
void | initIndicator () |
|
void | prepareIndicator () |
|
void | generateSiblings () |
|
String | getRoot () |
|
List< IndicatorVariable > | getVariables () |
|
List< IndicatorVariable > | getAllVariables () |
|
IndicatorVariable | getVariable (String name) |
|
boolean | itsMine (String root) |
|
boolean | itsMine (IndicatorVariable variable) |
|
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 preprocessor, String entityRoot, String relatedRoot) |
|
Stream< String > | getEntityPaths (String entityRoot) |
|
Stream< GenericSiblings > | getSiblingPaths (String entityPath) |
|
◆ generateSiblings()
void org.turro.indicator.IElephantIndicator.generateSiblings |
( |
| ) |
|
◆ getAllMatchingVariables()
List<IndicatorVariable> org.turro.indicator.IElephantIndicator.getAllMatchingVariables |
( |
String |
root | ) |
|
◆ getAllRankingVariables()
List<IndicatorVariable> org.turro.indicator.IElephantIndicator.getAllRankingVariables |
( |
String |
root | ) |
|
◆ getAllVariables()
◆ getEntityPaths()
Stream<String> org.turro.indicator.IElephantIndicator.getEntityPaths |
( |
String |
entityRoot | ) |
|
◆ getRoot()
String org.turro.indicator.IElephantIndicator.getRoot |
( |
| ) |
|
◆ getSiblingPaths()
Stream<GenericSiblings> org.turro.indicator.IElephantIndicator.getSiblingPaths |
( |
String |
entityPath | ) |
|
◆ getValue() [1/2]
double org.turro.indicator.IElephantIndicator.getValue |
( |
IndicatorVariable |
variable, |
|
|
Object |
entity |
|
) |
| |
◆ getValue() [2/2]
double org.turro.indicator.IElephantIndicator.getValue |
( |
IndicatorVariable |
variable, |
|
|
Object |
entity, |
|
|
String |
relatedPath |
|
) |
| |
◆ getVariable()
◆ getVariables()
◆ initIndicator()
void org.turro.indicator.IElephantIndicator.initIndicator |
( |
| ) |
|
◆ itsMine() [1/2]
◆ itsMine() [2/2]
boolean org.turro.indicator.IElephantIndicator.itsMine |
( |
String |
root | ) |
|
◆ postprocess()
void org.turro.indicator.IElephantIndicator.postprocess |
( |
IndicatorVariable |
variable, |
|
|
IPreprocessor |
preprocessor, |
|
|
String |
entityRoot, |
|
|
String |
relatedRoot |
|
) |
| |
◆ prepareIndicator()
void org.turro.indicator.IElephantIndicator.prepareIndicator |
( |
| ) |
|
◆ preprocess()
void org.turro.indicator.IElephantIndicator.preprocess |
( |
IndicatorVariable |
variable, |
|
|
IPreprocessor |
preprocessor, |
|
|
String |
entityRoot, |
|
|
String |
relatedRoot |
|
) |
| |
◆ readIndicator()
IndicatorResult org.turro.indicator.IElephantIndicator.readIndicator |
( |
String |
storeClass, |
|
|
String |
indicator |
|
) |
| |
The documentation for this interface was generated from the following file: