Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.pepperview.romzinger
Class GameSetCollection  view GameSetCollection download GameSetCollection.java

java.lang.Object
  extended bycom.pepperview.romzinger.GameSetCollection

public class GameSetCollection
extends java.lang.Object


Field Summary
private  java.util.Vector gameSetList
           
 
Constructor Summary
GameSetCollection()
           
 
Method Summary
 void addGameSet(GameSet set)
           
 java.util.Enumeration getGameSets()
           
 GameDesc matchGame(Game game)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

gameSetList

private java.util.Vector gameSetList
Constructor Detail

GameSetCollection

public GameSetCollection()
Method Detail

getGameSets

public java.util.Enumeration getGameSets()

addGameSet

public void addGameSet(GameSet set)

matchGame

public GameDesc matchGame(Game game)