Class SingleFeatureMatcher
java.lang.Object
com._1c.g5.v8.dt.compare.matching.AbstractIdBasedObjectMatcher<T,U>
com._1c.g5.v8.dt.compare.matching.AbstractObjectMatcher<org.eclipse.emf.ecore.EObject,MatchedEmfObjects>
com._1c.g5.v8.dt.compare.matching.AbstractEmfObjectMatcher
com._1c.g5.v8.dt.compare.matching.SingleFeatureMatcher
- All Implemented Interfaces:
IEmfObjectMatcher,IObjectMatcher<org.eclipse.emf.ecore.EObject,MatchedEmfObjects>
A matcher based on a single feature which is interpreted as the identifier of the object.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected 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.AbstractEmfObjectMatcher
createComparedObjectsInstanceMethods inherited from class com._1c.g5.v8.dt.compare.matching.AbstractObjectMatcher
matchMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com._1c.g5.v8.dt.compare.matching.IObjectMatcher
match
-
Constructor Details
-
SingleFeatureMatcher
public SingleFeatureMatcher(org.eclipse.emf.ecore.EStructuralFeature feature)
-
-
Method Details
-
getId
Description copied from class:AbstractIdBasedObjectMatcherFor the specified compared object returns its identifier.- Specified by:
getIdin classAbstractIdBasedObjectMatcher<org.eclipse.emf.ecore.EObject,MatchedEmfObjects> - Parameters:
eObject- the compared object to get an identifier of its side for, cannot benullside- the side of the compared object, cannot benull- Returns:
- identifier or
nullif the side is empty
-