blob: 57535a2c0aa90e1b1497eb969e9d6dffd0501f0d [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2015 Obeo.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Obeo - initial API and implementation
*******************************************************************************/
/**
* Contains data for the following test case: Two classes C1 and C2 exist, and an association C1 -> C2 exists.
* The target property of this assoc is owned by class C1, whereas its source property is owned by the
* association itself. In the other model, a class C3 is added, and the association is reconnected to the new
* class C3.
*
* @author <a href="mailto:laurent.delaigue@obeo.fr">Laurent Delaigue</a>
*/
package org.eclipse.papyrus.compare.diagram.tests.merge.data.assocs.twoway.a1;