Class ComparedDcsObjects
java.lang.Object
com._1c.g5.v8.dt.compare.model.ComparedObjects<T>
com._1c.g5.v8.dt.compare.model.AbstractComparedEmfObjects<DataCompositionSchema>
com._1c.g5.v8.dt.internal.dcs.compare.ComparedDcsObjects
- All Implemented Interfaces:
IComparedObjects<DataCompositionSchema>
,Cloneable
A representation of compared Data composition schemas.
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs an instance of the object.ComparedDcsObjects
(DataCompositionSchema mainSchema, DataCompositionSchema otherSchema, DataCompositionSchema ancestorSchema) Constructor. -
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
-
ComparedDcsObjects
public ComparedDcsObjects()Constructs an instance of the object. Used for cloning purposes -
ComparedDcsObjects
public ComparedDcsObjects(DataCompositionSchema mainSchema, DataCompositionSchema otherSchema, DataCompositionSchema ancestorSchema) Constructor.- Parameters:
mainSchema
- the main DCS, may benull
otherSchema
- the other DCS, may benull
ancestorSchema
- the common ancestor DCS, may benull
-