Package spoon.support.modelobs.context
Class MapContext<K,V>
- java.lang.Object
-
- spoon.support.modelobs.context.Context
-
- spoon.support.modelobs.context.MapContext<K,V>
-
- Type Parameters:
K
-V
-
public class MapContext<K,V> extends Context
defines the map context
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description K
getKey()
get the changed keyMap<K,V>
getMap()
the changed map-
Methods inherited from class spoon.support.modelobs.context.Context
getChangedProperty, getElementWhereChangeHappens
-
-