Neo4j Community

org.neo4j.graphdb.index
Interface RelationshipIndex

All Superinterfaces:
Index<Relationship>, ReadableIndex<Relationship>, ReadableRelationshipIndex
All Known Implementing Classes:
WrappedIndex.WrappedRelationshipIndex

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 Community

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