Package com.c8db.entity
Class TraversalEntity<V,E>
- java.lang.Object
-
- com.c8db.entity.TraversalEntity<V,E>
-
-
Constructor Summary
Constructors Constructor Description TraversalEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<PathEntity<V,E>>getPaths()Collection<V>getVertices()voidsetPaths(Collection<PathEntity<V,E>> paths)voidsetVertices(Collection<V> vertices)
-
-
-
Method Detail
-
getVertices
public Collection<V> getVertices()
-
setVertices
public void setVertices(Collection<V> vertices)
-
getPaths
public Collection<PathEntity<V,E>> getPaths()
-
setPaths
public void setPaths(Collection<PathEntity<V,E>> paths)
-
-