* Get incoming edges to a node
(nodeId: string)
| 934 | * Get incoming edges to a node |
| 935 | */ |
| 936 | getIncomingEdges(nodeId: string): Edge[] { |
| 937 | return this.queries.getIncomingEdges(nodeId); |
| 938 | } |
| 939 | |
| 940 | // =========================================================================== |
| 941 | // File Operations |
no outgoing calls