Package com._1c.g5.v8.dt.md.compare
Class ComparedMdObjects
- java.lang.Object
-
- com._1c.g5.v8.dt.compare.model.ComparedObjects<T>
-
- com._1c.g5.v8.dt.compare.model.AbstractComparedEmfObjects<MdObject>
-
- com._1c.g5.v8.dt.md.compare.ComparedMdObjects
-
- All Implemented Interfaces:
IComparedObjects<MdObject>,Cloneable
public class ComparedMdObjects extends AbstractComparedEmfObjects<MdObject>
A representation of compared MD objects.
-
-
Constructor Summary
Constructors Constructor Description ComparedMdObjects()Constructs an instance of the object.ComparedMdObjects(MdObject mainMdObject, MdObject otherMdObject, MdObject ancestorMdObject)Constructs a provider with the specified MD objects.
-
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
-
ComparedMdObjects
public ComparedMdObjects()
Constructs an instance of the object. Used for cloning purposes
-
ComparedMdObjects
public ComparedMdObjects(MdObject mainMdObject, MdObject otherMdObject, MdObject ancestorMdObject)
Constructs a provider with the specified MD objects.- Parameters:
mainMdObject- the main MD object, may benullotherMdObject- the other MD object, may benullancestorMdObject- the common ancestor MD object, may benull
-
-