/** @generated NOT */
 public boolean canExecute() {
   LogicNode container = (LogicNode) getElementToEdit();
   if (container.getMainOutput() != null) {
     return false;
   }
   return true;
 }