yostinso
Class SuitPile

java.lang.Object
  |
  +--Pile
        |
        +--yostinso.SuitPile

public class SuitPile
extends Pile

SuitPile model element for the FlowerGarden solitaire variation Creation date: (11/29/2001 11:11:28 AM)

See Also:
Serialized Form

Field Summary
protected  int suit
           
 
Constructor Summary
SuitPile(int suit)
          SuitPile constructor comment.
SuitPile(int suit, java.lang.String s)
          SuitPile constructor comment.
 
Method Summary
 int getAssignedSuit()
          Return the suit assigned to this SuitPile.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

suit

protected int suit
Constructor Detail

SuitPile

public SuitPile(int suit)
SuitPile constructor comment.


SuitPile

public SuitPile(int suit,
                java.lang.String s)
SuitPile constructor comment.

Method Detail

getAssignedSuit

public int getAssignedSuit()
Return the suit assigned to this SuitPile. Creation date: (11/29/2001 11:41:24 AM)