Betty v1.1.0

Uses of Class
christophedelory.betty.model.rank.PlayerRank

Packages that use PlayerRank
christophedelory.betty.model.rank The rank processing models
 

Uses of PlayerRank in christophedelory.betty.model.rank
 

Methods in christophedelory.betty.model.rank that return PlayerRank
static PlayerRank PlayerRank.getPlayerRank(List<PlayerRank> playerRanks, LocalPlayer dbPlayer)
          Returns the player rank instance from the list that corresponds to the specified player.
 

Methods in christophedelory.betty.model.rank that return types with arguments of type PlayerRank
protected  List<PlayerRank> AbstractLocalRankProcessor.buildSpecificPlayerRanks(LocalPhase dbPhase, Collection<LocalEvent> dbEvents, List<PlayerRank> playerRanks)
          Builds a new list of player ranks based only on the input list of players, in the specified phase.
 List<PlayerRank> RankModel.processPhasePlayerRanks(LocalPhase dbPhase, Collection<LocalEvent> dbEvents)
          Processes all player ranks in the specified phase.
 List<PlayerRank> DefaultRankModel.processPhasePlayerRanks(LocalPhase dbPhase, Collection<LocalEvent> dbEvents)
           
 

Methods in christophedelory.betty.model.rank with parameters of type PlayerRank
 int RankComparator.compare(PlayerRank o1, PlayerRank o2)
           
 int LocalLowestResultRankProcessor.compare(PlayerRank o1, PlayerRank o2)
           
 int LocalHighestScoreRankProcessor.compare(PlayerRank o1, PlayerRank o2)
           
 int LocalHighestResultRankProcessor.compare(PlayerRank o1, PlayerRank o2)
           
 int LocalHighestResultDifferenceRankProcessor.compare(PlayerRank o1, PlayerRank o2)
           
 int GeneralLowestResultRankProcessor.compare(PlayerRank o1, PlayerRank o2)
           
 int GeneralHighestScoreRankProcessor.compare(PlayerRank o1, PlayerRank o2)
           
 int GeneralHighestResultRankProcessor.compare(PlayerRank o1, PlayerRank o2)
           
 int GeneralHighestResultDifferenceRankProcessor.compare(PlayerRank o1, PlayerRank o2)
           
 

Method parameters in christophedelory.betty.model.rank with type arguments of type PlayerRank
protected  List<PlayerRank> AbstractLocalRankProcessor.buildSpecificPlayerRanks(LocalPhase dbPhase, Collection<LocalEvent> dbEvents, List<PlayerRank> playerRanks)
          Builds a new list of player ranks based only on the input list of players, in the specified phase.
static PlayerRank PlayerRank.getPlayerRank(List<PlayerRank> playerRanks, LocalPlayer dbPlayer)
          Returns the player rank instance from the list that corresponds to the specified player.
 void RankProcessor.processPhasePlayerRanks(LocalPhase dbPhase, Collection<LocalEvent> dbEvents, int initialRank, List<PlayerRank> playerRanksToBeResolved)
          In the scope of the specified phase, assigns the ranks to the list of players, starting at initialRank.
 void LocalLowestResultRankProcessor.processPhasePlayerRanks(LocalPhase dbPhase, Collection<LocalEvent> dbEvents, int initialRank, List<PlayerRank> playerRanksToBeResolved)
           
 void LocalHighestScoreRankProcessor.processPhasePlayerRanks(LocalPhase dbPhase, Collection<LocalEvent> dbEvents, int initialRank, List<PlayerRank> playerRanksToBeResolved)
           
 void LocalHighestResultRankProcessor.processPhasePlayerRanks(LocalPhase dbPhase, Collection<LocalEvent> dbEvents, int initialRank, List<PlayerRank> playerRanksToBeResolved)
           
 void LocalHighestResultDifferenceRankProcessor.processPhasePlayerRanks(LocalPhase dbPhase, Collection<LocalEvent> dbEvents, int initialRank, List<PlayerRank> playerRanksToBeResolved)
           
 void GeneralLowestResultRankProcessor.processPhasePlayerRanks(LocalPhase dbPhase, Collection<LocalEvent> dbEvents, int initialRank, List<PlayerRank> playerRanksToBeResolved)
           
 void GeneralHighestScoreRankProcessor.processPhasePlayerRanks(LocalPhase dbPhase, Collection<LocalEvent> dbEvents, int initialRank, List<PlayerRank> playerRanksToBeResolved)
           
 void GeneralHighestResultRankProcessor.processPhasePlayerRanks(LocalPhase dbPhase, Collection<LocalEvent> dbEvents, int initialRank, List<PlayerRank> playerRanksToBeResolved)
           
 void GeneralHighestResultDifferenceRankProcessor.processPhasePlayerRanks(LocalPhase dbPhase, Collection<LocalEvent> dbEvents, int initialRank, List<PlayerRank> playerRanksToBeResolved)
           
 


© 2008-2009 Christophe Delory

Copyright © 2008-2009 Christophe Delory. All Rights Reserved.