Uses of Class
jagafa.JassRound

Packages that use JassRound
jagafa.ai   
jagafa.object   
jagafa.stats   
jagafa.view.newui   
 

Uses of JassRound in jagafa.ai
 

Methods in jagafa.ai with parameters of type JassRound
static RuleSet RuleSetChoiceAI.chooseRuleSet(Player p, JassRound round)
           
 void CoreAI.init(Player p, JassRound game)
           
 void JassAI.init(Player p, JassRound game)
          Initializes the AI with the Player and the Game object
 void ProbabilityAI.init(Player p, JassRound game)
           
 void SimpleAI.init(Player p, JassRound round)
           
 

Constructors in jagafa.ai with parameters of type JassRound
ProbabilityTable(Player p, JassRound game)
          Constructor: Create the ProbabilityTable and init all values
 

Uses of JassRound in jagafa.object
 

Methods in jagafa.object with parameters of type JassRound
 boolean Player.playCard(Card card, JassRound round)
          Spielt eine Karte aus der hand des Spielers auf das Board von game
 void Player.playCard(int i, JassRound round)
          Spielt die ite Karte aus der hand des Spielers auf das Board von game
 

Uses of JassRound in jagafa.stats
 

Methods in jagafa.stats with parameters of type JassRound
 void PlayerStats.setRound(JassRound round)
           
 void RoundStats.setRound(JassRound round)
           
 

Constructors in jagafa.stats with parameters of type JassRound
PlayerStats(JassRound round, Player player)
           
RoundStats(JassRound round)
           
 

Uses of JassRound in jagafa.view.newui
 

Methods in jagafa.view.newui that return JassRound
 JassRound RoundController2.getRound()
          Get the round instance of the controller
 

Methods in jagafa.view.newui with parameters of type JassRound
 void RoundStatsPanel.setRound(JassRound round)
           
 void RuleChoicePanel.setRound(JassRound round)
           
 

Constructors in jagafa.view.newui with parameters of type JassRound
RoundStatsPanel(JassRound round)
           
RuleChoicePanel(JassRound round, javax.swing.JComponent roundUI)
           
 



Copyright 2005 MA Software. All Rights Reserved.