BrightSide Workbench Full Report + Source Code
org.turro.indicator.IPreprocessor Interface Reference
Inheritance diagram for org.turro.indicator.IPreprocessor:

Public Member Functions

String tableName ()
 
Object createInstance ()
 
void poolInstance (Object value)
 
void finishPreprocessor ()
 

Detailed Description

Author
Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g

Definition at line 24 of file IPreprocessor.java.

Member Function Documentation

◆ createInstance()

Object org.turro.indicator.IPreprocessor.createInstance ( )

Implemented in org.turro.ranking.ProcessRanking< T >, and org.turro.matching.ProcessMatching< T >.

Here is the caller graph for this function:

◆ finishPreprocessor()

void org.turro.indicator.IPreprocessor.finishPreprocessor ( )

Implemented in org.turro.ranking.ProcessRanking< T >, and org.turro.matching.ProcessMatching< T >.

Here is the caller graph for this function:

◆ poolInstance()

void org.turro.indicator.IPreprocessor.poolInstance ( Object  value)

Implemented in org.turro.ranking.ProcessRanking< T >, and org.turro.matching.ProcessMatching< T >.

Here is the caller graph for this function:

◆ tableName()

String org.turro.indicator.IPreprocessor.tableName ( )

Implemented in org.turro.ranking.ProcessRanking< T >, and org.turro.matching.ProcessMatching< T >.

Here is the caller graph for this function:

The documentation for this interface was generated from the following file: