Uses of Class
nl.tue.astar.AStarThread.Type
-
Packages that use AStarThread.Type Package Description nl.tue.astar nl.tue.astar.impl -
-
Uses of AStarThread.Type in nl.tue.astar
Methods in nl.tue.astar that return AStarThread.Type Modifier and Type Method Description AStarThread.TypeAStarThread. getType()Returns the type of AStar usedstatic AStarThread.TypeAStarThread.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AStarThread.Type[]AStarThread.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in nl.tue.astar with parameters of type AStarThread.Type Modifier and Type Method Description voidAStarThread. setType(AStarThread.Type type)Sets the type of the AStar algorithm. -
Uses of AStarThread.Type in nl.tue.astar.impl
Fields in nl.tue.astar.impl declared as AStarThread.Type Modifier and Type Field Description protected AStarThread.TypeAbstractAStarThread. typeMethods in nl.tue.astar.impl that return AStarThread.Type Modifier and Type Method Description AStarThread.TypeAbstractAStarThread. getType()Returns the type of AStar usedMethods in nl.tue.astar.impl with parameters of type AStarThread.Type Modifier and Type Method Description voidAbstractAStarThread. setType(AStarThread.Type type)
-