blob: d0e872fb00cec9563d5d448bcffd2edb5dfba3ef [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2007-2013 THALES GLOBAL SERVICES.
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Obeo - initial API and implementation
*******************************************************************************/
package org.eclipse.sirius.tests.sample.migration.migrationmodeler;
/**
* <!-- begin-user-doc --> A representation of the model object '
* <em><b>Abstract Node</b></em>'. <!-- end-user-doc -->
*
*
* @see org.eclipse.sirius.tests.sample.migration.migrationmodeler.MigrationmodelerPackage#getAbstractNode()
* @model abstract="true"
* @generated
*/
public interface AbstractNode extends GraphicalElement {
} // AbstractNode