Uses of Class
org.processmining.lpm.adjustedalignments.AStarThread.Type
-
Packages that use AStarThread.Type Package Description org.processmining.lpm.adjustedalignments -
-
Uses of AStarThread.Type in org.processmining.lpm.adjustedalignments
Fields in org.processmining.lpm.adjustedalignments declared as AStarThread.Type Modifier and Type Field Description protected AStarThread.TypeAbstractAStarThreadNoModelMoves. typeMethods in org.processmining.lpm.adjustedalignments that return AStarThread.Type Modifier and Type Method Description AStarThread.TypeAbstractAStarThreadNoModelMoves. getType()Returns the type of AStar usedAStarThread.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 org.processmining.lpm.adjustedalignments with parameters of type AStarThread.Type Modifier and Type Method Description voidAbstractAStarThreadNoModelMoves. setType(AStarThread.Type type)voidAStarThread. setType(AStarThread.Type type)Sets the type of the AStar algorithm.
-