this.conditions = loadObject.getString("conditions");
}
@Override
public AbstractGuiComponent<Operator> draw(final GraphWrapper gw, final VisualGraph<Operator> parent) {
this.panel = new JumpOverOperatorPanel(parent, gw, this, this.classType, this.determineNameForDrawing(), this.alsoSubClasses, this.cardinality);
return this.panel;
}