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

Packages that use IGameTree
org.eclipse.palamedes.gdl.core.model   
org.eclipse.palamedes.gdl.core.model.utils   
 

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

Methods in org.eclipse.palamedes.gdl.core.model that return IGameTree
 IGameTree IGame.getTree()
          Returns the game tree representation if it exists; otherwise null.
 

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

Classes in org.eclipse.palamedes.gdl.core.model.utils that implement IGameTree
 class GameNodeTree
          The GameStateTree contains the tree of already resolved game nodes.
 

Fields in org.eclipse.palamedes.gdl.core.model.utils declared as IGameTree
protected  IGameTree Game.tree
          Game class protected stuff
 

Methods in org.eclipse.palamedes.gdl.core.model.utils that return IGameTree
 IGameTree Game.getTree()
          This method returns the game tree.