Uses of Interface
net.sourceforge.cilib.games.items.ItemLocation

Packages that use ItemLocation
net.sourceforge.cilib.games.game.predatorprey.init   
net.sourceforge.cilib.games.game.tetris   
net.sourceforge.cilib.games.items   
net.sourceforge.cilib.games.states   
 

Uses of ItemLocation in net.sourceforge.cilib.games.game.predatorprey.init
 

Methods in net.sourceforge.cilib.games.game.predatorprey.init that return ItemLocation
 ItemLocation StaticPositionInitializationStrategy.getPredLocation()
           
 ItemLocation StaticPositionInitializationStrategy.getPreyLocation()
           
 

Methods in net.sourceforge.cilib.games.game.predatorprey.init with parameters of type ItemLocation
 void StaticPositionInitializationStrategy.setPredLocation(ItemLocation predLocation)
           
 void StaticPositionInitializationStrategy.setPreyLocation(ItemLocation preyLocation)
           
 

Uses of ItemLocation in net.sourceforge.cilib.games.game.tetris
 

Constructors in net.sourceforge.cilib.games.game.tetris with parameters of type ItemLocation
TetrisBlock(Enum<? extends GameEnum> token, ItemLocation itemLocation)
           
 

Uses of ItemLocation in net.sourceforge.cilib.games.items
 

Classes in net.sourceforge.cilib.games.items that implement ItemLocation
 class GridLocation
           
 

Fields in net.sourceforge.cilib.games.items declared as ItemLocation
protected  ItemLocation GameItem.itemLocation
           
 

Methods in net.sourceforge.cilib.games.items that return ItemLocation
 ItemLocation ItemLocation.getClone()
          Create a cloned copy of the current object and return it.
 ItemLocation GameItem.getLocation()
           
 

Methods in net.sourceforge.cilib.games.items with parameters of type ItemLocation
 double ItemLocation.getDistance(DistanceMeasure measure, ItemLocation other)
          Calculate the distance between this location and another one with a specified distance measure
 double GridLocation.getDistance(DistanceMeasure measure, ItemLocation other)
          Calculate the distance between this location and another one with a specified distance measure
 void GameItem.setLoction(ItemLocation location)
           
 

Constructors in net.sourceforge.cilib.games.items with parameters of type ItemLocation
GameItem(Enum<?> token, ItemLocation itemLocation)
           
GridItem(int playerNo, Enum<?> token, ItemLocation location)
           
 

Uses of ItemLocation in net.sourceforge.cilib.games.states
 

Methods in net.sourceforge.cilib.games.states with parameters of type ItemLocation
 GameItem ListGameState.getItem(ItemLocation location)
          Get an item that matches a given ItemLocation
 



Copyright © 2009 CIRG. All Rights Reserved.