public class Connection extends Object
| Constructor and Description |
|---|
Connection(JanusGraphEdge connectionEdge) |
Connection(String edgeLabel,
VertexLabel outgoingVertexLabel,
VertexLabel incomingVertexLabel) |
| Modifier and Type | Method and Description |
|---|---|
JanusGraphEdge |
getConnectionEdge() |
String |
getEdgeLabel() |
VertexLabel |
getIncomingVertexLabel() |
VertexLabel |
getOutgoingVertexLabel() |
public Connection(JanusGraphEdge connectionEdge)
public Connection(String edgeLabel, VertexLabel outgoingVertexLabel, VertexLabel incomingVertexLabel)
public VertexLabel getOutgoingVertexLabel()
VertexLabel.public VertexLabel getIncomingVertexLabel()
VertexLabel.public JanusGraphEdge getConnectionEdge()
Copyright © 2012–2023. All rights reserved.