Uses of Class
com._1c.g5.v8.dt.compare.model.ComparedObjectPath
Packages that use ComparedObjectPath
Package
Description
-
Uses of ComparedObjectPath in com._1c.g5.v8.dt.compare.core
Methods in com._1c.g5.v8.dt.compare.core that return ComparedObjectPathModifier and TypeMethodDescriptionComparisonNodeFactory.buildPath
(ComparedObjectPath parentPath, Object matchedObject, org.eclipse.emf.ecore.EStructuralFeature feature, int position, IComparisonSession session) Builds path by the parentComparedObjectPath
, matched object, feature and position.Methods in com._1c.g5.v8.dt.compare.core with parameters of type ComparedObjectPathModifier and TypeMethodDescriptionComparisonNodeFactory.buildPath
(ComparedObjectPath parentPath, Object matchedObject, org.eclipse.emf.ecore.EStructuralFeature feature, int position, IComparisonSession session) Builds path by the parentComparedObjectPath
, matched object, feature and position. -
Uses of ComparedObjectPath in com._1c.g5.v8.dt.compare.matching
Methods in com._1c.g5.v8.dt.compare.matching that return ComparedObjectPathModifier and TypeMethodDescriptionprotected final ComparedObjectPath
AbstractElementsTreeMatcher.buildPath
(ComparedObjectPath parentPath, org.eclipse.emf.ecore.EObject matchedObject, org.eclipse.emf.ecore.EStructuralFeature feature) Builds path for the specified single feature.protected final ComparedObjectPath
AbstractElementsTreeMatcher.buildPath
(ComparedObjectPath parentPath, org.eclipse.emf.ecore.EObject matchedObject, org.eclipse.emf.ecore.EStructuralFeature feature, int position) Builds path for the specified many-feature.protected abstract ComparedObjectPath
AbstractElementsTreeMatcher.getRootPath
(org.eclipse.emf.ecore.EObject rootItem) Returns the path for the root item.Methods in com._1c.g5.v8.dt.compare.matching with parameters of type ComparedObjectPathModifier and TypeMethodDescriptionprotected final ComparedObjectPath
AbstractElementsTreeMatcher.buildPath
(ComparedObjectPath parentPath, org.eclipse.emf.ecore.EObject matchedObject, org.eclipse.emf.ecore.EStructuralFeature feature) Builds path for the specified single feature.protected final ComparedObjectPath
AbstractElementsTreeMatcher.buildPath
(ComparedObjectPath parentPath, org.eclipse.emf.ecore.EObject matchedObject, org.eclipse.emf.ecore.EStructuralFeature feature, int position) Builds path for the specified many-feature.protected abstract void
AbstractElementsTreeMatcher.matchElements
(org.eclipse.emf.ecore.EObject container, ComparedObjectPath containerPath, ComparisonSide side) Matches child items of the given container and puts them by calling#putElement(EObject, ComparisonSide)
method.protected void
AbstractElementsTreeMatcher.putMatchedElement
(org.eclipse.emf.ecore.EObject item, ComparedObjectPath path, ComparisonSide side) Stores matched element for the given comparison side. -
Uses of ComparedObjectPath in com._1c.g5.v8.dt.compare.model
Methods in com._1c.g5.v8.dt.compare.model that return ComparedObjectPathModifier and TypeMethodDescriptionComparedObjects.getPath
(ComparisonSide side) IComparedObjects.getPath
(ComparisonSide side) Returns path to the compared object.Methods in com._1c.g5.v8.dt.compare.model with parameters of type ComparedObjectPathModifier and TypeMethodDescriptionvoid
ComparedObjects.setPath
(ComparisonSide side, ComparedObjectPath path) void
IComparedObjects.setPath
(ComparisonSide side, ComparedObjectPath path) Sets the path to the compared object.Constructors in com._1c.g5.v8.dt.compare.model with parameters of type ComparedObjectPathModifierConstructorDescriptionComparedObjectPath
(ComparedObjectPath parentPath, Long bmId, int featureId, int parentFeatureEClassId, int positionInManyFeatureArray) Creates path for the specified feature. -
Uses of ComparedObjectPath in com._1c.g5.v8.dt.internal.form.compare
Methods in com._1c.g5.v8.dt.internal.form.compare that return ComparedObjectPathModifier and TypeMethodDescriptionprotected ComparedObjectPath
FormElementsMatcher.getRootPath
(org.eclipse.emf.ecore.EObject rootItem) Methods in com._1c.g5.v8.dt.internal.form.compare with parameters of type ComparedObjectPathModifier and TypeMethodDescriptionprotected void
FormElementsMatcher.matchElements
(org.eclipse.emf.ecore.EObject item, ComparedObjectPath itemPath, ComparisonSide side) -
Uses of ComparedObjectPath in com._1c.g5.v8.dt.md.compare.matching
Methods in com._1c.g5.v8.dt.md.compare.matching that return ComparedObjectPathModifier and TypeMethodDescriptionprotected ComparedObjectPath
PredefinedMdObjectMatcher.getRootPath
(org.eclipse.emf.ecore.EObject rootItem) Methods in com._1c.g5.v8.dt.md.compare.matching with parameters of type ComparedObjectPathModifier and TypeMethodDescriptionprotected void
PredefinedMdObjectMatcher.matchElements
(org.eclipse.emf.ecore.EObject item, ComparedObjectPath itemPath, ComparisonSide side)