blob: b48c7ad23904747507cfb67c6a2ce8eb111e8847 [file] [log] [blame]
/**
* <copyright>
*
* Copyright (c) 2014 itemis and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html
*
* Contributors:
* itemis - Initial API and implementation
*
* </copyright>
*/
package org.eclipse.sphinx.tests.emf.serialization.model.nodes;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc --> A representation of the model object '<em><b>Abstract Node</b></em>'. <!-- end-user-doc -->
*
* @see org.eclipse.sphinx.tests.emf.serialization.model.nodes.NodesPackage#getAbstractNode()
* @model abstract="true"
* @generated
*/
public interface AbstractNode extends EObject {
} // AbstractNode