org.eviline.ai
Class PlayerMovePath

java.lang.Object
  extended by org.eviline.ai.PlayerMovePath
Direct Known Subclasses:
HistoryMovePath

public class PlayerMovePath
extends Object


Field Summary
protected  List<long[]>[] intPaths
           
protected  Deque<PlayerAction> moves
           
protected  ShapeType pathType
           
 
Constructor Summary
PlayerMovePath(Deque<PlayerAction> moves)
           
 
Method Summary
 List<long[]>[] getIntPaths()
           
 Deque<PlayerAction> getMoves()
           
 ShapeType getPathType()
           
 void repath()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

intPaths

protected List<long[]>[] intPaths

moves

protected Deque<PlayerAction> moves

pathType

protected ShapeType pathType
Constructor Detail

PlayerMovePath

public PlayerMovePath(Deque<PlayerAction> moves)
Method Detail

repath

public void repath()

getIntPaths

public List<long[]>[] getIntPaths()

getMoves

public Deque<PlayerAction> getMoves()

getPathType

public ShapeType getPathType()


Copyright © 2013. All Rights Reserved.