Package org.hotrod.torcs.rankings
Class Ranking
- java.lang.Object
-
- org.hotrod.torcs.QueryExecutionObserver
-
- org.hotrod.torcs.rankings.Ranking
-
- Direct Known Subclasses:
HighestResponseTimeRanking,InitialQueriesRanking,LatestQueriesRanking
public abstract class Ranking extends QueryExecutionObserver
-
-
Constructor Summary
Constructors Constructor Description Ranking()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Deprecated Methods Modifier and Type Method Description abstract Collection<RankingEntry>getEntries()abstract Collection<RankingEntry>getRanking()Deprecated.voidsaveAsXLSX(File file)voidsaveAsXLSX(OutputStream os)-
Methods inherited from class org.hotrod.torcs.QueryExecutionObserver
activate, apply, deactivate, getTitle, isActive, reset
-
-
-
-
Method Detail
-
getEntries
public abstract Collection<RankingEntry> getEntries()
-
getRanking
@Deprecated public abstract Collection<RankingEntry> getRanking()
Deprecated.Use getEntries() instead
-
saveAsXLSX
public void saveAsXLSX(File file) throws IOException
- Throws:
IOException
-
saveAsXLSX
public void saveAsXLSX(OutputStream os) throws IOException
- Throws:
IOException
-
-