public class VisitedEntity<V,E> extends Object
| Constructor and Description |
|---|
VisitedEntity() |
| Modifier and Type | Method and Description |
|---|---|
List<PathEntity<V,E>> |
getPaths() |
List<VertexEntity<V>> |
getVertices() |
void |
setPaths(List<PathEntity<V,E>> paths) |
void |
setVertices(List<VertexEntity<V>> vertices) |
public 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–2015 ArangoDB GmbH. All rights reserved.