uk.me.parabola.mkgmap.osmstyle.actions
Interface Action

All Known Implementing Classes:
AddTagAction, DeleteAction, EchoAction, NameAction, RenameAction, SubAction

public interface Action

Perform some action on an Element. Add, change or remove tags.

Author:
Steve Ratcliffe

Method Summary
 void perform(Element el)
          Perform the action on the element.
 

Method Detail

perform

void perform(Element el)
Perform the action on the element.