Uses of Class
jagafa.object.CardList

Packages that use CardList
jagafa.object   
jagafa.stats   
 

Uses of CardList in jagafa.object
 

Subclasses of CardList in jagafa.object
 class Board
          The Board object holds alls the cards played including the information which Player played which Card (Is also a CardList)
 class GoneCardHeap
          GoneCardHeap is a CardList which holds all Cards that have been played during a Game, including the winners of every turn
 class Hand
          Hand is a CardList holding all the Cards in a Players hand
 

Methods in jagafa.object that return CardList
 CardList CardList.getGoneOfColor(int i)
          Dummy method: Used in GoneCardHeap only
 CardList GoneCardHeap.getGoneOfColor(int color)
           
 

Methods in jagafa.object with parameters of type CardList
 void CardList.addAll(CardList list)
          Adds all Card from the CardList given to the CardList
 

Constructors in jagafa.object with parameters of type CardList
Hand(CardList handCards)
          Constructor: Init the Hand with the Cards in the CardList
 

Uses of CardList in jagafa.stats
 

Methods in jagafa.stats that return CardList
static CardList CardTool.getAllOfColor(CardList cards, int color)
          Get all Cards in the CardList with the color given
 CardList[] PlayerStats.getBockList()
           
 CardList[] PlayerStats.getColorList()
           
 CardList[] RoundStats.getGoneList()
           
 CardList PlayerStats.getTrumpfList()
           
static CardList CardTool.getValidCards(Hand hand, Board board, RuleSet rules)
          Get all Valid Cards out of the Hand for the board with the Ruleset specified
 CardList PlayerStats.getValidList()
           
 

Methods in jagafa.stats with parameters of type CardList
static CardList CardTool.getAllOfColor(CardList cards, int color)
          Get all Cards in the CardList with the color given
static boolean CardTool.isBock(int nth, Card c, CardList gone, RuleSet rules)
          Check wether the card is a Bock of level n or not
 



Copyright 2005 MA Software. All Rights Reserved.