public class SearchAlgorithm
extends java.lang.Object
Constructor and Description |
---|
SearchAlgorithm() |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Vertex> |
getClosedV()
Gets the closed V.
|
long |
getExecutionTime()
Gets the execution time.
|
double |
getPathCost()
Gets the path cost.
|
java.util.ArrayList<Edge> |
getResultE()
Gets the result E.
|
java.util.ArrayList<Vertex> |
getResultV()
Gets the result V.
|
public java.util.ArrayList<Vertex> getResultV()
public java.util.ArrayList<Vertex> getClosedV()
public java.util.ArrayList<Edge> getResultE()
public double getPathCost()
public long getExecutionTime()