Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/alf09/src-gen/org/eclipse/papyrus/alf/alf/SequentialClauses.java')
-rw-r--r--extraplugins/alf09/src-gen/org/eclipse/papyrus/alf/alf/SequentialClauses.java47
1 files changed, 0 insertions, 47 deletions
diff --git a/extraplugins/alf09/src-gen/org/eclipse/papyrus/alf/alf/SequentialClauses.java b/extraplugins/alf09/src-gen/org/eclipse/papyrus/alf/alf/SequentialClauses.java
deleted file mode 100644
index 7e789b0e1db..00000000000
--- a/extraplugins/alf09/src-gen/org/eclipse/papyrus/alf/alf/SequentialClauses.java
+++ /dev/null
@@ -1,47 +0,0 @@
-/**
- * <copyright>
- * </copyright>
- *
-
- */
-package org.eclipse.papyrus.alf.alf;
-
-import org.eclipse.emf.common.util.EList;
-
-import org.eclipse.emf.ecore.EObject;
-
-/**
- * <!-- begin-user-doc -->
- * A representation of the model object '<em><b>Sequential Clauses</b></em>'.
- * <!-- end-user-doc -->
- *
- * <p>
- * The following features are supported:
- * <ul>
- * <li>{@link org.eclipse.papyrus.alf.alf.SequentialClauses#getConccurentClauses <em>Conccurent Clauses</em>}</li>
- * </ul>
- * </p>
- *
- * @see org.eclipse.papyrus.alf.alf.AlfPackage#getSequentialClauses()
- * @model
- * @generated
- */
-public interface SequentialClauses extends EObject
-{
- /**
- * Returns the value of the '<em><b>Conccurent Clauses</b></em>' containment reference list.
- * The list contents are of type {@link org.eclipse.papyrus.alf.alf.ConcurrentClauses}.
- * <!-- begin-user-doc -->
- * <p>
- * If the meaning of the '<em>Conccurent Clauses</em>' containment reference list isn't clear,
- * there really should be more of a description here...
- * </p>
- * <!-- end-user-doc -->
- * @return the value of the '<em>Conccurent Clauses</em>' containment reference list.
- * @see org.eclipse.papyrus.alf.alf.AlfPackage#getSequentialClauses_ConccurentClauses()
- * @model containment="true"
- * @generated
- */
- EList<ConcurrentClauses> getConccurentClauses();
-
-} // SequentialClauses

Back to the top