blob: 0493e222fd92c82c89b87a358f9c1b1b16183a63 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2012 THALES GLOBAL SERVICES.
* 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
*******************************************************************************/
package org.eclipse.sirius.tests.sample.migration.design;
/**
*
* @author <a href="mailto:esteban.dugueperoux@obeo.fr">Esteban Dugueperoux</a>
*/
public interface MigrationModeler {
String DIAGRAM_VIEWPOINT_NAME = "diagram";
String DIAGRAM_BIS_VIEWPOINT_NAME = "diagram_bis";
}