/** Add a new tag to this plugin's internal model */
  public void localAddIntentionType(CIntentionType type) {
    activeIntentionTypes.put(type.getId(), type);

    CanvasTagPanel.getInstance().updateIntentionTypes();
  }