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
getEClassMethods 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 benullotherSchema- the other DCS, may benullancestorSchema- the common ancestor DCS, may benull
 
 -