* Get incoming edges to a node
(nodeId: string)
| 1516 | * Get incoming edges to a node |
| 1517 | */ |
| 1518 | getIncomingEdges(nodeId: string): Edge[] { |
| 1519 | return this.queries.getIncomingEdges(nodeId); |
| 1520 | } |
| 1521 | |
| 1522 | // =========================================================================== |
| 1523 | // File Operations |
no outgoing calls