blob: 4eaf4563ceb85444a2243d6c851853dc90d8b0eb [file] [log] [blame]
/**
* Copyright (c) 2018 CEA LIST.
*
* 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:
* Arnault Lapitre (CEA LIST) arnault.lapitre@cea.fr
* - Initial API and Implementation
*/
package org.eclipse.efm.ecore.formalml.statement;
import org.eclipse.efm.ecore.formalml.common.AbstractElement;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Statement</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.efm.ecore.formalml.statement.StatementPackage#getStatement()
* @model abstract="true"
* @generated
*/
public interface Statement extends AbstractElement {
} // Statement