Class AStarNESTGraph
- java.lang.Object
-
- de.uni_trier.wi2.procake.utils.astar.generic.AStarGenericSearch
-
- de.uni_trier.wi2.procake.utils.astar.AStarNESTGraph
-
public class AStarNESTGraph extends AStarGenericSearch
-
-
Constructor Summary
Constructors Constructor Description AStarNESTGraph(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
-
AStarNESTGraph
public AStarNESTGraph(DataObject dataObject1, DataObject dataObject2) throws AssertSameValueAsInException
- Throws:
AssertSameValueAsInException
-
-
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
-
-