Reset

The reset command set the project at its “initial” state. The objects in the meta graph are not affected.

Effectively the reset happens in 3 steps:

  1. The RGGRoot is deleted from the main graph,
  2. A new RGGRoot and Axiom nodes are inserted under the root of the main graph.
  3. The protected void init() method of the main RGG file is called.