@Deprecated public class TraversalEntity<V,E> extends Object implements Entity
Constructor and Description |
---|
TraversalEntity()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Collection<PathEntity<V,E>> |
getPaths()
Deprecated.
|
Collection<V> |
getVertices()
Deprecated.
|
void |
setPaths(Collection<PathEntity<V,E>> paths)
Deprecated.
|
void |
setVertices(Collection<V> vertices)
Deprecated.
|
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–2022 ArangoDB GmbH. All rights reserved.