blob: da0e340f18ca029250a6c7e555e25f06be2f60e8 [file] [log] [blame]
/**
* Copyright (c) 2016 Willink Transformations, Univesity of York 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:
* Adolfo Sanchez-Barbudo Herrera - initial API and implementation
*/
package astm;
import astm.util.Visitable;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>GASTM Source Object</b></em>'.
* <!-- end-user-doc -->
*
*
* @see astm.AstmPackage#getGASTMSourceObject()
* @model abstract="true" superTypes="astm.Visitable"
* @generated
*/
public interface GASTMSourceObject extends EObject, Visitable {
} // GASTMSourceObject