public class Edge extends Object
| Constructor and Description |
|---|
Edge(int sourceID,
int targetID,
Component component,
Map<QName,String> labels,
Graph graph) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Component |
getComponent() |
Map<QName,String> |
getLabels() |
Node |
getSource() |
int |
getSourceID() |
Node |
getTarget() |
int |
getTargetID() |
int |
hashCode() |
Copyright © 2019 Thomas Krause. All rights reserved.