net.sourceforge.cilib.games.items
Interface GameEnum

All Known Implementing Classes:
GameToken, GameToken.PredatorPrey, GameToken.Tetris, GameToken.TicTacToe

public interface GameEnum

This interface should be implimented by all GameToken Enum's so that a textual description of each instance can easily be accessed

Author:
leo

Method Summary
 String getDescription()
          Return a description of a specific Enum, this description is used in the Game's display() method to show a GameItem
 

Method Detail

getDescription

String getDescription()
Return a description of a specific Enum, this description is used in the Game's display() method to show a GameItem

Returns:
the string description.


Copyright © 2009 CIRG. All Rights Reserved.