org.neo4j.tooling.wrap
Class WrappedIndex.WrappedNodeIndex

java.lang.Object
  extended by org.neo4j.tooling.wrap.WrappedIndex<Node,ReadableIndex<Node>>
      extended by org.neo4j.tooling.wrap.WrappedIndex.WrappedNodeIndex
All Implemented Interfaces:
Index<Node>, ReadableIndex<Node>
Enclosing class:
WrappedIndex<T extends PropertyContainer,I extends ReadableIndex<T>>

public abstract static class WrappedIndex.WrappedNodeIndex
extends WrappedIndex<Node,ReadableIndex<Node>>


Nested Class Summary
 
Nested classes/interfaces inherited from class org.neo4j.tooling.wrap.WrappedIndex
WrappedIndex.WrappedNodeIndex, WrappedIndex.WrappedRelationshipIndex
 
Constructor Summary
protected WrappedIndex.WrappedNodeIndex(WrappedGraphDatabase graphdb)
           
 
Method Summary
protected  WrappedGraphDatabase graphdb()
           
 
Methods inherited from class org.neo4j.tooling.wrap.WrappedIndex
actual, add, delete, get, getEntityType, getGraphDatabase, getName, isWriteable, putIfAbsent, query, query, remove, remove, remove, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WrappedIndex.WrappedNodeIndex

protected WrappedIndex.WrappedNodeIndex(WrappedGraphDatabase graphdb)
Method Detail

graphdb

protected WrappedGraphDatabase graphdb()


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