org.eclipse.emf.ecp.view.spi.viewproxy.resolver
Interface ECPDomainModelReferenceMerger


public interface ECPDomainModelReferenceMerger

The domain model reference merger prepends a given VFeaturePathDomainModelReference to any DMR.

Author:
jfaltermeier

Method Summary
 boolean merge(VFeaturePathDomainModelReference source, VDomainModelReference target)
          Prepends the the proxy reference to the given reference.
 

Method Detail

merge

boolean merge(VFeaturePathDomainModelReference source,
              VDomainModelReference target)
Prepends the the proxy reference to the given reference.

Parameters:
source - the proxy reference
target - the target
Returns:
true if successful, false otherwise


Copyright © 2015. All Rights Reserved.