Package org.hotrod.torcs.rankings
Class HighestResponseTimeRanking
- java.lang.Object
-
- org.hotrod.torcs.QueryExecutionObserver
-
- org.hotrod.torcs.rankings.Ranking
-
- org.hotrod.torcs.rankings.HighestResponseTimeRanking
-
public class HighestResponseTimeRanking extends Ranking
-
-
Constructor Summary
Constructors Constructor Description HighestResponseTimeRanking()HighestResponseTimeRanking(int size)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidapply(QueryExecution execution)List<RankingEntry>getEntries()List<RankingEntry>getRanking()Deprecated.StringgetTitle()voidreset()voidsetSize(int size)-
Methods inherited from class org.hotrod.torcs.rankings.Ranking
saveAsXLSX, saveAsXLSX
-
Methods inherited from class org.hotrod.torcs.QueryExecutionObserver
activate, deactivate, isActive
-
-
-
-
Method Detail
-
setSize
public void setSize(int size)
-
getTitle
public String getTitle()
- Specified by:
getTitlein classQueryExecutionObserver
-
reset
public void reset()
- Specified by:
resetin classQueryExecutionObserver
-
apply
public void apply(QueryExecution execution)
- Specified by:
applyin classQueryExecutionObserver
-
getEntries
public List<RankingEntry> getEntries()
- Specified by:
getEntriesin classRanking
-
getRanking
@Deprecated public List<RankingEntry> getRanking()
Deprecated.Description copied from class:RankingUse getEntries() instead- Specified by:
getRankingin classRanking
-
-