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 ComparedObjectPathAbstractElementsTreeMatcher.buildPath(ComparedObjectPath parentPath, org.eclipse.emf.ecore.EObject matchedObject, org.eclipse.emf.ecore.EStructuralFeature feature) Builds path for the specified single feature.protected final ComparedObjectPathAbstractElementsTreeMatcher.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 ComparedObjectPathAbstractElementsTreeMatcher.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 ComparedObjectPathAbstractElementsTreeMatcher.buildPath(ComparedObjectPath parentPath, org.eclipse.emf.ecore.EObject matchedObject, org.eclipse.emf.ecore.EStructuralFeature feature) Builds path for the specified single feature.protected final ComparedObjectPathAbstractElementsTreeMatcher.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 voidAbstractElementsTreeMatcher.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 voidAbstractElementsTreeMatcher.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 TypeMethodDescriptionvoidComparedObjects.setPath(ComparisonSide side, ComparedObjectPath path) voidIComparedObjects.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 ComparedObjectPathFormElementsMatcher.getRootPath(org.eclipse.emf.ecore.EObject rootItem) Methods in com._1c.g5.v8.dt.internal.form.compare with parameters of type ComparedObjectPathModifier and TypeMethodDescriptionprotected voidFormElementsMatcher.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 ComparedObjectPathPredefinedMdObjectMatcher.getRootPath(org.eclipse.emf.ecore.EObject rootItem) Methods in com._1c.g5.v8.dt.md.compare.matching with parameters of type ComparedObjectPathModifier and TypeMethodDescriptionprotected voidPredefinedMdObjectMatcher.matchElements(org.eclipse.emf.ecore.EObject item, ComparedObjectPath itemPath, ComparisonSide side)