public class TraversalEntity<V,E> extends Object implements Entity
Constructor and Description |
---|
TraversalEntity() |
Modifier and Type | Method and Description |
---|---|
Collection<PathEntity<V,E>> |
getPaths() |
Collection<V> |
getVertices() |
void |
setPaths(Collection<PathEntity<V,E>> paths) |
void |
setVertices(Collection<V> vertices) |
public Collection<V> getVertices()
public void setVertices(Collection<V> vertices)
public Collection<PathEntity<V,E>> getPaths()
public void setPaths(Collection<PathEntity<V,E>> paths)
Copyright © 2016–2019 ArangoDB GmbH. All rights reserved.