|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectuk.ac.ed.inf.sdp2012.group7.strategy.astar.AStarRun
public class AStarRun
| Constructor Summary | |
|---|---|
AStarRun(int height,
int width,
Node start,
Node target,
java.util.ArrayList<Node> balls,
java.util.ArrayList<Node> oppositions)
|
|
| Method Summary | |
|---|---|
Node[][] |
getMap()
|
java.util.ArrayList<Node> |
getPath()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AStarRun(int height,
int width,
Node start,
Node target,
java.util.ArrayList<Node> balls,
java.util.ArrayList<Node> oppositions)
| Method Detail |
|---|
public java.util.ArrayList<Node> getPath()
public Node[][] getMap()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||