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.matching
Classes in com._1c.g5.v8.dt.compare.matching that implement IEmfObjectMatcher Modifier and Type Class Description class
AbstractEmfObjectMatcher
Abstract EMF object matcher.class
AbstractMultiEmfObjectMatcher
An abstract multi EMF object matcher.class
ExternalReferenceFeatureMatcher
A custom matcher based on an external reference feature.class
FeaturesListMultiMatcher
A multi matcher based on the collection of single features which are interpreted as the identifier of the object.class
RecursiveFeatureMultiMatcher
A multi matcher based on features which are interpreted as the identifier of the object and called for object recursively.class
SingleFeatureMatcher
A matcher based on a single feature which is interpreted as the identifier of the object.class
SingleFeatureMultiMatcher
A 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.participant
Methods in com._1c.g5.v8.dt.compare.participant that return IEmfObjectMatcher Modifier and Type Method Description protected IEmfObjectMatcher
AbstractEmfBasedComparisonParticipant. 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.matching
Classes in com._1c.g5.v8.dt.md.compare.matching that implement IEmfObjectMatcher Modifier and Type Class Description class
WebServiceXDTOPackageMatcher
Matcher for Web service XDTO packages. -
Uses of IEmfObjectMatcher in com._1c.g5.v8.dt.md.compare.participant
Methods in com._1c.g5.v8.dt.md.compare.participant that return IEmfObjectMatcher Modifier and Type Method Description protected IEmfObjectMatcher
AbstractMdAwareComparisonParticipant. getCustomMatcher(TopComparisonNode topNode, org.eclipse.emf.ecore.EReference reference, ComparisonContext objectContext)
-