| 1 | /** |
| 2 | * <copyright> |
| 3 | * </copyright> |
| 4 | * |
| 5 | * $Id$ |
| 6 | */ |
| 7 | package de.uka.ipd.sdq.stoex.impl; |
| 8 | |
| 9 | import org.eclipse.emf.ecore.EClass; |
| 10 | |
| 11 | import de.uka.ipd.sdq.stoex.BooleanExpression; |
| 12 | import de.uka.ipd.sdq.stoex.StoexPackage; |
| 13 | |
| 14 | /** |
| 15 | * <!-- begin-user-doc --> |
| 16 | * An implementation of the model object '<em><b>Boolean Expression</b></em>'. |
| 17 | * <!-- end-user-doc --> |
| 18 | * <p> |
| 19 | * </p> |
| 20 | * |
| 21 | * @generated |
| 22 | */ |
| 23 | public abstract class BooleanExpressionImpl extends IfElseImpl implements BooleanExpression { |
| 24 | /** |
| 25 | * <!-- begin-user-doc --> |
| 26 | * <!-- end-user-doc --> |
| 27 | * @generated |
| 28 | */ |
| 29 | public static final String copyright = "Copyright 2007-2009, SDQ, IPD, U Karlsruhe"; |
| 30 | |
| 31 | /** |
| 32 | * <!-- begin-user-doc --> |
| 33 | * <!-- end-user-doc --> |
| 34 | * @generated |
| 35 | */ |
| 36 | protected BooleanExpressionImpl() { |
| 37 | super(); |
| 38 | } |
| 39 | |
| 40 | /** |
| 41 | * <!-- begin-user-doc --> |
| 42 | * <!-- end-user-doc --> |
| 43 | * @generated |
| 44 | */ |
| 45 | @Override |
| 46 | protected EClass eStaticClass() { |
| 47 | return StoexPackage.Literals.BOOLEAN_EXPRESSION; |
| 48 | } |
| 49 | |
| 50 | } //BooleanExpressionImpl |