public interface EntityPath<S,E>
extends org.neo4j.graphdb.Path
| Modifier and Type | Method and Description |
|---|---|
<T> Iterable<T> |
allPathEntities(Class<T>... relationships) |
<T> T |
endEntity(Class<T>... types) |
<T> T |
lastRelationshipEntity(Class<T>... types) |
<T> Iterable<T> |
nodeEntities() |
<T> Iterable<T> |
relationshipEntities(Class<T>... relationships) |
<T> T |
startEntity(Class<T>... types) |
endNode, iterator, lastRelationship, length, nodes, relationships, reverseNodes, reverseRelationships, startNode, toStringforEach, spliteratorCopyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.