org.argosfields.battlefield
Class Simulator

java.lang.Object
  extended byorg.argosfields.battlefield.Simulator

public class Simulator
extends Object

Simulator.java

Version:
$Revision: 1.4 $ $Date: 2003/12/01 07:38:05 $
Author:
Xavier Cho

Constructor Summary
Simulator(BattleField battleField, int index)
           
 
Method Summary
 int[] getReachableTileIndexes()
           
 int[] getShortestPath(int index)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Simulator

public Simulator(BattleField battleField,
                 int index)
Method Detail

getReachableTileIndexes

public int[] getReachableTileIndexes()

getShortestPath

public int[] getShortestPath(int index)


Copyright © Gnome Korea. All Rights Reserved.