public interface IResourceMatchingStrategy
StrategyResourceMatcher will be used to match two or three Resources together; depending
 on whether we are doing a two or three way comparison.| Modifier and Type | Method and Description | 
|---|---|
| List<MatchResource> | matchResources(Iterable<? extends Resource> left,
              Iterable<? extends Resource> right,
              Iterable<? extends Resource> origin)This will be called by the resource matcher in order to determine the matching between n
 resources. | 
List<MatchResource> matchResources(Iterable<? extends Resource> left, Iterable<? extends Resource> right, Iterable<? extends Resource> origin)
left - Resources we are to match in the left.right - Resources we are to match in the right.origin - Resources we are to match in the origin.
Copyright (c) 2006, 2015 Obeo and others. All rights reserved.