Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/uml/alf/org.eclipse.papyrus.uml.alf/src-gen/org/eclipse/papyrus/uml/alf/alf/LinkOperationTuple.java')
-rw-r--r--plugins/uml/alf/org.eclipse.papyrus.uml.alf/src-gen/org/eclipse/papyrus/uml/alf/alf/LinkOperationTuple.java42
1 files changed, 0 insertions, 42 deletions
diff --git a/plugins/uml/alf/org.eclipse.papyrus.uml.alf/src-gen/org/eclipse/papyrus/uml/alf/alf/LinkOperationTuple.java b/plugins/uml/alf/org.eclipse.papyrus.uml.alf/src-gen/org/eclipse/papyrus/uml/alf/alf/LinkOperationTuple.java
deleted file mode 100644
index 91503cfec6d..00000000000
--- a/plugins/uml/alf/org.eclipse.papyrus.uml.alf/src-gen/org/eclipse/papyrus/uml/alf/alf/LinkOperationTuple.java
+++ /dev/null
@@ -1,42 +0,0 @@
-/**
- */
-package org.eclipse.papyrus.uml.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>Link Operation Tuple</b></em>'.
- * <!-- end-user-doc -->
- *
- * <p>
- * The following features are supported:
- * <ul>
- * <li>{@link org.eclipse.papyrus.uml.alf.alf.LinkOperationTuple#getLinkOperationTupleElement <em>Link Operation Tuple Element</em>}</li>
- * </ul>
- * </p>
- *
- * @see org.eclipse.papyrus.uml.alf.alf.AlfPackage#getLinkOperationTuple()
- * @model
- * @generated
- */
-public interface LinkOperationTuple extends EObject
-{
- /**
- * Returns the value of the '<em><b>Link Operation Tuple Element</b></em>' containment reference list.
- * The list contents are of type {@link org.eclipse.papyrus.uml.alf.alf.LinkOperationTupleElement}.
- * <!-- begin-user-doc -->
- * <p>
- * If the meaning of the '<em>Link Operation Tuple Element</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>Link Operation Tuple Element</em>' containment reference list.
- * @see org.eclipse.papyrus.uml.alf.alf.AlfPackage#getLinkOperationTuple_LinkOperationTupleElement()
- * @model containment="true"
- * @generated
- */
- EList<LinkOperationTupleElement> getLinkOperationTupleElement();
-
-} // LinkOperationTuple

Back to the top