public class ShortestPathEntity<V,E> extends BaseEntity
Constructor and Description |
---|
ShortestPathEntity() |
Modifier and Type | Method and Description |
---|---|
Long |
getDistance()
Retuns the distance
|
List<EdgeEntity<E>> |
getEdges()
Returns the list of edges of the shortest path.
|
List<VertexEntity<V>> |
getVertices()
Returns the list of vertices of the shortest path.
|
void |
setDistance(Long distance) |
void |
setEdges(List<EdgeEntity<E>> edges) |
void |
setVertices(List<VertexEntity<V>> vertices) |
getCode, getErrorMessage, getErrorNumber, getEtag, getRequestId, getStatusCode, isBatchResponseEntity, isError, isNotModified, isUnauthorized, setCode, setError, setErrorMessage, setErrorNumber, setEtag, setRequestId, setStatusCode, toString
public Long getDistance()
public void setDistance(Long distance)
public List<EdgeEntity<E>> getEdges()
public void setEdges(List<EdgeEntity<E>> edges)
public List<VertexEntity<V>> getVertices()
public void setVertices(List<VertexEntity<V>> vertices)
Copyright © 2012–2016 ArangoDB GmbH. All rights reserved.