Uses of Class
com._1c.g5.v8.dt.compare.model.ComparedObjectPath
- 
Packages that use ComparedObjectPath Package Description com._1c.g5.v8.dt.compare.matching com._1c.g5.v8.dt.compare.model com._1c.g5.v8.dt.md.compare.matching 
- 
- 
Uses of ComparedObjectPath in com._1c.g5.v8.dt.compare.matchingMethods in com._1c.g5.v8.dt.compare.matching that return ComparedObjectPath Modifier and Type Method Description protected ComparedObjectPathAbstractElementsTreeMatcher. buildPath(ComparedObjectPath parentPath, org.eclipse.emf.ecore.EObject matchedObject, org.eclipse.emf.ecore.EStructuralFeature feature)Builds path for the specified single feature.protected 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 ComparedObjectPath Modifier and Type Method Description protected ComparedObjectPathAbstractElementsTreeMatcher. buildPath(ComparedObjectPath parentPath, org.eclipse.emf.ecore.EObject matchedObject, org.eclipse.emf.ecore.EStructuralFeature feature)Builds path for the specified single feature.protected 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.modelMethods in com._1c.g5.v8.dt.compare.model that return ComparedObjectPath Modifier and Type Method Description ComparedObjectPathComparedObjects. getPath(ComparisonSide side)ComparedObjectPathIComparedObjects. getPath(ComparisonSide side)Returns path to the compared object.Methods in com._1c.g5.v8.dt.compare.model with parameters of type ComparedObjectPath Modifier and Type Method Description voidComparedObjects. 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 ComparedObjectPath Constructor Description ComparedObjectPath(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.md.compare.matchingMethods in com._1c.g5.v8.dt.md.compare.matching that return ComparedObjectPath Modifier and Type Method Description protected ComparedObjectPathPredefinedMdObjectMatcher. getRootPath(org.eclipse.emf.ecore.EObject rootItem)Methods in com._1c.g5.v8.dt.md.compare.matching with parameters of type ComparedObjectPath Modifier and Type Method Description protected voidPredefinedMdObjectMatcher. matchElements(org.eclipse.emf.ecore.EObject item, ComparedObjectPath itemPath, ComparisonSide side)
 
-