uk.me.parabola.mkgmap.osmstyle.actions
Class ActionList

java.lang.Object
  extended by uk.me.parabola.mkgmap.osmstyle.actions.ActionList

public class ActionList
extends java.lang.Object

Wrap an a action list along with information about tags that could be affected by the actions.

Author:
Steve Ratcliffe

Constructor Summary
ActionList(java.util.List<Action> list, java.util.Set<java.lang.String> changeableTags)
           
 
Method Summary
 java.util.Set<java.lang.String> getChangeableTags()
           
 java.util.List<Action> getList()
           
 boolean isEmpty()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionList

public ActionList(java.util.List<Action> list,
                  java.util.Set<java.lang.String> changeableTags)
Method Detail

getList

public java.util.List<Action> getList()

isEmpty

public boolean isEmpty()

getChangeableTags

public java.util.Set<java.lang.String> getChangeableTags()