Neo4j

org.neo4j.graphdb.index
Interface RelationshipIndex

All Superinterfaces:
Index<Relationship>, ReadableIndex<Relationship>, ReadableRelationshipIndex

public interface RelationshipIndex
extends ReadableRelationshipIndex, Index<Relationship>

Extends the ReadableRelationshipIndex and the Index interfaces for completing the set of available types.


Method Summary
 
Methods inherited from interface org.neo4j.graphdb.index.ReadableRelationshipIndex
get, query, query
 
Methods inherited from interface org.neo4j.graphdb.index.Index
add, delete, putIfAbsent, remove, remove, remove
 
Methods inherited from interface org.neo4j.graphdb.index.ReadableIndex
get, getEntityType, getGraphDatabase, getName, isWriteable, query, query
 


Neo4j

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