/******************************************************************************* * 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. * Both target and source properties of this assoc are 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.emf.compare.diagram.papyrus.tests.merge.data.assocs.twoway.a2;