General API that defines the graph structure.
All graphs in Gephi are defined and stored with the Graph API. Graphs can be read or written from its interface.
The GraphController
is managing models and is the
access door to the system. This controller is a service, and can be
retrieved by using the following command:
GraphController gc = Lookup.getDefault().lookup(GraphController.class);