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 SingleValueComparisonNode
ComparisonNodeFactory. createSingleValueComparisonNode(ComparisonNode parent, AbstractComparedEmfObjects<?> parentComparedObjects, ComparedObjects<?> comparedObjects, ComparedFeatures<?> comparedFeatures, IComparisonSession session)
Creates a comparison node for a single value.void
ExternalPropertyComparisonData. 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 class
MatchedEmfObjects
A representation of compared EMF objects with stored matched node Id.class
MatchedReference
A 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 class
AbstractComparedEmfObjects<T extends org.eclipse.emf.ecore.EObject>
An abstract implementation of compared EMF objects.class
ComparedEmfObjects
A representation of comparedEObject
s.class
ComparedSymlinks
An object representing a tuple of compared symbolic links.class
ComparedUniqueSymlinks
An 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 ComparisonFlags
AbstractEmfBasedComparisonParticipant. 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 class
ComparedFormObjects
A 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 class
ComparedMdObjects
A 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 class
ComparedRoleDescriptionObjects
A representation of compared role description objects.
-