This is an old revision of the document!
Table of Contents
Graph Explorer Plugin
Following the basics of the Graph Explorer plugin which holds GraphObjects and SecGraphs, are described.
Objects
GraphObject
A GraphObject can be used to load graph structures from file into the GraphObeject explorer and use them as read only assets. The graph structure can either be cloned and then added to the graph or only an instance of it can be used in the graph.
SecGraph
UI
The plugin creates
Class relationships
The objects follow the structure of references commonly used in GroIMP, therefore the functionalities of are implemented interfaces (SecGraph, GraphObject) which then are implemented each by an implementation that holds the “real” function as a Reference class that can be accessed an used the reslove() function to forward the function calls to the *impl class.