Uses of Interface
com._1c.g5.v8.dt.compare.matching.IEmfObjectMatcher
- 
Packages that use IEmfObjectMatcher Package Description com._1c.g5.v8.dt.compare.matching com._1c.g5.v8.dt.compare.participant com._1c.g5.v8.dt.md.compare.matching com._1c.g5.v8.dt.md.compare.participant 
- 
- 
Uses of IEmfObjectMatcher in com._1c.g5.v8.dt.compare.matchingClasses in com._1c.g5.v8.dt.compare.matching that implement IEmfObjectMatcher Modifier and Type Class Description classAbstractEmfObjectMatcherAbstract EMF object matcher.classAbstractMultiEmfObjectMatcherAn abstract multi EMF object matcher.classExternalReferenceFeatureMatcherA custom matcher based on an external reference feature.classFeaturesListMultiMatcherA multi matcher based on the collection of single features which are interpreted as the identifier of the object.classRecursiveFeatureMultiMatcherA multi matcher based on features which are interpreted as the identifier of the object and called for object recursively.classSingleFeatureMatcherA matcher based on a single feature which is interpreted as the identifier of the object.classSingleFeatureMultiMatcherA multi matcher based on a single feature which is interpreted as the identifier of the object.
- 
Uses of IEmfObjectMatcher in com._1c.g5.v8.dt.compare.participantMethods in com._1c.g5.v8.dt.compare.participant that return IEmfObjectMatcher Modifier and Type Method Description protected IEmfObjectMatcherAbstractEmfBasedComparisonParticipant. getCustomMatcher(TopComparisonNode topNode, org.eclipse.emf.ecore.EReference reference, ComparisonContext comparisonContext)Returns a custom matcher for the specified reference.
- 
Uses of IEmfObjectMatcher in com._1c.g5.v8.dt.md.compare.matchingClasses in com._1c.g5.v8.dt.md.compare.matching that implement IEmfObjectMatcher Modifier and Type Class Description classWebServiceXDTOPackageMatcherMatcher for Web service XDTO packages.
- 
Uses of IEmfObjectMatcher in com._1c.g5.v8.dt.md.compare.participantMethods in com._1c.g5.v8.dt.md.compare.participant that return IEmfObjectMatcher Modifier and Type Method Description protected IEmfObjectMatcherAbstractMdAwareComparisonParticipant. getCustomMatcher(TopComparisonNode topNode, org.eclipse.emf.ecore.EReference reference, ComparisonContext objectContext)
 
-