Package bosco :: Module ranking :: Class RankableItem
[hide private]
[frames] | no frames]

Class RankableItem

source code

Defines the interface for all rankable items (currently Runner, Team, Run). This interfaces specifies the methods to access information about the RankableItem like name and score (time, points, ...) in an independent way. This is ensures that RankingFormatters don't need information about the objects in the ranking.

Instance Methods [hide private]
 
start(self) source code
 
finish(self) source code
 
_get_complete(self) source code
 
complete(self) source code
 
__str__(self) source code