de.deepamehta.storage.neo4j
Class AssociationModelIterator

Show UML class diagram
java.lang.Object
  extended by de.deepamehta.storage.neo4j.ModelIterator<AssociationModel>
      extended by de.deepamehta.storage.neo4j.AssociationModelIterator
All Implemented Interfaces:
Iterator<AssociationModel>

 class AssociationModelIterator
extends ModelIterator<AssociationModel>


Field Summary
 
Fields inherited from class de.deepamehta.storage.neo4j.ModelIterator
storage
 
Constructor Summary
AssociationModelIterator(Neo4jStorage storage)
           
 
Method Summary
(package private)  AssociationModel buildModel(org.neo4j.graphdb.Node node)
           
 
Methods inherited from class de.deepamehta.storage.neo4j.ModelIterator
hasNext, next, remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssociationModelIterator

AssociationModelIterator(Neo4jStorage storage)
Method Detail

buildModel

AssociationModel buildModel(org.neo4j.graphdb.Node node)
Specified by:
buildModel in class ModelIterator<AssociationModel>


Copyright © 2013. All Rights Reserved.