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 AStarStatecreateInitialState(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:AStarGenericSearchThe initial state is the very first state that is expanded by the A-Star algorithm.- Specified by:
createInitialStatein classAStarGenericSearch- Parameters:
d1- the firstDataObjectto compared2- the secondDataObjectto compare- Returns:
- the initial state
-
-