ShortestPaths
@Deprecated public class MinimalPathIterator extends Object implements Iterator
Constructor and Description |
---|
MinimalPathIterator(org._3pq.jgrapht.graph.SimpleGraph g,
Object sourceVertex,
Object targetVertex)
Deprecated.
Creates a minimal path iterator for the specified undirected graph.
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext()
Deprecated.
|
Object |
next()
Deprecated.
|
void |
remove()
Deprecated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public MinimalPathIterator(org._3pq.jgrapht.graph.SimpleGraph g, Object sourceVertex, Object targetVertex)
g
- the specified graphsourceVertex
- the start vertex for the pathstargetVertex
- the target vertex for the pathsCopyright © 2021. All rights reserved.