ID - the vertex ID typepublic class AllPaths<ID> extends Destroyable
| Modifier and Type | Method and Description |
|---|---|
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, destroy, destroyAsyncpublic PgxGraph getGraph()
public PgxPath<ID> getPath(PgxVertex<ID> destination)
destination - the destination nodepublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2016, 2018 Oracle and/or its affiliates. All Rights Reserved.