Class FeatureFilterAdapter

java.lang.Object
org.eclipse.emf.common.notify.impl.AdapterImpl
org.eclipse.emf.compare.internal.FeatureFilterAdapter
All Implemented Interfaces:
Adapter, Adapter.Internal

public class FeatureFilterAdapter extends AdapterImpl
This will be used to attach the FeatureFilter to its comparison so that it can be used after the diff process.
  • Constructor Details

    • FeatureFilterAdapter

      public FeatureFilterAdapter(FeatureFilter featureFilter)
      Constructor.
      Parameters:
      featureFilter - The wrapped feature filter.
  • Method Details