org.ninm.games.cardgames
Interface Score

All Known Implementing Classes:
DefaultScore

public interface Score

This interface represents the currant score of any card game

Version:
1.0
Author:
Nikolay

Method Summary
 java.util.Map getAnnouncedTricks()
          returns a map from teams to a List of their announced tricks in the current game
 java.util.Map getGameScore()
          retuns a map from teams to their current game scores
 java.util.Map getRubberScore()
          retuns a map from teams to their current rubber scores
 java.util.Map getTotalScore()
          retuns a map from teams to their total scores
 

Method Detail

getTotalScore

public java.util.Map getTotalScore()
retuns a map from teams to their total scores

Returns:
Map the teams and their total scores

getRubberScore

public java.util.Map getRubberScore()
retuns a map from teams to their current rubber scores

Returns:
Map the teams and their current rubber scores

getGameScore

public java.util.Map getGameScore()
retuns a map from teams to their current game scores

Returns:
Map the teams and their current game scores

getAnnouncedTricks

public java.util.Map getAnnouncedTricks()
returns a map from teams to a List of their announced tricks in the current game

Returns:
Map the teams and their announced tricks in the current game

SourceForge.net Logo