Class SingleFeatureMultiMatcher
- 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.SingleFeatureMultiMatcher
-
- All Implemented Interfaces:
IEmfObjectMatcher
,IObjectMatcher<org.eclipse.emf.ecore.EObject,MatchedEmfObjects>
public class SingleFeatureMultiMatcher extends AbstractMultiEmfObjectMatcher
A multi matcher based on a single feature which is interpreted as the identifier of the object.
-
-
Constructor Summary
Constructors Constructor Description SingleFeatureMultiMatcher(org.eclipse.emf.ecore.EStructuralFeature feature)
Creates a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Object
getId(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.AbstractMultiEmfObjectMatcher
createComparedObjectsInstance
-
Methods inherited from class com._1c.g5.v8.dt.compare.matching.AbstractMultiObjectMatcher
match
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com._1c.g5.v8.dt.compare.matching.IObjectMatcher
match
-
-
-
-
Method Detail
-
getId
protected Object getId(org.eclipse.emf.ecore.EObject eObject, ComparisonSide side)
Description copied from class:AbstractIdBasedObjectMatcher
For the specified compared object returns its identifier.- Specified by:
getId
in classAbstractIdBasedObjectMatcher<org.eclipse.emf.ecore.EObject,MatchedEmfObjects>
- Parameters:
eObject
- the compared object to get an identifier of its side for, cannot benull
side
- the side of the compared object, cannot benull
- Returns:
- identifier or
null
if the side is empty
-
-