Neo4j Community

Uses of Class
org.neo4j.kernel.StandardExpander

Packages that use StandardExpander
org.neo4j.kernel Implementation for embedding a Neo4j graph database in an application. 
 

Uses of StandardExpander in org.neo4j.kernel
 

Subclasses of StandardExpander in org.neo4j.kernel
 class OrderedByTypeExpander
           
 

Fields in org.neo4j.kernel declared as StandardExpander
static StandardExpander StandardExpander.DEFAULT
           
 

Methods in org.neo4j.kernel that return StandardExpander
 StandardExpander StandardExpander.add(RelationshipType type)
           
 StandardExpander OrderedByTypeExpander.add(RelationshipType type, Direction direction)
           
abstract  StandardExpander StandardExpander.add(RelationshipType type, Direction direction)
           
 StandardExpander StandardExpander.addNodeFilter(Predicate<? super Node> filter)
           
 StandardExpander StandardExpander.addRelationshipFilter(Predicate<? super Relationship> filter)
           
 StandardExpander OrderedByTypeExpander.remove(RelationshipType type)
           
abstract  StandardExpander StandardExpander.remove(RelationshipType type)
           
 StandardExpander OrderedByTypeExpander.reverse()
           
abstract  StandardExpander StandardExpander.reverse()
           
abstract  StandardExpander StandardExpander.reversed()
           
 


Neo4j Community

Copyright © 2002-2014 The Neo4j Graph Database Project. All Rights Reserved.