net.mlw.gfw.ext.card
Class DealResults

java.lang.Object
  |
  +--net.mlw.gfw.ext.card.DealResults

public class DealResults
extends java.lang.Object

Version:
$Revision: 1.3 $ $Date: 2004/06/29 20:32:54 $
Author:
Matthew L. Wilson

Constructor Summary
DealResults(net.mlw.gfw.ext.card.HandModel[] hands)
           
DealResults(int numberOfPlayers, int maxNumberOfCards)
           
 
Method Summary
 net.mlw.gfw.ext.card.HandModel[] getHandModels()
           
 java.util.List getLeftOverCards()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DealResults

public DealResults(int numberOfPlayers,
                   int maxNumberOfCards)

DealResults

public DealResults(net.mlw.gfw.ext.card.HandModel[] hands)
Method Detail

getHandModels

public net.mlw.gfw.ext.card.HandModel[] getHandModels()

getLeftOverCards

public java.util.List getLeftOverCards()


Copyright © 2003-2004 mlavilson. All Rights Reserved.