org.neo4j.unsafe.batchinsert
Class BatchRelationship
java.lang.Object
org.neo4j.unsafe.batchinsert.BatchRelationship
public final class BatchRelationship
- extends Object
Simple relationship wrapping start node id, end node id and relationship
type.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.