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 SummaryConstructors 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.AbstractComparedEmfObjectsgetEClass
 - 
Methods inherited from class com._1c.g5.v8.dt.compare.model.ComparedObjectsclone, getCommonAncestorObject, getComparedObject, getMainObject, getObjectSide, getOrder, getOtherObject, getPath, setComparedObject, setOrder, setPath
 
- 
 
- 
- 
- 
Constructor Detail- 
ComparedEmfObjectspublic ComparedEmfObjects() Creates an instance of theComparedEmfObjects. Used for cloning purposes
 - 
ComparedEmfObjectspublic 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 be- null
- other- the other object, may be- null
- ancestor- the common ancestor object, may be- null
 
 
- 
 
-