Class AStarSet
java.lang.Object
de.uni_trier.wi2.procake.utils.astar.generic.AStarGenericSearch
de.uni_trier.wi2.procake.utils.astar.AStarSet
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected AStarState
createInitialState
(DataObject d1, DataObject d2) The initial state is the very first state that is expanded by the A-Star algorithm.Methods inherited from class de.uni_trier.wi2.procake.utils.astar.generic.AStarGenericSearch
getSuccessors, startSearch
-
Constructor Details
-
AStarSet
-
-
Method Details
-
createInitialState
Description copied from class:AStarGenericSearch
The initial state is the very first state that is expanded by the A-Star algorithm.- Specified by:
createInitialState
in classAStarGenericSearch
- Parameters:
d1
- the firstDataObject
to compared2
- the secondDataObject
to compare- Returns:
- the initial state
-