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.matching
Methods in com._1c.g5.v8.dt.compare.matching that return ComparedObjectPath Modifier and Type Method Description protected 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 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 ComparedObjectPath Modifier and Type Method Description protected 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 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 ComparedObjectPath Modifier and Type Method Description ComparedObjectPath
ComparedObjects. getPath(ComparisonSide side)
ComparedObjectPath
IComparedObjects. 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 void
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 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.matching
Methods in com._1c.g5.v8.dt.md.compare.matching that return ComparedObjectPath Modifier and Type Method Description protected ComparedObjectPath
PredefinedMdObjectMatcher. 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 void
PredefinedMdObjectMatcher. matchElements(org.eclipse.emf.ecore.EObject item, ComparedObjectPath itemPath, ComparisonSide side)
-