Class AStarSet
- java.lang.Object
-
- de.uni_trier.wi2.procake.utils.astar.generic.AStarGenericSearch
-
- de.uni_trier.wi2.procake.utils.astar.AStarSet
-
public class AStarSet extends AStarGenericSearch
-
-
Constructor Summary
Constructors Constructor Description AStarSet(DataObject dataObject1, DataObject dataObject2)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected 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 Detail
-
AStarSet
public AStarSet(DataObject dataObject1, DataObject dataObject2)
-
-
Method Detail
-
createInitialState
protected AStarState createInitialState(DataObject d1, DataObject d2)
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
-
-