Public Member Functions | |
void | startProcess () |
void | startProcessFor (Object entity) |
void | process (Stream< T > stream, List< IndicatorVariable > variables) |
void | processFor (T entity, List< IndicatorVariable > variables) |
Object | createInstance () |
void | poolInstance (Object value) |
void | finishPreprocessor () |
String | tableName () |
Public Member Functions inherited from org.turro.action.IProcess< T > | |
boolean | itsMine (Object entity) |
Protected Member Functions | |
void | start () |
void | end () |
void | truncate () |
List< String > | getSelectedPaths () |
IMatching | process (T entity, String relatedPath, IndicatorVariable variable) |
void | prepareProcess (List< IndicatorVariable > variables) |
void | postProcess (List< IndicatorVariable > variables) |
void | prepareEntity (T entity) |
double | calculate (MatchingSet set) |
IMatching | createMatchingInstance (String entityPath, String relatedPath, IndicatorVariable variable) |
abstract Stream< T > | getEntityStream () |
abstract IMatching | createMatchingInstance () |
abstract Class | instanceClass () |
abstract String | indicatorsRoot () |
abstract String | entitiesRoot () |
abstract String | relatedRoot () |
abstract Dao | createDao () |
Dao | getDao () |
Definition at line 41 of file ProcessMatching.java.
|
protected |
Definition at line 146 of file ProcessMatching.java.
|
abstractprotected |
Object org.turro.matching.ProcessMatching< T >.createInstance | ( | ) |
Implements org.turro.indicator.IPreprocessor.
Definition at line 226 of file ProcessMatching.java.
|
abstractprotected |
|
protected |
|
protected |
|
abstractprotected |
void org.turro.matching.ProcessMatching< T >.finishPreprocessor | ( | ) |
Implements org.turro.indicator.IPreprocessor.
Definition at line 236 of file ProcessMatching.java.
|
protected |
Definition at line 249 of file ProcessMatching.java.
|
abstractprotected |
|
protected |
|
abstractprotected |
|
abstractprotected |
void org.turro.matching.ProcessMatching< T >.poolInstance | ( | Object | value | ) |
Implements org.turro.indicator.IPreprocessor.
Definition at line 231 of file ProcessMatching.java.
|
protected |
Definition at line 137 of file ProcessMatching.java.
|
protected |
|
protected |
void org.turro.matching.ProcessMatching< T >.process | ( | Stream< T > | stream, |
List< IndicatorVariable > | variables | ||
) |
Definition at line 82 of file ProcessMatching.java.
|
protected |
void org.turro.matching.ProcessMatching< T >.processFor | ( | T | entity, |
List< IndicatorVariable > | variables | ||
) |
Definition at line 88 of file ProcessMatching.java.
|
abstractprotected |
|
protected |
void org.turro.matching.ProcessMatching< T >.startProcess | ( | ) |
Implements org.turro.action.IProcess< T >.
Definition at line 44 of file ProcessMatching.java.
void org.turro.matching.ProcessMatching< T >.startProcessFor | ( | Object | entity | ) |
Implements org.turro.action.IProcess< T >.
Definition at line 72 of file ProcessMatching.java.
String org.turro.matching.ProcessMatching< T >.tableName | ( | ) |
Implements org.turro.indicator.IPreprocessor.
Definition at line 241 of file ProcessMatching.java.
|
protected |
Definition at line 104 of file ProcessMatching.java.