public class TransientRelationship extends Object
| Constructor and Description |
|---|
TransientRelationship(String src,
String ref,
String rel,
String tgt,
Class srcClass,
Class tgtClass) |
| Modifier and Type | Method and Description |
|---|---|
MappedRelationship |
convert(Map<String,Long> refMap)
Creates a MappedRelationship from a TransientRelationship
using the supplied refMap to lookup and replace the correct start and end node ids
|
boolean |
equalsIgnoreDirection(String src,
RelationshipBuilder builder,
String tgt) |
public MappedRelationship convert(Map<String,Long> refMap)
refMap - A Map containing refs to the src/tgt idspublic boolean equalsIgnoreDirection(String src, RelationshipBuilder builder, String tgt)
Copyright © 2015 Neo Technology, Inc.. All rights reserved.