Uses of Class
nl.tue.astar.AStarThread.ASynchronousMoveSorting
-
Packages that use AStarThread.ASynchronousMoveSorting Package Description nl.tue.astar nl.tue.astar.impl -
-
Uses of AStarThread.ASynchronousMoveSorting in nl.tue.astar
Methods in nl.tue.astar that return AStarThread.ASynchronousMoveSorting Modifier and Type Method Description AStarThread.ASynchronousMoveSortingAStarThread. getSorting()static AStarThread.ASynchronousMoveSortingAStarThread.ASynchronousMoveSorting. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AStarThread.ASynchronousMoveSorting[]AStarThread.ASynchronousMoveSorting. 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.ASynchronousMoveSorting Modifier and Type Method Description voidAStarThread. setASynchronousMoveSorting(AStarThread.ASynchronousMoveSorting sorting)When aligning a trace with a model, any moves between two synchronous moves can be sorted. -
Uses of AStarThread.ASynchronousMoveSorting in nl.tue.astar.impl
Fields in nl.tue.astar.impl declared as AStarThread.ASynchronousMoveSorting Modifier and Type Field Description protected AStarThread.ASynchronousMoveSortingAbstractAStarThread. sortingMethods in nl.tue.astar.impl that return AStarThread.ASynchronousMoveSorting Modifier and Type Method Description AStarThread.ASynchronousMoveSortingAbstractAStarThread. getSorting()Methods in nl.tue.astar.impl with parameters of type AStarThread.ASynchronousMoveSorting Modifier and Type Method Description voidAbstractAStarThread. setASynchronousMoveSorting(AStarThread.ASynchronousMoveSorting sorting)
-