Class ComparedCmiObjects
java.lang.Object
com._1c.g5.v8.dt.compare.model.ComparedObjects<T>
com._1c.g5.v8.dt.compare.model.AbstractComparedEmfObjects<CommandInterface>
com._1c.g5.v8.dt.internal.cmi.compare.ComparedCmiObjects
- All Implemented Interfaces:
IComparedObjects<CommandInterface>
,Cloneable
A representation of compared Command interfaces.
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs an instance of theComparedCmiObjects
.ComparedCmiObjects
(CommandInterface mainCommandInterface, CommandInterface otherCommandInterface, CommandInterface ancestorCommandInterface) Constructs a provider with the specified command interfaces. -
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
-
ComparedCmiObjects
public ComparedCmiObjects()Constructs an instance of theComparedCmiObjects
. Used for cloning purposes -
ComparedCmiObjects
public ComparedCmiObjects(CommandInterface mainCommandInterface, CommandInterface otherCommandInterface, CommandInterface ancestorCommandInterface) Constructs a provider with the specified command interfaces.- Parameters:
mainCommandInterface
- the main CI, may benull
otherCommandInterface
- the other CI, may benull
ancestorCommandInterface
- the common ancestor CI, may benull
-