blob: d0ec8bab7192c87a0fbbeb7476e6789ba1960bf9 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2016, 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:
* E.D.Willink - initial API and implementation
*******************************************************************************/
/**
*/
package org.eclipse.ocl.examples.xtext.tests.bug477283.a;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>A</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.ocl.examples.xtext.tests.bug477283.a.Bug477283APackage#getA()
* @model
* @generated
*/
public interface A extends EObject {
} // A