Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/CameraSystem.java')
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/CameraSystem.java36
1 files changed, 18 insertions, 18 deletions
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/CameraSystem.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/CameraSystem.java
index ad4bfc95998..ec129a8b562 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/CameraSystem.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/CameraSystem.java
@@ -37,7 +37,7 @@ public interface CameraSystem extends ImageSensorSystem {
* If the meaning of the '<em>Width</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Width</em>' attribute.
* @see #setWidth(long)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getCameraSystem_Width()
@@ -50,7 +50,7 @@ public interface CameraSystem extends ImageSensorSystem {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.CameraSystem#getWidth <em>Width</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Width</em>' attribute.
* @see #getWidth()
@@ -65,7 +65,7 @@ public interface CameraSystem extends ImageSensorSystem {
* If the meaning of the '<em>Height</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Height</em>' attribute.
* @see #setHeight(long)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getCameraSystem_Height()
@@ -78,7 +78,7 @@ public interface CameraSystem extends ImageSensorSystem {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.CameraSystem#getHeight <em>Height</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Height</em>' attribute.
* @see #getHeight()
@@ -93,7 +93,7 @@ public interface CameraSystem extends ImageSensorSystem {
* If the meaning of the '<em>Alpha u</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Alpha u</em>' attribute.
* @see #setAlpha_u(float)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getCameraSystem_Alpha_u()
@@ -106,7 +106,7 @@ public interface CameraSystem extends ImageSensorSystem {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.CameraSystem#getAlpha_u <em>Alpha u</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Alpha u</em>' attribute.
* @see #getAlpha_u()
@@ -121,7 +121,7 @@ public interface CameraSystem extends ImageSensorSystem {
* If the meaning of the '<em>Alpha v</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Alpha v</em>' attribute.
* @see #setAlpha_v(float)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getCameraSystem_Alpha_v()
@@ -134,7 +134,7 @@ public interface CameraSystem extends ImageSensorSystem {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.CameraSystem#getAlpha_v <em>Alpha v</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Alpha v</em>' attribute.
* @see #getAlpha_v()
@@ -149,7 +149,7 @@ public interface CameraSystem extends ImageSensorSystem {
* If the meaning of the '<em>U0</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>U0</em>' attribute.
* @see #setU0(float)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getCameraSystem_U0()
@@ -162,7 +162,7 @@ public interface CameraSystem extends ImageSensorSystem {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.CameraSystem#getU0 <em>U0</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>U0</em>' attribute.
* @see #getU0()
@@ -177,7 +177,7 @@ public interface CameraSystem extends ImageSensorSystem {
* If the meaning of the '<em>V0</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>V0</em>' attribute.
* @see #setV0(float)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getCameraSystem_V0()
@@ -190,7 +190,7 @@ public interface CameraSystem extends ImageSensorSystem {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.CameraSystem#getV0 <em>V0</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>V0</em>' attribute.
* @see #getV0()
@@ -205,7 +205,7 @@ public interface CameraSystem extends ImageSensorSystem {
* If the meaning of the '<em>Color format</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Color format</em>' attribute.
* @see #setColor_format(String)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getCameraSystem_Color_format()
@@ -218,7 +218,7 @@ public interface CameraSystem extends ImageSensorSystem {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.CameraSystem#getColor_format <em>Color format</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Color format</em>' attribute.
* @see #getColor_format()
@@ -233,7 +233,7 @@ public interface CameraSystem extends ImageSensorSystem {
* If the meaning of the '<em>Translate</em>' containment reference isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Translate</em>' containment reference.
* @see #setTranslate(Point32)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getCameraSystem_Translate()
@@ -246,7 +246,7 @@ public interface CameraSystem extends ImageSensorSystem {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.CameraSystem#getTranslate <em>Translate</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Translate</em>' containment reference.
* @see #getTranslate()
@@ -261,7 +261,7 @@ public interface CameraSystem extends ImageSensorSystem {
* If the meaning of the '<em>Rotate</em>' containment reference isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Rotate</em>' containment reference.
* @see #setRotate(Point32)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getCameraSystem_Rotate()
@@ -274,7 +274,7 @@ public interface CameraSystem extends ImageSensorSystem {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.CameraSystem#getRotate <em>Rotate</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Rotate</em>' containment reference.
* @see #getRotate()

Back to the top