Class RecursiveFeatureMultiMatcher
- java.lang.Object
- 
- com._1c.g5.v8.dt.compare.matching.AbstractIdBasedObjectMatcher<T,U>
- 
- com._1c.g5.v8.dt.compare.matching.AbstractMultiObjectMatcher<org.eclipse.emf.ecore.EObject,MatchedEmfObjects>
- 
- com._1c.g5.v8.dt.compare.matching.AbstractMultiEmfObjectMatcher
- 
- com._1c.g5.v8.dt.compare.matching.RecursiveFeatureMultiMatcher
 
 
 
 
- 
- All Implemented Interfaces:
- IEmfObjectMatcher,- IObjectMatcher<org.eclipse.emf.ecore.EObject,MatchedEmfObjects>
 
 public class RecursiveFeatureMultiMatcher extends AbstractMultiEmfObjectMatcher A multi matcher based on features which are interpreted as the identifier of the object and called for object recursively.
- 
- 
Constructor SummaryConstructors Constructor Description RecursiveFeatureMultiMatcher(List<org.eclipse.emf.ecore.EStructuralFeature> features)Creates a new instance.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ObjectgetId(org.eclipse.emf.ecore.EObject eObject, ComparisonSide side)For the specified compared object returns its identifier.- 
Methods inherited from class com._1c.g5.v8.dt.compare.matching.AbstractMultiEmfObjectMatchercreateComparedObjectsInstance
 - 
Methods inherited from class com._1c.g5.v8.dt.compare.matching.AbstractMultiObjectMatchermatch
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com._1c.g5.v8.dt.compare.matching.IObjectMatchermatch
 
- 
 
- 
- 
- 
Constructor Detail- 
RecursiveFeatureMultiMatcherpublic RecursiveFeatureMultiMatcher(List<org.eclipse.emf.ecore.EStructuralFeature> features) Creates a new instance.- Parameters:
- features- the feature list to match objects by recursively, all features (except last one) should be single and its type should be- EClass, cannot be- null
 
 
- 
 - 
Method Detail- 
getIdprotected Object getId(org.eclipse.emf.ecore.EObject eObject, ComparisonSide side) Description copied from class:AbstractIdBasedObjectMatcherFor the specified compared object returns its identifier.- Specified by:
- getIdin class- AbstractIdBasedObjectMatcher<org.eclipse.emf.ecore.EObject,MatchedEmfObjects>
- Parameters:
- eObject- the compared object to get an identifier of its side for, cannot be- null
- side- the side of the compared object, cannot be- null
- Returns:
- identifier or nullif the side is empty
 
 
- 
 
-