|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.me.parabola.mkgmap.osmstyle.actions.ActionList
public class ActionList
Wrap an a action list along with information about tags that could be affected by the actions.
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 |
---|
public ActionList(java.util.List<Action> list, java.util.Set<java.lang.String> changeableTags)
Method Detail |
---|
public java.util.List<Action> getList()
public boolean isEmpty()
public java.util.Set<java.lang.String> getChangeableTags()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |