Returns the pair of the parent graph ID and node ID # Returns (Graph ID, Node ID)
(&self)
| 478 | /// |
| 479 | /// (Graph ID, Node ID) |
| 480 | pub fn get_global_id(&self) -> (u64, u64) { |
| 481 | (self.get_graph().get_id(), self.get_id()) |
| 482 | } |
| 483 | |
| 484 | /// Returns the operation associated with the node. |
| 485 | /// |