org.neo4j.unsafe.batchinsert
Class BatchRelationship

java.lang.Object
  extended by org.neo4j.unsafe.batchinsert.BatchRelationship

public final class BatchRelationship
extends Object

Simple relationship wrapping start node id, end node id and relationship type.


Method Summary
 long getEndNode()
           
 long getId()
           
 long getStartNode()
           
 RelationshipType getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getId

public long getId()

getStartNode

public long getStartNode()

getEndNode

public long getEndNode()

getType

public RelationshipType getType()


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