public abstract class AbstractGraphEdge<S,T> extends AbstractGraphElement implements java.lang.Comparable<AbstractGraphEdge<S,T>>
Modifier and Type | Field and Description |
---|---|
protected int |
hash |
protected S |
source |
protected T |
target |
Constructor and Description |
---|
AbstractGraphEdge(S source,
T target) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
S |
getSource() |
T |
getTarget() |
int |
hashCode() |
getAttributeMap, getLabel, toString