| Constructor and Description |
|---|
AbstractEdge() |
AbstractEdge(V source,
V target) |
| Modifier and Type | Method and Description |
|---|---|
V |
getSource()
Getter method to know the source of the edge.
|
V |
getTarget()
Getter method to know the target of the edge.
|
java.lang.Object |
getType()
Getter method for the Type.
|
void |
setType(java.lang.Object obj)
Setter method for the Type
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEdgeFactorypublic void setType(java.lang.Object obj)
Typablepublic java.lang.Object getType()
Typablepublic V getSource()
Edge