E
- type of incoming/outgoing edgespublic interface IsVertex<E>
Modifier and Type | Method and Description |
---|---|
java.util.Set<E> |
getIncomingEdges()
Get incoming edges to this node
|
java.util.Set<E> |
getOutgoingEdges()
Get outgoing edges from this node
|