Class AbstractEmfObjectMatcher
- 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
 
 
 
- 
- All Implemented Interfaces:
- IEmfObjectMatcher,- IObjectMatcher<org.eclipse.emf.ecore.EObject,MatchedEmfObjects>
 - Direct Known Subclasses:
- SingleFeatureMatcher
 
 public abstract class AbstractEmfObjectMatcher extends AbstractObjectMatcher<org.eclipse.emf.ecore.EObject,MatchedEmfObjects> implements IEmfObjectMatcher Abstract EMF object matcher.
- 
- 
Constructor SummaryConstructors Constructor Description AbstractEmfObjectMatcher()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected MatchedEmfObjectscreateComparedObjectsInstance()Creates an empty instance of compared objects to be filled by the matcher.- 
Methods inherited from class com._1c.g5.v8.dt.compare.matching.AbstractObjectMatchermatch
 - 
Methods inherited from class com._1c.g5.v8.dt.compare.matching.AbstractIdBasedObjectMatchergetId
 - 
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
 
- 
 
- 
- 
- 
Method Detail- 
createComparedObjectsInstanceprotected MatchedEmfObjects createComparedObjectsInstance() Description copied from class:AbstractIdBasedObjectMatcherCreates an empty instance of compared objects to be filled by the matcher.- Specified by:
- createComparedObjectsInstancein class- AbstractIdBasedObjectMatcher<org.eclipse.emf.ecore.EObject,MatchedEmfObjects>
- Returns:
- a new intance of compared objects, never null
 
 
- 
 
-