* Get incoming edges to a node
(nodeId: string)
| 1585 | * Get incoming edges to a node |
| 1586 | */ |
| 1587 | getIncomingEdges(nodeId: string): Edge[] { |
| 1588 | return this.queries.getIncomingEdges(nodeId); |
| 1589 | } |
| 1590 | |
| 1591 | // =========================================================================== |
| 1592 | // File Operations |
no outgoing calls