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, destroy
public PgxFuture<java.lang.Void> destroyAsync()
Destroyable
destroyAsync
in class Destroyable
public PgxGraph getGraph()
public PgxPath<ID> getPath(PgxVertex<ID> destination)
destination
- the destination nodepublic java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2010, 2020 Oracle and/or its affiliates. All Rights Reserved.