18 package org.turro.indicator;
20 import java.util.List;
21 import java.util.stream.Stream;
22 import org.turro.matching.GenericSiblings;
IndicatorVariable getVariable(String name)
List< IndicatorVariable > getAllRankingVariables(String root)
List< IndicatorVariable > getAllMatchingVariables(String root)
boolean itsMine(IndicatorVariable variable)
void postprocess(IndicatorVariable variable, IPreprocessor preprocessor, String entityRoot, String relatedRoot)
List< IndicatorVariable > getVariables()
double getValue(IndicatorVariable variable, Object entity, String relatedPath)
Stream< String > getEntityPaths(String entityRoot)
List< IndicatorVariable > getAllVariables()
void preprocess(IndicatorVariable variable, IPreprocessor preprocessor, String entityRoot, String relatedRoot)
double getValue(IndicatorVariable variable, Object entity)
Stream< GenericSiblings > getSiblingPaths(String entityPath)
IndicatorResult readIndicator(String storeClass, String indicator)
boolean itsMine(String root)