blob: 202997bb9a93285b4c769214293aac28104ccae7 [file]
Document {
Chapter {
The first chapter is the best.
Section Differencing the left model from right model when comparaison fails {
During the Match process, deleted or added elements are considered as unmatched.
Section {
SubSection1
MySubSection
}
@M SidedataTypeDefinition
match {
eClassifiers += new EEnum Side {
eLiterals += new EEnumLiteral {
name = "Left";
literal = "Left";
value = "0";
};
eLiterals += new EEnumLiteral {
name = "Right";
literal = "Right";
value = "1";
};
};
}
M@
Otherwise, it is a deleted element.
Section {
SubSection2
MySubSection
}
}
}
Chapter {
Section { @M myModelingUnit
Side {
serializable = "true";
}
M@
}
}
}