Package | Description |
---|---|
com.domain.project.core.graph |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.Integer,Edge> |
Graph.getEdges() |
Modifier and Type | Method and Description |
---|---|
Node |
Graph.getNode1(Edge edge)
return the Node instance of the node1 of the given edge
|
Node |
Graph.getNode2(Edge edge)
return the Node instance of the node2 of the given edge
|