Class FeatureMapKeyChangeAccessorImpl

All Implemented Interfaces:
ICompareAccessor, IStructuralFeatureAccessor, ITypedElement

public class FeatureMapKeyChangeAccessorImpl extends AbstractStructuralFeatureAccessor
A specific AbstractStructuralFeatureAccessor for FeatureMapChanges of kind DifferenceKind.CHANGE (represent a value that changed his key).
Since:
4.0
  • Constructor Details

    • FeatureMapKeyChangeAccessorImpl

      public FeatureMapKeyChangeAccessorImpl(AdapterFactory adapterFactory, FeatureMapChange diff, IMergeViewer.MergeViewerSide side)
      Default constructor.
      Parameters:
      adapterFactory - the adapater factory used to create the accessor.
      diff - the diff associated with this accessor.
      side - the side of the accessor.
  • Method Details