Uses of Interface
com._1c.g5.v8.dt.compare.matching.IObjectMatcher
-
Packages that use IObjectMatcher Package Description com._1c.g5.v8.dt.compare.matching com._1c.g5.v8.dt.md.compare.matching -
-
Uses of IObjectMatcher in com._1c.g5.v8.dt.compare.matching
Subinterfaces of IObjectMatcher in com._1c.g5.v8.dt.compare.matching Modifier and Type Interface Description interface
IEmfObjectMatcher
A matcher of EMF objects.Classes in com._1c.g5.v8.dt.compare.matching that implement IObjectMatcher Modifier and Type Class Description class
AbstractEmfObjectMatcher
Abstract EMF object matcher.class
AbstractIdBasedObjectMatcher<T,U extends IComparedObjects<T>>
A matcher based on the object identifier.class
AbstractMultiEmfObjectMatcher
An abstract multi EMF object matcher.class
AbstractMultiObjectMatcher<T,U extends IComparedObjects<T>>
TheAbstractIdBasedObjectMatcher
extension; the object identifiers may not be unique.class
AbstractObjectMatcher<T,U extends IComparedObjects<T>>
TheAbstractIdBasedObjectMatcher
extension; the object identifiers must be unique.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 IObjectMatcher in com._1c.g5.v8.dt.md.compare.matching
Classes in com._1c.g5.v8.dt.md.compare.matching that implement IObjectMatcher Modifier and Type Class Description class
WebServiceXDTOPackageMatcher
Matcher for Web service XDTO packages.
-