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
merge
boolean merge(VFeaturePathDomainModelReference source,
VDomainModelReference target)
- Prepends the the proxy reference to the given reference.
- Parameters:
source
- the proxy referencetarget
- the target
- Returns:
true
if successful, false
otherwise
Copyright © 2015. All Rights Reserved.