ID - the vertex ID typepublic class AllPaths<ID> extends Destroyable
| Modifier and Type | Method and Description |
|---|---|
PgxFuture<java.lang.Void> |
destroyAsync()
Requests destruction of this object.
|
PgxGraph |
getGraph()
Gets the graph.
|
PgxPath<ID> |
getPath(PgxVertex<ID> destination)
Gets the path.
|
PgxVertex<ID> |
getSource()
Gets the source vertex
|
java.lang.String |
toString() |
close, destroypublic PgxFuture<java.lang.Void> destroyAsync()
DestroyabledestroyAsync in class Destroyablepublic PgxGraph getGraph()
public PgxPath<ID> getPath(PgxVertex<ID> destination)
destination - the destination nodepublic java.lang.String toString()
toString in class java.lang.Object