final VisualGraph<Operator> parent) {
System.out.println("this.getSucceedingOperators().isEmpty()" +this.getSucceedingOperators().isEmpty());
if(!this.getSucceedingOperators().isEmpty()) {
this.drawAnnotations(parent);
}
this.panel = new VariablePanel(parent, gw, this, true);
return this.panel;
}