Uses of Class
com._1c.g5.v8.dt.compare.model.ObjectsTriple
Packages that use ObjectsTriple
Package
Description
-
Uses of ObjectsTriple in com._1c.g5.v8.dt.compare.core
Methods in com._1c.g5.v8.dt.compare.core that return types with arguments of type ObjectsTripleModifier and TypeMethodDescriptionIComparisonSession.getComparedObjectsCorrespondences()
Returns a collection of correspondences between compared objects.ComparisonProcessSettings.getCorrespondences()
IComparisonProcessSettings.getCorrespondences()
Returns the list of explicit correspondences between main and other objects and their common ancestor (optional) that must be used in the process.Method parameters in com._1c.g5.v8.dt.compare.core with type arguments of type ObjectsTripleModifier and TypeMethodDescriptionComparisonProcessSettings.ComparisonSettingsBuilder.correspondences
(List<ObjectsTriple<String>> correspondences) Sets the explicit correspondences to be used in the process.Constructors in com._1c.g5.v8.dt.compare.core with parameters of type ObjectsTripleModifierConstructorDescriptionExternalPropertyComparisonData
(AbstractComparedEmfObjects<?> parentComparingObjects, ComparedSymlinks extPropSymlinks, ComparedFeatures<org.eclipse.emf.ecore.EReference> extPropFeatures, ObjectsTriple<String> qualifyingTypes) Creates external property data instance.Constructor parameters in com._1c.g5.v8.dt.compare.core with type arguments of type ObjectsTripleModifierConstructorDescriptionComparisonProcessSettings
(MatchingStrategy matchingStrategy, List<ObjectsTriple<String>> correspondences, IMergeSettingsModel mergeSettingsModel) Constructs a settings object with the specified values. -
Uses of ObjectsTriple in com._1c.g5.v8.dt.compare.settings.model
Methods in com._1c.g5.v8.dt.compare.settings.model that return types with arguments of type ObjectsTripleModifier and TypeMethodDescriptionRestoredMergeSettings.getComparedObjectsCorrespondences()
Returns the list of explicit correspondences between main, other and ancestor objects.Constructor parameters in com._1c.g5.v8.dt.compare.settings.model with type arguments of type ObjectsTripleModifierConstructorDescriptionRestoredMergeSettings
(List<ObjectsTriple<String>> comparedObjectsCorrespondences, IMergeSettingsModel mergeSettingsModel) Creates restored merge settings instance. -
Uses of ObjectsTriple in com._1c.g5.v8.dt.internal.compare
Subclasses of ObjectsTriple in com._1c.g5.v8.dt.internal.compareModifier and TypeClassDescriptionclass
A triple ofIComparisonDataSourceDescriptor
's.class
A triple ofIComparisonDataSource
's.Methods in com._1c.g5.v8.dt.internal.compare that return types with arguments of type ObjectsTriple -
Uses of ObjectsTriple in com._1c.g5.v8.dt.internal.compare.store
Methods in com._1c.g5.v8.dt.internal.compare.store that return types with arguments of type ObjectsTripleModifier and TypeMethodDescriptionComparisonProcessStore.getCorrespondences
(ComparisonProcessHandle handle) IComparisonProcessStore.getCorrespondences
(ComparisonProcessHandle handle) Returns explicit correspondence and exclusion information as a collection of triple of symbolic links.Methods in com._1c.g5.v8.dt.internal.compare.store with parameters of type ObjectsTripleModifier and TypeMethodDescriptionvoid
ComparisonProcessStore.addCorrespondence
(ComparisonProcessHandle handle, ObjectsTriple<String> correspondence) void
IComparisonProcessStore.addCorrespondence
(ComparisonProcessHandle handle, ObjectsTriple<String> correspondence) Adds correspondence to the store. -
Uses of ObjectsTriple in com._1c.g5.v8.dt.testing.compare
Methods in com._1c.g5.v8.dt.testing.compare with parameters of type ObjectsTripleModifier and TypeMethodDescriptionstatic void
CompareTestUtils.setCorrespondencesAndWait
(IComparisonManager comparisonManager, IComparisonSession session, ObjectsTriple<String> correspondence) Method parameters in com._1c.g5.v8.dt.testing.compare with type arguments of type ObjectsTripleModifier and TypeMethodDescriptionstatic CompareMergeProcessBatch
CompareTestUtils.createComparisonBatchMergeObjectsContent
(MatchingStrategy matchingStrategy, List<ObjectsTriple<String>> correspondences, ComparisonProcessHandle... handles)