Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/CycabTK.java')
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/CycabTK.java12
1 files changed, 6 insertions, 6 deletions
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/CycabTK.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/CycabTK.java
index 52281572294..d847e7811ff 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/CycabTK.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/CycabTK.java
@@ -29,7 +29,7 @@ public interface CycabTK extends RoboticSimulator {
* If the meaning of the '<em>Use Real Time</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Use Real Time</em>' attribute.
* @see #setUseRealTime(boolean)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getCycabTK_UseRealTime()
@@ -42,7 +42,7 @@ public interface CycabTK extends RoboticSimulator {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.CycabTK#isUseRealTime <em>Use Real Time</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Use Real Time</em>' attribute.
* @see #isUseRealTime()
@@ -57,7 +57,7 @@ public interface CycabTK extends RoboticSimulator {
* If the meaning of the '<em>Time Step</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Time Step</em>' attribute.
* @see #setTimeStep(float)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getCycabTK_TimeStep()
@@ -70,7 +70,7 @@ public interface CycabTK extends RoboticSimulator {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.CycabTK#getTimeStep <em>Time Step</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Time Step</em>' attribute.
* @see #getTimeStep()
@@ -85,7 +85,7 @@ public interface CycabTK extends RoboticSimulator {
* If the meaning of the '<em>Time Factor</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Time Factor</em>' attribute.
* @see #setTimeFactor(float)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getCycabTK_TimeFactor()
@@ -98,7 +98,7 @@ public interface CycabTK extends RoboticSimulator {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.CycabTK#getTimeFactor <em>Time Factor</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Time Factor</em>' attribute.
* @see #getTimeFactor()

Back to the top