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
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.hotrod.torcs.QueryExecutionObserver
QueryExecutionObserver.ResetObserver
-
-
Constructor Summary
Constructors Constructor Description HighestResponseTimeRanking()HighestResponseTimeRanking(int size)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply(QueryExecution execution)voidexecuteReset()List<RankingEntry>getEntries()StringgetTitle()voidsetSize(int size)-
Methods inherited from class org.hotrod.torcs.rankings.Ranking
saveAsXLSX, saveAsXLSX
-
Methods inherited from class org.hotrod.torcs.QueryExecutionObserver
activate, deactivate, getLastReset, isActive, reset, setResetObserver
-
-
-
-
Method Detail
-
setSize
public void setSize(int size)
-
getTitle
public String getTitle()
- Specified by:
getTitlein classQueryExecutionObserver
-
executeReset
public void executeReset()
- Specified by:
executeResetin classQueryExecutionObserver
-
apply
public void apply(QueryExecution execution)
- Specified by:
applyin classQueryExecutionObserver
-
getEntries
public List<RankingEntry> getEntries()
- Specified by:
getEntriesin classRanking
-
-