Unlike PureGraphPlugin, this is for plugins of graph manager, i.e. operations acting on the graph instead of within the graph. As such processes involving grammar, compilation, generation,etc. should be placed here.

Hierarchy

  • AbstractPlugin
    • PureGraphManagerPlugin

Methods

  • Get the list of observers for packageable element. These observer will make the element become observable by change detection engine.

    Returns ElementObserver[]

  • Get the list of system element qualified paths to be exposed for common usages.

    Many system elements are included when building the graph, but only a few should be presented in the form view to user as selection options. This method will provide the allowed list of system element paths that we want the users to be able to see directly in selection/dropdown menus.

    Returns string[]