Uses of Class
com._1c.g5.v8.dt.compare.model.ComparedObjects
-
-
Uses of ComparedObjects in com._1c.g5.v8.dt.compare.core
Methods in com._1c.g5.v8.dt.compare.core that return ComparedObjects Modifier and Type Method Description ComparedObjects<?>ExternalPropertyComparisonData. getExternalPropertyObjects()Gets the triple of stored external property objects.Methods in com._1c.g5.v8.dt.compare.core with parameters of type ComparedObjects Modifier and Type Method Description SingleValueComparisonNodeComparisonNodeFactory. createSingleValueComparisonNode(ComparisonNode parent, AbstractComparedEmfObjects<?> parentComparedObjects, ComparedObjects<?> comparedObjects, ComparedFeatures<?> comparedFeatures, IComparisonSession session)Creates a comparison node for a single value.voidExternalPropertyComparisonData. setExternalPropertyObjects(ComparedObjects<?> extPropObjects, boolean storeInCache)Stores the triple of external property objects. -
Uses of ComparedObjects in com._1c.g5.v8.dt.compare.matching
Subclasses of ComparedObjects in com._1c.g5.v8.dt.compare.matching Modifier and Type Class Description classMatchedEmfObjectsA representation of compared EMF objects with stored matched node Id.classMatchedReferenceA tuple of matched objects stored in a reference collection via symbolic links. -
Uses of ComparedObjects in com._1c.g5.v8.dt.compare.model
Subclasses of ComparedObjects in com._1c.g5.v8.dt.compare.model Modifier and Type Class Description classAbstractComparedEmfObjects<T extends org.eclipse.emf.ecore.EObject>An abstract implementation of compared EMF objects.classComparedEmfObjectsA representation of comparedEObjects.classComparedSymlinksAn object representing a tuple of compared symbolic links.classComparedUniqueSymlinksAn object representing a tuple of compared unique symbolic links. -
Uses of ComparedObjects in com._1c.g5.v8.dt.compare.participant
Methods in com._1c.g5.v8.dt.compare.participant with parameters of type ComparedObjects Modifier and Type Method Description protected ComparisonFlagsAbstractEmfBasedComparisonParticipant. calculateCompareValueFlags(AbstractComparedEmfObjects<?> comparingObject, ComparedObjects<Object> values, ComparedFeatures<?> comparedFeatures, ComparisonContext comparisonContext) -
Uses of ComparedObjects in com._1c.g5.v8.dt.form.compare
Subclasses of ComparedObjects in com._1c.g5.v8.dt.form.compare Modifier and Type Class Description classComparedFormObjectsA representation of compared forms. -
Uses of ComparedObjects in com._1c.g5.v8.dt.md.compare
Subclasses of ComparedObjects in com._1c.g5.v8.dt.md.compare Modifier and Type Class Description classComparedMdObjectsA representation of compared MD objects. -
Uses of ComparedObjects in com._1c.g5.v8.dt.rights.compare
Subclasses of ComparedObjects in com._1c.g5.v8.dt.rights.compare Modifier and Type Class Description classComparedRoleDescriptionObjectsA representation of compared role description objects.
-