static class Neo4jPath.Neo4jPathSegment extends java.lang.Object implements grails.neo4j.Path$Segment
Modifiers | Name | Description |
---|---|---|
private Neo4jDatastore |
datastore |
|
private Neo4jEntity |
end |
|
private org.neo4j.driver.types.Path$Segment |
neoSegment |
|
private Neo4jEntity |
start |
Type | Name and description |
---|---|
Neo4jDatastore |
datastore |
org.neo4j.driver.types.Path$Segment |
neoSegment |
Constructor and description |
---|
Neo4jPathSegment
(Neo4jDatastore datastore, org.neo4j.driver.types.Path$Segment neoSegment) |
Type Params | Return Type | Name and description |
---|---|---|
|
Neo4jEntity |
end() |
|
Relationship |
relationship() |
|
Neo4jEntity |
start() |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Groovy Documentation