@return the predecessors of given node in this graph.
(N node)
| 61 | * @return the predecessors of given node in this graph. |
| 62 | */ |
| 63 | Set<N> getPredsOf(N node); |
| 64 | |
| 65 | /** |
| 66 | * @return the successors of given node in this graph. |
no outgoing calls
no test coverage detected