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
A representation of compared MD objects.
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs 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 Details
-
ComparedMdObjects
public ComparedMdObjects()Constructs an instance of the object. Used for cloning purposes -
ComparedMdObjects
Constructs a provider with the specified MD objects.- Parameters:
mainMdObject
- the main MD object, may benull
otherMdObject
- the other MD object, may benull
ancestorMdObject
- the common ancestor MD object, may benull
-