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