| Package | Description | 
|---|---|
| org.neo4j.graphdb | 
 The core graph database API. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PathExpanderBuilder | 
PathExpanderBuilder.add(RelationshipType type)
Add a pair of  
type and Direction.BOTH to the PathExpander configuration. | 
PathExpanderBuilder | 
PathExpanderBuilder.add(RelationshipType type,
   Direction direction)
Add a pair of  
type and direction to the PathExpander configuration. | 
PathExpanderBuilder | 
PathExpanderBuilder.addNodeFilter(Predicate<? super Node> filter)
Adds a  
Node filter. | 
PathExpanderBuilder | 
PathExpanderBuilder.addRelationshipFilter(Predicate<? super Relationship> filter)
Adds a  
Relationship filter. | 
static PathExpanderBuilder | 
PathExpanderBuilder.allTypes(Direction direction)
A  
PathExpanderBuilder seeded with all possible types but restricted to direction. | 
static PathExpanderBuilder | 
PathExpanderBuilder.allTypesAndDirections()
A  
PathExpanderBuilder that is seeded with all possible relationship types in both
 directions. | 
static PathExpanderBuilder | 
PathExpanderBuilder.empty()
A  
PathExpanderBuilder that follows no relationships. | 
static PathExpanderBuilder | 
PathExpanderBuilder.emptyOrderedByType()
A  
PathExpanderBuilder that follows no relationships. | 
PathExpanderBuilder | 
PathExpanderBuilder.remove(RelationshipType type)
Remove expansion of  
type in any direction from the PathExpander configuration. | 
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.