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 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 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 Run a Graph

Perform the following steps to run a graph:

  1. Double-click the graph name with the left mouse button to enter the graph editing interface.

  2. After completing the graph construction, click Run Graph on the menu bar.

How to Run a Graph Repeatedly

Perform the following steps to run a graph repeatedly:

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

  2. After completing the graph construction, click More functions > Repeat in the menu bar.

  3. After setting the run time, click Confirm.