blob: 09c2c3f5316fe63bbd23a4df99350a68e51e5297 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2018 Willink Transformations 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
* http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* Adolfo Sanchez-Barbudo Herrera - initial API and implementation
*******************************************************************************/
/**
*/
package org.eclipse.qvtd.doc.miniocl;
import org.eclipse.emf.ecore.EObject;
import org.eclipse.qvtd.doc.miniocl.util.Visitable;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Element</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.qvtd.doc.miniocl.MiniOCLPackage#getElement()
* @model abstract="true" superTypes="org.eclipse.qvtd.doc.miniocl.Visitable"
* @generated
*/
public interface Element extends EObject, Visitable {
} // Element