Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/marte/org.eclipse.papyrus.marte.vsl/src-gen/org/eclipse/papyrus/marte/vsl/vSL/AndOrXorExpression.java')
-rw-r--r--extraplugins/marte/org.eclipse.papyrus.marte.vsl/src-gen/org/eclipse/papyrus/marte/vsl/vSL/AndOrXorExpression.java12
1 files changed, 5 insertions, 7 deletions
diff --git a/extraplugins/marte/org.eclipse.papyrus.marte.vsl/src-gen/org/eclipse/papyrus/marte/vsl/vSL/AndOrXorExpression.java b/extraplugins/marte/org.eclipse.papyrus.marte.vsl/src-gen/org/eclipse/papyrus/marte/vsl/vSL/AndOrXorExpression.java
index 71a03557a2d..79d75522851 100644
--- a/extraplugins/marte/org.eclipse.papyrus.marte.vsl/src-gen/org/eclipse/papyrus/marte/vsl/vSL/AndOrXorExpression.java
+++ b/extraplugins/marte/org.eclipse.papyrus.marte.vsl/src-gen/org/eclipse/papyrus/marte/vsl/vSL/AndOrXorExpression.java
@@ -3,10 +3,8 @@
package org.eclipse.papyrus.marte.vsl.vSL;
import org.eclipse.emf.common.util.EList;
-
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.EObject;
-
import org.eclipse.uml2.uml.Element;
import org.eclipse.uml2.uml.Type;
@@ -37,7 +35,7 @@ public interface AndOrXorExpression extends EObject
* If the meaning of the '<em>Exp</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>Exp</em>' containment reference list.
* @see org.eclipse.papyrus.marte.vsl.vSL.VSLPackage#getAndOrXorExpression_Exp()
* @model containment="true"
@@ -53,7 +51,7 @@ public interface AndOrXorExpression extends EObject
* If the meaning of the '<em>Op</em>' attribute list isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Op</em>' attribute list.
* @see org.eclipse.papyrus.marte.vsl.vSL.VSLPackage#getAndOrXorExpression_Op()
* @model unique="false"
@@ -64,7 +62,7 @@ public interface AndOrXorExpression extends EObject
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @model annotation="http://www.eclipse.org/emf/2002/GenModel body='return org.eclipse.papyrus.marte.vsl.extensions.VSLContextUtil.getFilteredParentRule(this, filter) ;'"
* @generated
*/
@@ -73,7 +71,7 @@ public interface AndOrXorExpression extends EObject
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @model kind="operation"
* annotation="http://www.eclipse.org/emf/2002/GenModel body='return org.eclipse.papyrus.marte.vsl.extensions.VSLContextUtil.getExpectedType(this) ;'"
* @generated
@@ -83,7 +81,7 @@ public interface AndOrXorExpression extends EObject
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @model kind="operation"
* annotation="http://www.eclipse.org/emf/2002/GenModel body='return org.eclipse.papyrus.marte.vsl.extensions.VSLContextUtil.getContextElement(this) ;'"
* @generated

Back to the top