|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvooga.aiEngine.Algorithms.AbstractAlgorithm
vooga.aiEngine.Algorithms.AStar
public class AStar
AStar.java
Constructor Summary | |
---|---|
AStar()
|
Method Summary | |
---|---|
void |
perform(java.lang.Object... args)
Performs an arbitrary algorithm with arbitrary parameters. |
void |
search(java.lang.String filename)
Search currently runs a demo program that find the smallest distances between two points. |
Methods inherited from class vooga.aiEngine.Algorithms.AbstractAlgorithm |
---|
performWithDelay, setDelay |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AStar()
Method Detail |
---|
public void search(java.lang.String filename) throws java.io.FileNotFoundException
args
-
java.io.FileNotFoundException
public void perform(java.lang.Object... args) throws java.lang.RuntimeException
AbstractAlgorithm
perform
in class AbstractAlgorithm
java.lang.RuntimeException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |