* @param attributes Marker attributes
* @param markerType Marker type
*/
public void addMarker(Map attributes, String markerType) {
attributes.put(EPIC_MARKER_USED_FLAG, Boolean.TRUE);
AddEditorMarker ed = new AddEditorMarker();
ed.addMarker(fResource, attributes, markerType);
}