Package model
Class Path
java.lang.Object
model.Path
public class Path
extends java.lang.Object
Path has methods for reading the path specified in the XML sheet, i.e. reads walkable regions. Has inner class
GridPosition.
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description voiddoPathSearch()RegiongetGoalRegion()RegiongetStartRegion()static voidmain(java.lang.String[] args)voidsearch(model.Path.GridPosition gP)
-
Constructor Details
-
Method Details
-
search
public void search(model.Path.GridPosition gP) -
getStartRegion
-
getGoalRegion
-
doPathSearch
public void doPathSearch() -
main
public static void main(java.lang.String[] args)
-