Uses of Interface
org.neo4j.graphdb.RelationshipExpander

Packages that use RelationshipExpander
org.neo4j.graphdb The graph database API used by Neo4j. 
org.neo4j.graphdb.traversal Traversal framework. 
org.neo4j.kernel Implementation for embedding a Neo4j graph database in an application. 
 

Uses of RelationshipExpander in org.neo4j.graphdb
 

Subinterfaces of RelationshipExpander in org.neo4j.graphdb
 interface Expander
          This interface is an extension of the RelationshipExpander interface that makes it possible to build customized versions of an Expander.
 

Methods in org.neo4j.graphdb that return RelationshipExpander
 RelationshipExpander RelationshipExpander.reversed()
          Returns a new instance with the exact same RelationshipTypes, but with all directions reversed (see Direction.reverse()).
 

Uses of RelationshipExpander in org.neo4j.graphdb.traversal
 

Methods in org.neo4j.graphdb.traversal with parameters of type RelationshipExpander
 TraversalDescription TraversalDescription.expand(RelationshipExpander expander)
          Sets the RelationshipExpander as the expander of relationships, discarding all previous calls to TraversalDescription.relationships(RelationshipType) and TraversalDescription.relationships(RelationshipType, Direction).
 

Uses of RelationshipExpander in org.neo4j.kernel
 

Classes in org.neo4j.kernel that implement RelationshipExpander
 class OrderedByTypeExpander
           
 class StandardExpander
           
 

Methods in org.neo4j.kernel with parameters of type RelationshipExpander
static Expander Traversal.expander(RelationshipExpander expander)
          Returns a RelationshipExpander wrapped as an Expander.
 



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