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)
           
abstract  StandardExpander StandardExpander.add(RelationshipType type, Direction direction)
           
 StandardExpander StandardExpander.addNodeFilter(Predicate<? super Node> filter)
           
 StandardExpander StandardExpander.addRelationshipFilter(Predicate<? super Relationship> filter)
           
 StandardExpander StandardExpander.addRelationsipFilter(Predicate<? super Relationship> filter)
           
abstract  StandardExpander StandardExpander.remove(RelationshipType type)
           
abstract  StandardExpander StandardExpander.reversed()
           
 


Neo4j Community

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