blob: 487a55f33b0713a0e15c5288ba127c72d653d7d0 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2016 Willink Transformations and others.
* 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:
* E.D.Willink - initial API and implementation
*******************************************************************************/
/**
*/
package example5.tderived;
import example5.tbase.Element;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>D</b></em>'.
* <!-- end-user-doc -->
*
*
* @see example5.tderived.TderivedPackage#getD()
* @model
* @generated
*/
public interface D extends Element {
} // D