public ComponentType withDotted() {
   checkArrow();
   return ComponentType.getArrow(arrowConfiguration.withDotted());
 }