Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/EngineSystem.java')
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/EngineSystem.java93
1 files changed, 33 insertions, 60 deletions
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/EngineSystem.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/EngineSystem.java
index 9f6a065f9c2..950031e2b6a 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/EngineSystem.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/EngineSystem.java
@@ -1,14 +1,5 @@
-/*****************************************************************************
- * Copyright (c) 2013 CEA LIST.
- *
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * Saadia Dhouib (CEA LIST) saadia.dhouib@cea.fr - Initial API and implementation
- *****************************************************************************/
+/**
+ */
package org.eclipse.papyrus.RobotML;
@@ -16,33 +7,32 @@ package org.eclipse.papyrus.RobotML;
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Engine System</b></em>'.
* <!-- end-user-doc -->
- *
+ *
* <p>
* The following features are supported:
* <ul>
- * <li>{@link org.eclipse.papyrus.RobotML.EngineSystem#getVehicleTraction <em>Vehicle Traction</em>}</li>
- * <li>{@link org.eclipse.papyrus.RobotML.EngineSystem#getMaxEngineForce <em>Max Engine Force</em>}</li>
- * <li>{@link org.eclipse.papyrus.RobotML.EngineSystem#getMaxBreakingForce <em>Max Breaking Force</em>}</li>
- * <li>{@link org.eclipse.papyrus.RobotML.EngineSystem#getMaxAllowedSteering <em>Max Allowed Steering</em>}</li>
- * <li>{@link org.eclipse.papyrus.RobotML.EngineSystem#getMaxAllowedVelocity <em>Max Allowed Velocity</em>}</li>
- * <li>{@link org.eclipse.papyrus.RobotML.EngineSystem#getGear_ration <em>Gear ration</em>}</li>
+ * <li>{@link org.eclipse.papyrus.RobotML.EngineSystem#getVehicleTraction <em>Vehicle Traction</em>}</li>
+ * <li>{@link org.eclipse.papyrus.RobotML.EngineSystem#getMaxEngineForce <em>Max Engine Force</em>}</li>
+ * <li>{@link org.eclipse.papyrus.RobotML.EngineSystem#getMaxBreakingForce <em>Max Breaking Force</em>}</li>
+ * <li>{@link org.eclipse.papyrus.RobotML.EngineSystem#getMaxAllowedSteering <em>Max Allowed Steering</em>}</li>
+ * <li>{@link org.eclipse.papyrus.RobotML.EngineSystem#getMaxAllowedVelocity <em>Max Allowed Velocity</em>}</li>
+ * <li>{@link org.eclipse.papyrus.RobotML.EngineSystem#getGear_ration <em>Gear ration</em>}</li>
* </ul>
* </p>
- *
+ *
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getEngineSystem()
* @model
* @generated
*/
public interface EngineSystem extends ActuatorSystem {
-
/**
* Returns the value of the '<em><b>Vehicle Traction</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Vehicle Traction</em>' attribute isn't clear, there really should be more of a description here...
+ * If the meaning of the '<em>Vehicle Traction</em>' attribute isn't clear,
+ * there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
* @return the value of the '<em>Vehicle Traction</em>' attribute.
* @see #setVehicleTraction(String)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getEngineSystem_VehicleTraction()
@@ -55,9 +45,7 @@ public interface EngineSystem extends ActuatorSystem {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.EngineSystem#getVehicleTraction <em>Vehicle Traction</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
- * @param value
- * the new value of the '<em>Vehicle Traction</em>' attribute.
+ * @param value the new value of the '<em>Vehicle Traction</em>' attribute.
* @see #getVehicleTraction()
* @generated
*/
@@ -67,15 +55,14 @@ public interface EngineSystem extends ActuatorSystem {
* Returns the value of the '<em><b>Max Engine Force</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Max Engine Force</em>' attribute isn't clear, there really should be more of a description here...
+ * If the meaning of the '<em>Max Engine Force</em>' attribute isn't clear,
+ * there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
* @return the value of the '<em>Max Engine Force</em>' attribute.
* @see #setMaxEngineForce(float)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getEngineSystem_MaxEngineForce()
- * @model dataType="org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.std_datatypes.Float32" required="true"
- * ordered="false"
+ * @model dataType="org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.std_datatypes.Float32" required="true" ordered="false"
* @generated
*/
float getMaxEngineForce();
@@ -84,9 +71,7 @@ public interface EngineSystem extends ActuatorSystem {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.EngineSystem#getMaxEngineForce <em>Max Engine Force</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
- * @param value
- * the new value of the '<em>Max Engine Force</em>' attribute.
+ * @param value the new value of the '<em>Max Engine Force</em>' attribute.
* @see #getMaxEngineForce()
* @generated
*/
@@ -96,15 +81,14 @@ public interface EngineSystem extends ActuatorSystem {
* Returns the value of the '<em><b>Max Breaking Force</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Max Breaking Force</em>' attribute isn't clear, there really should be more of a description here...
+ * If the meaning of the '<em>Max Breaking Force</em>' attribute isn't clear,
+ * there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
* @return the value of the '<em>Max Breaking Force</em>' attribute.
* @see #setMaxBreakingForce(float)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getEngineSystem_MaxBreakingForce()
- * @model dataType="org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.std_datatypes.Float32" required="true"
- * ordered="false"
+ * @model dataType="org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.std_datatypes.Float32" required="true" ordered="false"
* @generated
*/
float getMaxBreakingForce();
@@ -113,9 +97,7 @@ public interface EngineSystem extends ActuatorSystem {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.EngineSystem#getMaxBreakingForce <em>Max Breaking Force</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
- * @param value
- * the new value of the '<em>Max Breaking Force</em>' attribute.
+ * @param value the new value of the '<em>Max Breaking Force</em>' attribute.
* @see #getMaxBreakingForce()
* @generated
*/
@@ -125,15 +107,14 @@ public interface EngineSystem extends ActuatorSystem {
* Returns the value of the '<em><b>Max Allowed Steering</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Max Allowed Steering</em>' attribute isn't clear, there really should be more of a description here...
+ * If the meaning of the '<em>Max Allowed Steering</em>' attribute isn't clear,
+ * there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
* @return the value of the '<em>Max Allowed Steering</em>' attribute.
* @see #setMaxAllowedSteering(float)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getEngineSystem_MaxAllowedSteering()
- * @model dataType="org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.std_datatypes.Float32" required="true"
- * ordered="false"
+ * @model dataType="org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.std_datatypes.Float32" required="true" ordered="false"
* @generated
*/
float getMaxAllowedSteering();
@@ -142,9 +123,7 @@ public interface EngineSystem extends ActuatorSystem {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.EngineSystem#getMaxAllowedSteering <em>Max Allowed Steering</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
- * @param value
- * the new value of the '<em>Max Allowed Steering</em>' attribute.
+ * @param value the new value of the '<em>Max Allowed Steering</em>' attribute.
* @see #getMaxAllowedSteering()
* @generated
*/
@@ -154,15 +133,14 @@ public interface EngineSystem extends ActuatorSystem {
* Returns the value of the '<em><b>Max Allowed Velocity</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Max Allowed Velocity</em>' attribute isn't clear, there really should be more of a description here...
+ * If the meaning of the '<em>Max Allowed Velocity</em>' attribute isn't clear,
+ * there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
* @return the value of the '<em>Max Allowed Velocity</em>' attribute.
* @see #setMaxAllowedVelocity(float)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getEngineSystem_MaxAllowedVelocity()
- * @model dataType="org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.std_datatypes.Float32" required="true"
- * ordered="false"
+ * @model dataType="org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.std_datatypes.Float32" required="true" ordered="false"
* @generated
*/
float getMaxAllowedVelocity();
@@ -171,9 +149,7 @@ public interface EngineSystem extends ActuatorSystem {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.EngineSystem#getMaxAllowedVelocity <em>Max Allowed Velocity</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
- * @param value
- * the new value of the '<em>Max Allowed Velocity</em>' attribute.
+ * @param value the new value of the '<em>Max Allowed Velocity</em>' attribute.
* @see #getMaxAllowedVelocity()
* @generated
*/
@@ -183,15 +159,14 @@ public interface EngineSystem extends ActuatorSystem {
* Returns the value of the '<em><b>Gear ration</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Gear ration</em>' attribute isn't clear, there really should be more of a description here...
+ * If the meaning of the '<em>Gear ration</em>' attribute isn't clear,
+ * there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
* @return the value of the '<em>Gear ration</em>' attribute.
* @see #setGear_ration(float)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getEngineSystem_Gear_ration()
- * @model dataType="org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.std_datatypes.Float32" required="true"
- * ordered="false"
+ * @model dataType="org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.std_datatypes.Float32" required="true" ordered="false"
* @generated
*/
float getGear_ration();
@@ -200,9 +175,7 @@ public interface EngineSystem extends ActuatorSystem {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.EngineSystem#getGear_ration <em>Gear ration</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
- * @param value
- * the new value of the '<em>Gear ration</em>' attribute.
+ * @param value the new value of the '<em>Gear ration</em>' attribute.
* @see #getGear_ration()
* @generated
*/

Back to the top