

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 () |
| IRanking | process (T entity, IndicatorVariable variable) |
| void | prepareProcess (List< IndicatorVariable > variables) |
| void | postProcess (List< IndicatorVariable > variables) |
| void | prepareEntity (T entity) |
| double | calculate (RankingSet set) |
| IRanking | createRankingInstance (String entityPath, IndicatorVariable variable) |
| abstract Stream< T > | getEntityStream () |
| abstract IRanking | createRankingInstance () |
| abstract Class | instanceClass () |
| abstract String | indicatorsRoot () |
| abstract String | entitiesRoot () |
| abstract Dao | createDao () |
| Dao | getDao () |
Definition at line 41 of file ProcessRanking.java.
|
protected |
Definition at line 136 of file ProcessRanking.java.

|
abstractprotected |

| Object org.turro.ranking.ProcessRanking< T >.createInstance | ( | ) |
Implements org.turro.indicator.IPreprocessor.
Definition at line 208 of file ProcessRanking.java.

|
abstractprotected |

|
protected |
|
protected |
|
abstractprotected |

| void org.turro.ranking.ProcessRanking< T >.finishPreprocessor | ( | ) |
Implements org.turro.indicator.IPreprocessor.
Definition at line 218 of file ProcessRanking.java.

|
protected |
Definition at line 231 of file ProcessRanking.java.


|
abstractprotected |

|
abstractprotected |

|
abstractprotected |

| void org.turro.ranking.ProcessRanking< T >.poolInstance | ( | Object | value | ) |
Implements org.turro.indicator.IPreprocessor.
Definition at line 213 of file ProcessRanking.java.

|
protected |
Definition at line 127 of file ProcessRanking.java.


|
protected |
|
protected |
| void org.turro.ranking.ProcessRanking< T >.process | ( | Stream< T > | stream, |
| List< IndicatorVariable > | variables | ||
| ) |
Definition at line 82 of file ProcessRanking.java.


|
protected |
| void org.turro.ranking.ProcessRanking< T >.processFor | ( | T | entity, |
| List< IndicatorVariable > | variables | ||
| ) |
Definition at line 93 of file ProcessRanking.java.


|
protected |
| void org.turro.ranking.ProcessRanking< T >.startProcess | ( | ) |
Implements org.turro.action.IProcess< T >.
Definition at line 44 of file ProcessRanking.java.

| void org.turro.ranking.ProcessRanking< T >.startProcessFor | ( | Object | entity | ) |
Implements org.turro.action.IProcess< T >.
Definition at line 72 of file ProcessRanking.java.

| String org.turro.ranking.ProcessRanking< T >.tableName | ( | ) |
Implements org.turro.indicator.IPreprocessor.
Definition at line 223 of file ProcessRanking.java.

|
protected |
Definition at line 105 of file ProcessRanking.java.

