net.sourceforge.foobase
Interface IsGameID

All Known Implementing Classes:
CBFGameID

public interface IsGameID

Interface for unique game identifications.

Each different type of databases is required to also provide an implementation of this interface in such a way that each game in each database has its own unique identification.

It is possible for a game to have more than one IsGameID if it is stored in more than one database.


Field Summary
static java.lang.String __version
           
 
Method Summary
 IsGameDatabase getDatabase()
          Retrieve the implementing database for which this unique ID is valid.
 

Field Detail

__version

public static final java.lang.String __version
Method Detail

getDatabase

public IsGameDatabase getDatabase()
Retrieve the implementing database for which this unique ID is valid.
Returns:
IsGameDatabase that provided this unique ID.