public class Edge extends Object
| Constructor and Description |
|---|
Edge(String id,
String sourceNodeId,
String targetNodeId,
String label) |
| Modifier and Type | Method and Description |
|---|---|
org.neo4j.graphdb.Relationship |
createLink(Map<String,org.neo4j.graphdb.Node> nodes) |
void |
createManualIndexes(org.neo4j.graphdb.GraphDatabaseService graphDatabaseService,
org.neo4j.graphdb.Relationship relationship) |
String |
getId() |
String |
getLabel() |
Map<String,Object> |
getProps() |
String |
getSourceNodeId() |
String |
getTargetNodeId() |
void |
putData(String key,
Object data) |
void |
putManualIndex(String indexName,
String indexKey,
String indexValue) |
void |
putManualIndex(String indexName,
String indexKey,
String indexValue,
Map<String,String> configuration) |
String |
toString() |
public org.neo4j.graphdb.Relationship createLink(Map<String,org.neo4j.graphdb.Node> nodes)
public void createManualIndexes(org.neo4j.graphdb.GraphDatabaseService graphDatabaseService,
org.neo4j.graphdb.Relationship relationship)
public void putManualIndex(String indexName, String indexKey, String indexValue, Map<String,String> configuration)
public String getLabel()
public String getId()
public String getSourceNodeId()
public String getTargetNodeId()
Copyright © 2017 JBoss by Red Hat. All Rights Reserved.