Graph-related Operations

A graph is an algorithm processing flow described by the combination of different operators. This chapter mainly introduces various graph-related operations.

How to Create a New Blank Graph

Perform the following steps to create a new blank graph:

  1. Click Create a new blank graph.

  2. In the pop-up window, enter the graph name and click Confirm to create a new graph.

  3. After the creation is complete, double-click the graph name with the left mouse button to enter the graph editing interface.

How to Import a Graph

Perform the following steps to import a graph:

  1. Prepare a graph file (.atom format).

  2. Click Import graph file. In the pop-up window:

    1. Click Upload file and select the graph file to be imported. The graph name is displayed as the file name by default and can be modified according to the actual situation.

    2. Click Confirm to complete the import.

  3. After the import is complete, double-click the graph name with the left mouse button to enter the graph editing interface.

How to Release a Graph

Releasing a graph clears cached variables in the graph and releases memory.

To release a graph, perform the following steps:

  1. Right-click the graph name.

  2. In the shortcut menu, click Release Graph to release the graph.

How to Rename a Graph

To rename a graph, perform the following steps:

  1. Right-click the graph name.

  2. In the shortcut menu, click Modify Name.

  3. In the pop-up window to modify the graph name, enter a name and click Confirm to rename the graph.

How to Add Comments to a Graph

To add comments to a graph, perform the following steps:

  1. Right-click the graph name.

  2. In the shortcut menu, click Edit Comments.

  3. In the pop-up window for editing notes, enter the custom note content and click Confirm to add the note.== How to Release a Graph

Releasing a graph clears cached variables within it, freeing up memory.

Follow these steps to release a graph:

  1. Right-click the graph name.

  2. In the context menu, click Release Graph to release it.

How to Export a Graph

Follow these steps to export a graph:

  1. Right-click the graph name.

  2. In the context menu, click Export Graph.

How to Duplicate a Graph

Follow these steps to duplicate a graph:

  1. Right-click the graph name.

  2. In the context menu, click Duplicate Graph.

  3. Click OK.

How to Rename a Graph

Follow these steps to rename a graph:

  1. Right-click the graph name.

  2. In the context menu, click Rename.

  3. In the pop-up dialog, enter the new name and click Confirm to rename the graph.

How to Edit Graph Notes

Follow these steps to add notes to a graph:

  1. Right-click the graph name.

  2. In the context menu, click Edit Notes.

  3. In the notes editing dialog, enter custom note content, then click Confirm to save the notes.

How to Delete a Graph

To delete a graph, perform the following steps:

  1. Right-click the graph name.

  2. In the shortcut menu, click Delete.

  3. In the pop-up window to confirm deletion, click OK to delete the graph.

How to Run a Graph

Follow these steps to run a graph:

  1. Double-click the graph name to open the graph editing interface.

  2. After building the graph, click Run Graph in the menu bar.

How to Rerun a Graph

Follow these steps to rerun a graph:

  1. Double-click the graph name to open the graph editing interface.

  2. After building the graph, click More Options > Rerun in the menu bar.

  3. Set the number of runs, then click Confirm.

  4. After confirming, a [Data Table] pop-up will display, recording the duration of each run and the average run time.

  5. To stop the run, click Stop; to close the pop-up and terminate the run, click Close.