Package com._1c.g5.v8.dt.compare.model
Class ComparedEmfObjects
- java.lang.Object
-
- com._1c.g5.v8.dt.compare.model.ComparedObjects<T>
-
- com._1c.g5.v8.dt.compare.model.AbstractComparedEmfObjects<org.eclipse.emf.ecore.EObject>
-
- com._1c.g5.v8.dt.compare.model.ComparedEmfObjects
-
- All Implemented Interfaces:
IComparedObjects<org.eclipse.emf.ecore.EObject>,Cloneable
- Direct Known Subclasses:
MatchedEmfObjects
public class ComparedEmfObjects extends AbstractComparedEmfObjects<org.eclipse.emf.ecore.EObject>
A representation of comparedEObjects.
-
-
Constructor Summary
Constructors Constructor Description ComparedEmfObjects()Creates an instance of theComparedEmfObjects.ComparedEmfObjects(org.eclipse.emf.ecore.EObject main, org.eclipse.emf.ecore.EObject other, org.eclipse.emf.ecore.EObject ancestor)Constructs a triple ofEObjects being compared.
-
Method Summary
-
Methods inherited from class com._1c.g5.v8.dt.compare.model.AbstractComparedEmfObjects
getEClass
-
Methods inherited from class com._1c.g5.v8.dt.compare.model.ComparedObjects
clone, getCommonAncestorObject, getComparedObject, getMainObject, getObjectSide, getOrder, getOtherObject, getPath, setComparedObject, setOrder, setPath
-
-
-
-
Constructor Detail
-
ComparedEmfObjects
public ComparedEmfObjects()
Creates an instance of theComparedEmfObjects. Used for cloning purposes
-
ComparedEmfObjects
public ComparedEmfObjects(org.eclipse.emf.ecore.EObject main, org.eclipse.emf.ecore.EObject other, org.eclipse.emf.ecore.EObject ancestor)Constructs a triple ofEObjects being compared.- Parameters:
main- the main object, may benullother- the other object, may benullancestor- the common ancestor object, may benull
-
-