this.determineRootNodes();
}
protected AbstractGuiComponent<Operator> drawPanel(final GraphWrapper gw, final RuleGraph parent, final Color bgColor, final String title) {
this.recursiveOperatorGraph = new RuleGraph(parent.getVisualEditor(),this.visualRifEditor,true);
parent.addChildComponent(this.recursiveOperatorGraph);
this.initRecursiveOperatorGraph(parent);