public class ShortestPathEntity<V,E> extends BaseEntity
Constructor and Description |
---|
ShortestPathEntity() |
Modifier and Type | Method and Description |
---|---|
Long |
getDistance()
Retuns the distance
|
List<PathEntity<V,E>> |
getPaths()
Returns the path list
|
String |
getStartVertex()
Returns the document handle of the start vertex
|
String |
getVertex() |
void |
setDistance(Long distance) |
void |
setPaths(List<PathEntity<V,E>> paths) |
void |
setStartVertex(String startVertex) |
void |
setVertex(String vertex) |
getCode, getErrorMessage, getErrorNumber, getEtag, getRequestId, getStatusCode, isBatchResponseEntity, isError, isNotModified, isUnauthorized, setCode, setError, setErrorMessage, setErrorNumber, setEtag, setRequestId, setStatusCode
public String getVertex()
public void setVertex(String vertex)
public Long getDistance()
public void setDistance(Long distance)
public String getStartVertex()
public void setStartVertex(String startVertex)
public List<PathEntity<V,E>> getPaths()
public void setPaths(List<PathEntity<V,E>> paths)
Copyright © 2012–2015 ArangoDB GmbH. All rights reserved.