org.eclipse.palamedes.gdl.core.resolver.jocular
Class GameJocular

java.lang.Object
  extended by org.eclipse.palamedes.gdl.core.model.utils.Game
      extended by org.eclipse.palamedes.gdl.core.resolver.jocular.GameJocular
All Implemented Interfaces:
IGame

public final class GameJocular
extends Game


Field Summary
 
Fields inherited from class org.eclipse.palamedes.gdl.core.model.utils.Game
initNode, kb, random, reasoner, roleNames, sourceGDL, tree
 
Constructor Summary
GameJocular()
           
 
Method Summary
 void init(java.lang.String gdl)
          Initialises a game object.
 
Methods inherited from class org.eclipse.palamedes.gdl.core.model.utils.Game
getCombinedMoves, getGoalValues, getInitialNode, getKnowledgeBase, getLegalMoves, getMaxSteps, getNextNode, getPerftValue, getRandomMove, getReasoner, getRoleCount, getRoleIndex, getRoleNames, getSourceGDL, getState, getStatistic, getTree, init, isTerminal, regenerateNode, showGameNodePath
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GameJocular

public GameJocular()
Method Detail

init

public void init(java.lang.String gdl)
Description copied from interface: IGame
Initialises a game object. This method gets called by the game factory while creating the game.