Is there a way in which I can build a GraphPath
of one graph using just its list of vertices to create a path from another graph in SimpleDirectedWeightedGraph
?
For example, lets say i do a .getVertexList()
on a path from tempGraph
and i wish to build a path from the mainGraph
. How can this be achieved?