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

Public Member Functions

String getEntityPath ()
 
void setEntityPath (String entityPath)
 
String getConcept ()
 
void setConcept (String concept)
 
double getRanking ()
 
void setRanking (double value)
 

Detailed Description

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

Definition at line 24 of file IRanking.java.

Member Function Documentation

◆ getConcept()

String org.turro.ranking.IRanking.getConcept ( )

Implemented in org.turro.ranking.GenericRanking, and org.turro.ranking.RankingEntity.

Here is the caller graph for this function:

◆ getEntityPath()

String org.turro.ranking.IRanking.getEntityPath ( )

◆ getRanking()

double org.turro.ranking.IRanking.getRanking ( )

Implemented in org.turro.ranking.GenericRanking, and org.turro.ranking.RankingEntity.

Here is the caller graph for this function:

◆ setConcept()

void org.turro.ranking.IRanking.setConcept ( String  concept)

Implemented in org.turro.ranking.GenericRanking, and org.turro.ranking.RankingEntity.

Here is the caller graph for this function:

◆ setEntityPath()

void org.turro.ranking.IRanking.setEntityPath ( String  entityPath)

Implemented in org.turro.ranking.GenericRanking, and org.turro.ranking.RankingEntity.

Here is the caller graph for this function:

◆ setRanking()

void org.turro.ranking.IRanking.setRanking ( double  value)

Implemented in org.turro.ranking.GenericRanking, and org.turro.ranking.RankingEntity.

Here is the caller graph for this function:

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