Uses of Interface
org.eclipse.palamedes.gdl.core.model.IGame

Packages that use IGame
org.eclipse.palamedes.gdl.connection   
org.eclipse.palamedes.gdl.core.model   
org.eclipse.palamedes.gdl.core.model.utils   
org.eclipse.palamedes.gdl.core.resolver.javaprover   
org.eclipse.palamedes.gdl.core.resolver.jocular   
org.eclipse.palamedes.gdl.core.resolver.prologprover   
org.eclipse.palamedes.gdl.core.simulation   
org.eclipse.palamedes.gdl.core.simulation.strategies   
org.eclipse.palamedes.ui.editor.gametree   
org.eclipse.palamedes.ui.views.statistic   
 

Uses of IGame in org.eclipse.palamedes.gdl.connection
 

Methods in org.eclipse.palamedes.gdl.connection with parameters of type IGame
 Player.RealMatch Player.createRealMatch(java.lang.String matchId, IGame game, IStrategy strategy, java.lang.String role, int start, int play)
           
 

Constructors in org.eclipse.palamedes.gdl.connection with parameters of type IGame
Player.RealMatch(java.lang.String matchId, IGame game, IStrategy strategy, java.lang.String role, int start, int play)
           
 

Uses of IGame in org.eclipse.palamedes.gdl.core.model
 

Fields in org.eclipse.palamedes.gdl.core.model with type parameters of type IGame
static java.util.HashMap<java.lang.String,IGame> GameFactoryTest.games
           
 

Methods in org.eclipse.palamedes.gdl.core.model that return IGame
 IGame GameFactory.createGame(java.lang.String reasoner, java.lang.String gdl)
           
 IGame GameFactory.loadGame(java.lang.String reasoner, java.lang.String filename)
           
 

Uses of IGame in org.eclipse.palamedes.gdl.core.model.utils
 

Classes in org.eclipse.palamedes.gdl.core.model.utils that implement IGame
 class Game
           
 

Uses of IGame in org.eclipse.palamedes.gdl.core.resolver.javaprover
 

Classes in org.eclipse.palamedes.gdl.core.resolver.javaprover that implement IGame
 class GameJP
           
 

Uses of IGame in org.eclipse.palamedes.gdl.core.resolver.jocular
 

Classes in org.eclipse.palamedes.gdl.core.resolver.jocular that implement IGame
 class GameJocular
           
 

Uses of IGame in org.eclipse.palamedes.gdl.core.resolver.prologprover
 

Classes in org.eclipse.palamedes.gdl.core.resolver.prologprover that implement IGame
 class GameProlog
           
 

Uses of IGame in org.eclipse.palamedes.gdl.core.simulation
 

Methods in org.eclipse.palamedes.gdl.core.simulation that return IGame
 IGame Match.getGame()
           
 IGame Simulator.getGame()
           
 

Constructors in org.eclipse.palamedes.gdl.core.simulation with parameters of type IGame
Match(IGame game, IStrategy strategy, java.lang.String role, int tStart, int tPlay)
           
Match(IGame game, IStrategy strategy, java.lang.String role, int tStart, int tPlay, IGameNode startNode)
           
Simulator(IGame newGame)
           
SimulatorIntern(IGame newGame)
           
 

Uses of IGame in org.eclipse.palamedes.gdl.core.simulation.strategies
 

Fields in org.eclipse.palamedes.gdl.core.simulation.strategies declared as IGame
protected  IGame AbstractStrategy.game
           
 

Uses of IGame in org.eclipse.palamedes.ui.editor.gametree
 

Fields in org.eclipse.palamedes.ui.editor.gametree declared as IGame
 IGame GameTreeContentProvider.game
           
 

Constructors in org.eclipse.palamedes.ui.editor.gametree with parameters of type IGame
GameTreeContentProvider(IGame game)
           
 

Uses of IGame in org.eclipse.palamedes.ui.views.statistic
 

Methods in org.eclipse.palamedes.ui.views.statistic with parameters of type IGame
 void StatisticPage.setGame(IGame game)