Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/OnPort.java')
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/OnPort.java9
1 files changed, 4 insertions, 5 deletions
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/OnPort.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/OnPort.java
index d644d264520..c328ee2456d 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/OnPort.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/OnPort.java
@@ -3,7 +3,6 @@
package org.eclipse.papyrus.RobotML;
import org.eclipse.emf.ecore.EObject;
-
import org.eclipse.uml2.uml.Parameter;
/**
@@ -31,7 +30,7 @@ public interface OnPort extends EObject {
* If the meaning of the '<em>Port</em>' reference isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Port</em>' reference.
* @see #setPort(Port)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getOnPort_Port()
@@ -44,7 +43,7 @@ public interface OnPort extends EObject {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.OnPort#getPort <em>Port</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Port</em>' reference.
* @see #getPort()
@@ -59,7 +58,7 @@ public interface OnPort extends EObject {
* If the meaning of the '<em>Base Parameter</em>' reference isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Base Parameter</em>' reference.
* @see #setBase_Parameter(Parameter)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getOnPort_Base_Parameter()
@@ -72,7 +71,7 @@ public interface OnPort extends EObject {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.OnPort#getBase_Parameter <em>Base Parameter</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Base Parameter</em>' reference.
* @see #getBase_Parameter()

Back to the top