GraphState.init constructor
GraphState.init()
Implementation
GraphState.init(
this.startId,
this.targetId,
this.coords,
this.edges,
) : parents = HashMap(),
status = Status.searching,
nodes = HashMap();