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 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
-
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: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
-
-