this.graphGenerator = new DefaultGraphGenerator(this, visualisedObjectManager, graphFactory, nodeFactory,
edgeFactory, nodeRenderer);
this.graphSelectionModel = new DefaultGraphSelectionModel();
this.graphView = new DefaultGraphView(this, nodeRenderer, edgeRenderer);
}