public class TraversalEntity<V,E> extends BaseEntity
| Constructor and Description |
|---|
TraversalEntity() |
| Modifier and Type | Method and Description |
|---|---|
List<PathEntity<V,E>> |
getPaths()
get the traversal path
|
List<VertexEntity<V>> |
getVertices()
get the traversal vertices
|
void |
setPaths(List<PathEntity<V,E>> paths) |
void |
setVertices(List<VertexEntity<V>> vertices) |
getCode, getErrorMessage, getErrorNumber, getEtag, getRequestId, getStatusCode, isBatchResponseEntity, isError, isNotModified, isUnauthorized, setCode, setError, setErrorMessage, setErrorNumber, setEtag, setRequestId, setStatusCode, toStringpublic List<VertexEntity<V>> getVertices()
public void setVertices(List<VertexEntity<V>> vertices)
public List<PathEntity<V,E>> getPaths()
public void setPaths(List<PathEntity<V,E>> paths)
Copyright © 2012–2016 ArangoDB GmbH. All rights reserved.