Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML')
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/Agent.java2
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/Algorithm.java21
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/AlgorithmLibrary.java8
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/Allocate.java5
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/BlenderMorse.java16
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/CameraSystem.java36
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/CycabTK.java12
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/DataFlowDirectionKind.java40
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/DataFlowPort.java8
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/DeploymentPlan.java9
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/EngineSystem.java24
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/ExternalLibrary.java13
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/GPSSystem.java4
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/Joint.java5
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/LidarSystem.java48
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/MobileRobot.java4
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/MobileRobotKind.java56
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/OnPort.java9
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/OnProperty.java9
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/PhysicalObject.java14
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/Platform.java7
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/Port.java8
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/Robot.java4
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/RobotMLFactory.java162
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/RobotMLPackage.java2366
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/RoboticMiddleware.java4
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/RoboticMiddlewareKind.java48
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/RoboticSystem.java8
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/SensorSystem.java8
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/ServiceFlowKind.java36
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/ServicePort.java4
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/Shade.java44
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/Software.java20
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/State.java9
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/SteeredWheelSystem.java64
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/SynchronizationKind.java40
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/System.java16
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/Transition.java13
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/UGVKind.java36
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/ActuatedJointImpl.java5
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/ActuatorHardwareImpl.java5
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/ActuatorSystemImpl.java5
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/AgentImpl.java19
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/AlgorithmImpl.java58
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/AlgorithmLibraryImpl.java33
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/AllocateImpl.java24
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/ArmImpl.java6
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/BlenderMorseImpl.java49
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/BuildingImpl.java5
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/CameraSystemImpl.java92
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/ChassisImpl.java5
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/ClosedLoopControlSystemImpl.java5
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/CompleteBondingImpl.java5
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/CyberPhysicalSystemImpl.java5
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/CycabTKImpl.java41
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/DataFlowPortImpl.java33
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/DeploymentPlanImpl.java32
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/EngineSystemImpl.java65
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/EnvironmentImpl.java5
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/ExternalLibraryImpl.java42
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/FloorImpl.java5
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/GPSSystemImpl.java26
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/GraspingHardwareImpl.java5
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/GraspingSystemImpl.java5
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/GroundImpl.java5
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/GyroscopeImpl.java5
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/HardwareImpl.java5
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/HumanImpl.java5
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/ImageSensorSystemImpl.java5
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/InertialMeasurementUnitSystemImpl.java5
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/InertialNavigationSystemImpl.java5
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/InfraRedProximetrySystemImpl.java5
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/JointImpl.java24
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/JoysticNavigationSystemImpl.java5
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/LandSurfaceImpl.java5
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/LegImpl.java5
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/LegSystemImpl.java5
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/LidarSystemImpl.java113
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/LocalizationSensorSystemImpl.java5
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/LocomotionHardwareImpl.java5
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/LocomotionSystemImpl.java5
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/ManMachineInterfaceSystemImpl.java5
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/ManipulatorImpl.java5
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/MechanicalLinkageImpl.java5
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/MobileRobotImpl.java25
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/NavigationCommandSystemImpl.java5
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/ObjectDetectionSensorSystemImpl.java5
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/ObjectTrackingSensorSystemImpl.java5
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/OdometrySystemImpl.java5
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/OnPortImpl.java32
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/OnPropertyImpl.java32
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/OpenLoopControlSystemImpl.java5
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/PedestrianImpl.java5
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/PhysicalObjectImpl.java47
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/PilotedSystemImpl.java5
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/PlanetImpl.java5
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/PlatformImpl.java30
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/PortImpl.java33
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/PowerHardwareImpl.java5
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/RobotImpl.java25
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/RobotMLFactoryImpl.java203
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/RobotMLPackageImpl.java590
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/RoboticHeadImpl.java5
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/RoboticMiddlewareImpl.java25
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/RoboticSimulatorImpl.java5
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/RoboticSystemImpl.java34
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/SensorDriverImpl.java5
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/SensorHardwareImpl.java5
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/SensorSystemImpl.java33
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/ServicePortImpl.java25
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/SoftwareImpl.java57
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/StairsImpl.java5
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/StateImpl.java32
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/SteeredWheelHardwareImpl.java5
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/SteeredWheelSystemImpl.java145
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/SupportingStructureImpl.java5
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/SurfaceImpl.java5
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/SystemImpl.java49
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/TransitionImpl.java40
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/WaterSurfaceImpl.java5
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/WeaponSystemImpl.java5
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/util/RobotMLAdapterFactory.java177
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/util/RobotMLResourceFactoryImpl.java9
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/util/RobotMLResourceImpl.java5
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/util/RobotMLSwitch.java174
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/util/RobotMLXMLProcessor.java9
126 files changed, 2885 insertions, 3088 deletions
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/Agent.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/Agent.java
index c47d22b92af..b9a8c548740 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/Agent.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/Agent.java
@@ -29,7 +29,7 @@ public interface Agent extends PhysicalObject {
* If the meaning of the '<em>Moves Over</em>' reference list isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Moves Over</em>' reference list.
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getAgent_MovesOver()
* @model ordered="false"
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/Algorithm.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/Algorithm.java
index d9d5b8fe334..bed0a826899 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/Algorithm.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/Algorithm.java
@@ -3,7 +3,6 @@
package org.eclipse.papyrus.RobotML;
import org.eclipse.emf.ecore.EObject;
-
import org.eclipse.uml2.uml.Operation;
/**
@@ -38,7 +37,7 @@ public interface Algorithm extends EObject {
* If the meaning of the '<em>Base Operation</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 Operation</em>' reference.
* @see #setBase_Operation(Operation)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getAlgorithm_Base_Operation()
@@ -51,7 +50,7 @@ public interface Algorithm extends EObject {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.Algorithm#getBase_Operation <em>Base Operation</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Base Operation</em>' reference.
* @see #getBase_Operation()
@@ -66,7 +65,7 @@ public interface Algorithm extends EObject {
* If the meaning of the '<em>Is External</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Is External</em>' attribute.
* @see #setIsExternal(boolean)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getAlgorithm_IsExternal()
@@ -79,7 +78,7 @@ public interface Algorithm extends EObject {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.Algorithm#isIsExternal <em>Is External</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Is External</em>' attribute.
* @see #isIsExternal()
@@ -94,7 +93,7 @@ public interface Algorithm extends EObject {
* If the meaning of the '<em>Ext Function Name</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Ext Function Name</em>' attribute.
* @see #setExtFunctionName(String)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getAlgorithm_ExtFunctionName()
@@ -107,7 +106,7 @@ public interface Algorithm extends EObject {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.Algorithm#getExtFunctionName <em>Ext Function Name</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Ext Function Name</em>' attribute.
* @see #getExtFunctionName()
@@ -122,7 +121,7 @@ public interface Algorithm extends EObject {
* If the meaning of the '<em>Lib Path</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Lib Path</em>' attribute.
* @see #setLibPath(String)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getAlgorithm_LibPath()
@@ -135,7 +134,7 @@ public interface Algorithm extends EObject {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.Algorithm#getLibPath <em>Lib Path</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Lib Path</em>' attribute.
* @see #getLibPath()
@@ -151,7 +150,7 @@ public interface Algorithm extends EObject {
* If the meaning of the '<em>Lib File 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>Lib File Format</em>' attribute.
* @see #setLibFileFormat(String)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getAlgorithm_LibFileFormat()
@@ -164,7 +163,7 @@ public interface Algorithm extends EObject {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.Algorithm#getLibFileFormat <em>Lib File Format</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Lib File Format</em>' attribute.
* @see #getLibFileFormat()
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/AlgorithmLibrary.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/AlgorithmLibrary.java
index e040cb964aa..b71bbd972b4 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/AlgorithmLibrary.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/AlgorithmLibrary.java
@@ -29,7 +29,7 @@ public interface AlgorithmLibrary extends EObject {
* If the meaning of the '<em>Base Class</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 Class</em>' reference.
* @see #setBase_Class(org.eclipse.uml2.uml.Class)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getAlgorithmLibrary_Base_Class()
@@ -42,7 +42,7 @@ public interface AlgorithmLibrary extends EObject {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.AlgorithmLibrary#getBase_Class <em>Base Class</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Base Class</em>' reference.
* @see #getBase_Class()
@@ -57,7 +57,7 @@ public interface AlgorithmLibrary extends EObject {
* If the meaning of the '<em>Path</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Path</em>' attribute.
* @see #setPath(String)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getAlgorithmLibrary_Path()
@@ -70,7 +70,7 @@ public interface AlgorithmLibrary extends EObject {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.AlgorithmLibrary#getPath <em>Path</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Path</em>' attribute.
* @see #getPath()
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/Allocate.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/Allocate.java
index 719dcff48fa..b8319cfe5e5 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/Allocate.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/Allocate.java
@@ -3,7 +3,6 @@
package org.eclipse.papyrus.RobotML;
import org.eclipse.emf.ecore.EObject;
-
import org.eclipse.uml2.uml.Abstraction;
/**
@@ -30,7 +29,7 @@ public interface Allocate extends EObject {
* If the meaning of the '<em>Base Abstraction</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 Abstraction</em>' reference.
* @see #setBase_Abstraction(Abstraction)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getAllocate_Base_Abstraction()
@@ -43,7 +42,7 @@ public interface Allocate extends EObject {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.Allocate#getBase_Abstraction <em>Base Abstraction</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Base Abstraction</em>' reference.
* @see #getBase_Abstraction()
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/BlenderMorse.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/BlenderMorse.java
index 53eaf235a6d..cefe767c378 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/BlenderMorse.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/BlenderMorse.java
@@ -30,7 +30,7 @@ public interface BlenderMorse extends RoboticSimulator {
* If the meaning of the '<em>Debug Mode</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Debug Mode</em>' attribute.
* @see #setDebugMode(boolean)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getBlenderMorse_DebugMode()
@@ -43,7 +43,7 @@ public interface BlenderMorse extends RoboticSimulator {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.BlenderMorse#isDebugMode <em>Debug Mode</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Debug Mode</em>' attribute.
* @see #isDebugMode()
@@ -58,7 +58,7 @@ public interface BlenderMorse extends RoboticSimulator {
* If the meaning of the '<em>Debug Display</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Debug Display</em>' attribute.
* @see #setDebugDisplay(boolean)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getBlenderMorse_DebugDisplay()
@@ -71,7 +71,7 @@ public interface BlenderMorse extends RoboticSimulator {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.BlenderMorse#isDebugDisplay <em>Debug Display</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Debug Display</em>' attribute.
* @see #isDebugDisplay()
@@ -86,7 +86,7 @@ public interface BlenderMorse extends RoboticSimulator {
* If the meaning of the '<em>Gravity</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Gravity</em>' attribute.
* @see #setGravity(float)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getBlenderMorse_Gravity()
@@ -99,7 +99,7 @@ public interface BlenderMorse extends RoboticSimulator {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.BlenderMorse#getGravity <em>Gravity</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Gravity</em>' attribute.
* @see #getGravity()
@@ -116,7 +116,7 @@ public interface BlenderMorse extends RoboticSimulator {
* If the meaning of the '<em>viewport shade</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>viewport shade</em>' attribute.
* @see org.eclipse.papyrus.RobotML.Shade
* @see #set_viewport_shade(Shade)
@@ -130,7 +130,7 @@ public interface BlenderMorse extends RoboticSimulator {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.BlenderMorse#get_viewport_shade <em>viewport shade</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>viewport shade</em>' attribute.
* @see org.eclipse.papyrus.RobotML.Shade
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()
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()
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/DataFlowDirectionKind.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/DataFlowDirectionKind.java
index e9041b9ac28..151e733851c 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/DataFlowDirectionKind.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/DataFlowDirectionKind.java
@@ -13,7 +13,7 @@ import org.eclipse.emf.common.util.Enumerator;
* A representation of the literals of the enumeration '<em><b>Data Flow Direction Kind</b></em>',
* and utility methods for working with them.
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getDataFlowDirectionKind()
* @model
* @generated
@@ -23,7 +23,7 @@ public enum DataFlowDirectionKind implements Enumerator {
* The '<em><b>In</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #IN_VALUE
* @generated
* @ordered
@@ -34,7 +34,7 @@ public enum DataFlowDirectionKind implements Enumerator {
* The '<em><b>Out</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #OUT_VALUE
* @generated
* @ordered
@@ -45,7 +45,7 @@ public enum DataFlowDirectionKind implements Enumerator {
* The '<em><b>Inout</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #INOUT_VALUE
* @generated
* @ordered
@@ -59,7 +59,7 @@ public enum DataFlowDirectionKind implements Enumerator {
* If the meaning of '<em><b>In</b></em>' literal object isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @see #IN
* @model name="in"
* @generated
@@ -74,7 +74,7 @@ public enum DataFlowDirectionKind implements Enumerator {
* If the meaning of '<em><b>Out</b></em>' literal object isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @see #OUT
* @model name="out"
* @generated
@@ -89,7 +89,7 @@ public enum DataFlowDirectionKind implements Enumerator {
* If the meaning of '<em><b>Inout</b></em>' literal object isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @see #INOUT
* @model name="inout"
* @generated
@@ -101,7 +101,7 @@ public enum DataFlowDirectionKind implements Enumerator {
* An array of all the '<em><b>Data Flow Direction Kind</b></em>' enumerators.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private static final DataFlowDirectionKind[] VALUES_ARRAY =
@@ -115,7 +115,7 @@ public enum DataFlowDirectionKind implements Enumerator {
* A public read-only list of all the '<em><b>Data Flow Direction Kind</b></em>' enumerators.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public static final List<DataFlowDirectionKind> VALUES = Collections.unmodifiableList(Arrays.asList(VALUES_ARRAY));
@@ -124,7 +124,7 @@ public enum DataFlowDirectionKind implements Enumerator {
* Returns the '<em><b>Data Flow Direction Kind</b></em>' literal with the specified literal value.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public static DataFlowDirectionKind get(String literal) {
@@ -141,7 +141,7 @@ public enum DataFlowDirectionKind implements Enumerator {
* Returns the '<em><b>Data Flow Direction Kind</b></em>' literal with the specified name.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public static DataFlowDirectionKind getByName(String name) {
@@ -158,7 +158,7 @@ public enum DataFlowDirectionKind implements Enumerator {
* Returns the '<em><b>Data Flow Direction Kind</b></em>' literal with the specified integer value.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public static DataFlowDirectionKind get(int value) {
@@ -176,7 +176,7 @@ public enum DataFlowDirectionKind implements Enumerator {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private final int value;
@@ -184,7 +184,7 @@ public enum DataFlowDirectionKind implements Enumerator {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private final String name;
@@ -192,7 +192,7 @@ public enum DataFlowDirectionKind implements Enumerator {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private final String literal;
@@ -201,7 +201,7 @@ public enum DataFlowDirectionKind implements Enumerator {
* Only this class can construct instances.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private DataFlowDirectionKind(int value, String name, String literal) {
@@ -213,7 +213,7 @@ public enum DataFlowDirectionKind implements Enumerator {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public int getValue() {
@@ -223,7 +223,7 @@ public enum DataFlowDirectionKind implements Enumerator {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public String getName() {
@@ -233,7 +233,7 @@ public enum DataFlowDirectionKind implements Enumerator {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public String getLiteral() {
@@ -244,7 +244,7 @@ public enum DataFlowDirectionKind implements Enumerator {
* Returns the literal value of the enumerator, which is its string representation.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/DataFlowPort.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/DataFlowPort.java
index 8c1de04f4a1..4bb4c40a7b8 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/DataFlowPort.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/DataFlowPort.java
@@ -29,7 +29,7 @@ public interface DataFlowPort extends Port {
* If the meaning of the '<em>Direction</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Direction</em>' attribute.
* @see org.eclipse.papyrus.RobotML.DataFlowDirectionKind
* @see #setDirection(DataFlowDirectionKind)
@@ -43,7 +43,7 @@ public interface DataFlowPort extends Port {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.DataFlowPort#getDirection <em>Direction</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Direction</em>' attribute.
* @see org.eclipse.papyrus.RobotML.DataFlowDirectionKind
@@ -60,7 +60,7 @@ public interface DataFlowPort extends Port {
* If the meaning of the '<em>Buffer Size</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Buffer Size</em>' attribute.
* @see #setBufferSize(int)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getDataFlowPort_BufferSize()
@@ -73,7 +73,7 @@ public interface DataFlowPort extends Port {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.DataFlowPort#getBufferSize <em>Buffer Size</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Buffer Size</em>' attribute.
* @see #getBufferSize()
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/DeploymentPlan.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/DeploymentPlan.java
index c463fdf4643..8886f95b74f 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/DeploymentPlan.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/DeploymentPlan.java
@@ -3,7 +3,6 @@
package org.eclipse.papyrus.RobotML;
import org.eclipse.emf.ecore.EObject;
-
import org.eclipse.uml2.uml.InstanceSpecification;
/**
@@ -31,7 +30,7 @@ public interface DeploymentPlan extends EObject {
* If the meaning of the '<em>Base Package</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 Package</em>' reference.
* @see #setBase_Package(org.eclipse.uml2.uml.Package)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getDeploymentPlan_Base_Package()
@@ -44,7 +43,7 @@ public interface DeploymentPlan extends EObject {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.DeploymentPlan#getBase_Package <em>Base Package</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Base Package</em>' reference.
* @see #getBase_Package()
@@ -59,7 +58,7 @@ public interface DeploymentPlan extends EObject {
* If the meaning of the '<em>Main Instance</em>' reference isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Main Instance</em>' reference.
* @see #setMainInstance(InstanceSpecification)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getDeploymentPlan_MainInstance()
@@ -72,7 +71,7 @@ public interface DeploymentPlan extends EObject {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.DeploymentPlan#getMainInstance <em>Main Instance</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Main Instance</em>' reference.
* @see #getMainInstance()
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 ea9b9da76a6..8c50193ce5b 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
@@ -36,7 +36,7 @@ public interface EngineSystem extends ActuatorSystem {
* 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()
@@ -49,7 +49,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.
* @see #getVehicleTraction()
@@ -64,7 +64,7 @@ public interface EngineSystem extends ActuatorSystem {
* 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()
@@ -77,7 +77,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.
* @see #getMaxEngineForce()
@@ -92,7 +92,7 @@ public interface EngineSystem extends ActuatorSystem {
* 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()
@@ -105,7 +105,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.
* @see #getMaxBreakingForce()
@@ -120,7 +120,7 @@ public interface EngineSystem extends ActuatorSystem {
* 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()
@@ -133,7 +133,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.
* @see #getMaxAllowedSteering()
@@ -148,7 +148,7 @@ public interface EngineSystem extends ActuatorSystem {
* 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()
@@ -161,7 +161,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.
* @see #getMaxAllowedVelocity()
@@ -176,7 +176,7 @@ public interface EngineSystem extends ActuatorSystem {
* 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()
@@ -189,7 +189,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.
* @see #getGear_ration()
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/ExternalLibrary.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/ExternalLibrary.java
index df87657aff3..b4996f0682e 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/ExternalLibrary.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/ExternalLibrary.java
@@ -3,7 +3,6 @@
package org.eclipse.papyrus.RobotML;
import org.eclipse.emf.ecore.EObject;
-
import org.eclipse.uml2.uml.Interface;
/**
@@ -32,7 +31,7 @@ public interface ExternalLibrary extends EObject {
* If the meaning of the '<em>Lib Path</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Lib Path</em>' attribute.
* @see #setLibPath(String)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getExternalLibrary_LibPath()
@@ -45,7 +44,7 @@ public interface ExternalLibrary extends EObject {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.ExternalLibrary#getLibPath <em>Lib Path</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Lib Path</em>' attribute.
* @see #getLibPath()
@@ -61,7 +60,7 @@ public interface ExternalLibrary extends EObject {
* If the meaning of the '<em>Lib File 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>Lib File Format</em>' attribute.
* @see #setLibFileFormat(String)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getExternalLibrary_LibFileFormat()
@@ -74,7 +73,7 @@ public interface ExternalLibrary extends EObject {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.ExternalLibrary#getLibFileFormat <em>Lib File Format</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Lib File Format</em>' attribute.
* @see #getLibFileFormat()
@@ -89,7 +88,7 @@ public interface ExternalLibrary extends EObject {
* If the meaning of the '<em>Base Interface</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 Interface</em>' reference.
* @see #setBase_Interface(Interface)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getExternalLibrary_Base_Interface()
@@ -102,7 +101,7 @@ public interface ExternalLibrary extends EObject {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.ExternalLibrary#getBase_Interface <em>Base Interface</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Base Interface</em>' reference.
* @see #getBase_Interface()
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/GPSSystem.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/GPSSystem.java
index d9f54830d9e..445701bd882 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/GPSSystem.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/GPSSystem.java
@@ -28,7 +28,7 @@ public interface GPSSystem extends LocalizationSensorSystem {
* If the meaning of the '<em>Origin Position</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>Origin Position</em>' containment reference.
* @see #setOriginPosition(Point32)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getGPSSystem_OriginPosition()
@@ -41,7 +41,7 @@ public interface GPSSystem extends LocalizationSensorSystem {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.GPSSystem#getOriginPosition <em>Origin Position</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Origin Position</em>' containment reference.
* @see #getOriginPosition()
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/Joint.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/Joint.java
index 9ee40df7dab..688090195c5 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/Joint.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/Joint.java
@@ -3,7 +3,6 @@
package org.eclipse.papyrus.RobotML;
import org.eclipse.emf.ecore.EObject;
-
import org.eclipse.uml2.uml.Connector;
/**
@@ -30,7 +29,7 @@ public interface Joint extends EObject {
* If the meaning of the '<em>Base Connector</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 Connector</em>' reference.
* @see #setBase_Connector(Connector)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getJoint_Base_Connector()
@@ -43,7 +42,7 @@ public interface Joint extends EObject {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.Joint#getBase_Connector <em>Base Connector</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Base Connector</em>' reference.
* @see #getBase_Connector()
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/LidarSystem.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/LidarSystem.java
index a8f2bd8730d..55f29fb0095 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/LidarSystem.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/LidarSystem.java
@@ -38,7 +38,7 @@ public interface LidarSystem extends ObjectDetectionSensorSystem, ObjectTracking
* If the meaning of the '<em>Nb Layers</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Nb Layers</em>' attribute.
* @see #setNbLayers(long)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getLidarSystem_NbLayers()
@@ -51,7 +51,7 @@ public interface LidarSystem extends ObjectDetectionSensorSystem, ObjectTracking
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.LidarSystem#getNbLayers <em>Nb Layers</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Nb Layers</em>' attribute.
* @see #getNbLayers()
@@ -66,7 +66,7 @@ public interface LidarSystem extends ObjectDetectionSensorSystem, ObjectTracking
* If the meaning of the '<em>Layer Angle Min</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Layer Angle Min</em>' attribute.
* @see #setLayerAngleMin(float)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getLidarSystem_LayerAngleMin()
@@ -79,7 +79,7 @@ public interface LidarSystem extends ObjectDetectionSensorSystem, ObjectTracking
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.LidarSystem#getLayerAngleMin <em>Layer Angle Min</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Layer Angle Min</em>' attribute.
* @see #getLayerAngleMin()
@@ -94,7 +94,7 @@ public interface LidarSystem extends ObjectDetectionSensorSystem, ObjectTracking
* If the meaning of the '<em>Layer Angle 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>Layer Angle Step</em>' attribute.
* @see #setLayerAngleStep(float)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getLidarSystem_LayerAngleStep()
@@ -107,7 +107,7 @@ public interface LidarSystem extends ObjectDetectionSensorSystem, ObjectTracking
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.LidarSystem#getLayerAngleStep <em>Layer Angle Step</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Layer Angle Step</em>' attribute.
* @see #getLayerAngleStep()
@@ -122,7 +122,7 @@ public interface LidarSystem extends ObjectDetectionSensorSystem, ObjectTracking
* If the meaning of the '<em>Noise</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Noise</em>' attribute.
* @see #setNoise(boolean)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getLidarSystem_Noise()
@@ -135,7 +135,7 @@ public interface LidarSystem extends ObjectDetectionSensorSystem, ObjectTracking
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.LidarSystem#isNoise <em>Noise</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Noise</em>' attribute.
* @see #isNoise()
@@ -150,7 +150,7 @@ public interface LidarSystem extends ObjectDetectionSensorSystem, ObjectTracking
* If the meaning of the '<em>Sigma Noise</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Sigma Noise</em>' attribute.
* @see #setSigmaNoise(float)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getLidarSystem_SigmaNoise()
@@ -163,7 +163,7 @@ public interface LidarSystem extends ObjectDetectionSensorSystem, ObjectTracking
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.LidarSystem#getSigmaNoise <em>Sigma Noise</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Sigma Noise</em>' attribute.
* @see #getSigmaNoise()
@@ -178,7 +178,7 @@ public interface LidarSystem extends ObjectDetectionSensorSystem, ObjectTracking
* If the meaning of the '<em>Angle min</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Angle min</em>' attribute.
* @see #setAngle_min(float)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getLidarSystem_Angle_min()
@@ -191,7 +191,7 @@ public interface LidarSystem extends ObjectDetectionSensorSystem, ObjectTracking
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.LidarSystem#getAngle_min <em>Angle min</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Angle min</em>' attribute.
* @see #getAngle_min()
@@ -206,7 +206,7 @@ public interface LidarSystem extends ObjectDetectionSensorSystem, ObjectTracking
* If the meaning of the '<em>Angle max</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Angle max</em>' attribute.
* @see #setAngle_max(float)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getLidarSystem_Angle_max()
@@ -219,7 +219,7 @@ public interface LidarSystem extends ObjectDetectionSensorSystem, ObjectTracking
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.LidarSystem#getAngle_max <em>Angle max</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Angle max</em>' attribute.
* @see #getAngle_max()
@@ -234,7 +234,7 @@ public interface LidarSystem extends ObjectDetectionSensorSystem, ObjectTracking
* If the meaning of the '<em>Time increment</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 increment</em>' attribute.
* @see #setTime_increment(float)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getLidarSystem_Time_increment()
@@ -247,7 +247,7 @@ public interface LidarSystem extends ObjectDetectionSensorSystem, ObjectTracking
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.LidarSystem#getTime_increment <em>Time increment</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Time increment</em>' attribute.
* @see #getTime_increment()
@@ -262,7 +262,7 @@ public interface LidarSystem extends ObjectDetectionSensorSystem, ObjectTracking
* If the meaning of the '<em>Scan 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>Scan time</em>' attribute.
* @see #setScan_time(float)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getLidarSystem_Scan_time()
@@ -275,7 +275,7 @@ public interface LidarSystem extends ObjectDetectionSensorSystem, ObjectTracking
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.LidarSystem#getScan_time <em>Scan time</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Scan time</em>' attribute.
* @see #getScan_time()
@@ -290,7 +290,7 @@ public interface LidarSystem extends ObjectDetectionSensorSystem, ObjectTracking
* If the meaning of the '<em>Range min</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Range min</em>' attribute.
* @see #setRange_min(float)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getLidarSystem_Range_min()
@@ -303,7 +303,7 @@ public interface LidarSystem extends ObjectDetectionSensorSystem, ObjectTracking
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.LidarSystem#getRange_min <em>Range min</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Range min</em>' attribute.
* @see #getRange_min()
@@ -318,7 +318,7 @@ public interface LidarSystem extends ObjectDetectionSensorSystem, ObjectTracking
* If the meaning of the '<em>Range max</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Range max</em>' attribute.
* @see #setRange_max(float)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getLidarSystem_Range_max()
@@ -331,7 +331,7 @@ public interface LidarSystem extends ObjectDetectionSensorSystem, ObjectTracking
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.LidarSystem#getRange_max <em>Range max</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Range max</em>' attribute.
* @see #getRange_max()
@@ -346,7 +346,7 @@ public interface LidarSystem extends ObjectDetectionSensorSystem, ObjectTracking
* If the meaning of the '<em>Nb Rays</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Nb Rays</em>' attribute.
* @see #setNbRays(long)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getLidarSystem_NbRays()
@@ -359,7 +359,7 @@ public interface LidarSystem extends ObjectDetectionSensorSystem, ObjectTracking
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.LidarSystem#getNbRays <em>Nb Rays</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Nb Rays</em>' attribute.
* @see #getNbRays()
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/MobileRobot.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/MobileRobot.java
index 19e089fd593..86f559c0646 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/MobileRobot.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/MobileRobot.java
@@ -28,7 +28,7 @@ public interface MobileRobot extends Robot {
* If the meaning of the '<em>Kind</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Kind</em>' attribute.
* @see org.eclipse.papyrus.RobotML.MobileRobotKind
* @see #setKind(MobileRobotKind)
@@ -42,7 +42,7 @@ public interface MobileRobot extends Robot {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.MobileRobot#getKind <em>Kind</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Kind</em>' attribute.
* @see org.eclipse.papyrus.RobotML.MobileRobotKind
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/MobileRobotKind.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/MobileRobotKind.java
index e0d762d25bb..be2487ef4c2 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/MobileRobotKind.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/MobileRobotKind.java
@@ -13,7 +13,7 @@ import org.eclipse.emf.common.util.Enumerator;
* A representation of the literals of the enumeration '<em><b>Mobile Robot Kind</b></em>',
* and utility methods for working with them.
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getMobileRobotKind()
* @model
* @generated
@@ -23,7 +23,7 @@ public enum MobileRobotKind implements Enumerator {
* The '<em><b>Air Vehicle</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #AIR_VEHICLE_VALUE
* @generated
* @ordered
@@ -34,7 +34,7 @@ public enum MobileRobotKind implements Enumerator {
* The '<em><b>Hybrid Vehicle</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #HYBRID_VEHICLE_VALUE
* @generated
* @ordered
@@ -45,7 +45,7 @@ public enum MobileRobotKind implements Enumerator {
* The '<em><b>Surface Vehicle</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #SURFACE_VEHICLE_VALUE
* @generated
* @ordered
@@ -56,7 +56,7 @@ public enum MobileRobotKind implements Enumerator {
* The '<em><b>Underwater Vehicle</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #UNDERWATER_VEHICLE_VALUE
* @generated
* @ordered
@@ -67,7 +67,7 @@ public enum MobileRobotKind implements Enumerator {
* The '<em><b>Car Like Vehicle</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #CAR_LIKE_VEHICLE_VALUE
* @generated
* @ordered
@@ -78,7 +78,7 @@ public enum MobileRobotKind implements Enumerator {
* The '<em><b>Differential Vehicle</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #DIFFERENTIAL_VEHICLE_VALUE
* @generated
* @ordered
@@ -89,7 +89,7 @@ public enum MobileRobotKind implements Enumerator {
* The '<em><b>Legged Vehicle</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #LEGGED_VEHICLE_VALUE
* @generated
* @ordered
@@ -103,7 +103,7 @@ public enum MobileRobotKind implements Enumerator {
* If the meaning of '<em><b>Air Vehicle</b></em>' literal object isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @see #AIR_VEHICLE
* @model name="AirVehicle"
* @generated
@@ -118,7 +118,7 @@ public enum MobileRobotKind implements Enumerator {
* If the meaning of '<em><b>Hybrid Vehicle</b></em>' literal object isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @see #HYBRID_VEHICLE
* @model name="HybridVehicle"
* @generated
@@ -133,7 +133,7 @@ public enum MobileRobotKind implements Enumerator {
* If the meaning of '<em><b>Surface Vehicle</b></em>' literal object isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @see #SURFACE_VEHICLE
* @model name="SurfaceVehicle"
* @generated
@@ -148,7 +148,7 @@ public enum MobileRobotKind implements Enumerator {
* If the meaning of '<em><b>Underwater Vehicle</b></em>' literal object isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @see #UNDERWATER_VEHICLE
* @model name="UnderwaterVehicle"
* @generated
@@ -163,7 +163,7 @@ public enum MobileRobotKind implements Enumerator {
* If the meaning of '<em><b>Car Like Vehicle</b></em>' literal object isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @see #CAR_LIKE_VEHICLE
* @model name="CarLikeVehicle"
* @generated
@@ -178,7 +178,7 @@ public enum MobileRobotKind implements Enumerator {
* If the meaning of '<em><b>Differential Vehicle</b></em>' literal object isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @see #DIFFERENTIAL_VEHICLE
* @model name="DifferentialVehicle"
* @generated
@@ -193,7 +193,7 @@ public enum MobileRobotKind implements Enumerator {
* If the meaning of '<em><b>Legged Vehicle</b></em>' literal object isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @see #LEGGED_VEHICLE
* @model name="LeggedVehicle"
* @generated
@@ -205,7 +205,7 @@ public enum MobileRobotKind implements Enumerator {
* An array of all the '<em><b>Mobile Robot Kind</b></em>' enumerators.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private static final MobileRobotKind[] VALUES_ARRAY =
@@ -223,7 +223,7 @@ public enum MobileRobotKind implements Enumerator {
* A public read-only list of all the '<em><b>Mobile Robot Kind</b></em>' enumerators.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public static final List<MobileRobotKind> VALUES = Collections.unmodifiableList(Arrays.asList(VALUES_ARRAY));
@@ -232,7 +232,7 @@ public enum MobileRobotKind implements Enumerator {
* Returns the '<em><b>Mobile Robot Kind</b></em>' literal with the specified literal value.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public static MobileRobotKind get(String literal) {
@@ -249,7 +249,7 @@ public enum MobileRobotKind implements Enumerator {
* Returns the '<em><b>Mobile Robot Kind</b></em>' literal with the specified name.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public static MobileRobotKind getByName(String name) {
@@ -266,7 +266,7 @@ public enum MobileRobotKind implements Enumerator {
* Returns the '<em><b>Mobile Robot Kind</b></em>' literal with the specified integer value.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public static MobileRobotKind get(int value) {
@@ -292,7 +292,7 @@ public enum MobileRobotKind implements Enumerator {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private final int value;
@@ -300,7 +300,7 @@ public enum MobileRobotKind implements Enumerator {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private final String name;
@@ -308,7 +308,7 @@ public enum MobileRobotKind implements Enumerator {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private final String literal;
@@ -317,7 +317,7 @@ public enum MobileRobotKind implements Enumerator {
* Only this class can construct instances.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private MobileRobotKind(int value, String name, String literal) {
@@ -329,7 +329,7 @@ public enum MobileRobotKind implements Enumerator {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public int getValue() {
@@ -339,7 +339,7 @@ public enum MobileRobotKind implements Enumerator {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public String getName() {
@@ -349,7 +349,7 @@ public enum MobileRobotKind implements Enumerator {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public String getLiteral() {
@@ -360,7 +360,7 @@ public enum MobileRobotKind implements Enumerator {
* Returns the literal value of the enumerator, which is its string representation.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
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()
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/OnProperty.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/OnProperty.java
index 8463fc97145..5f7e4b83f58 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/OnProperty.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/OnProperty.java
@@ -3,7 +3,6 @@
package org.eclipse.papyrus.RobotML;
import org.eclipse.emf.ecore.EObject;
-
import org.eclipse.uml2.uml.Parameter;
import org.eclipse.uml2.uml.Property;
@@ -32,7 +31,7 @@ public interface OnProperty extends EObject {
* If the meaning of the '<em>Property</em>' reference isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Property</em>' reference.
* @see #setProperty(Property)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getOnProperty_Property()
@@ -45,7 +44,7 @@ public interface OnProperty extends EObject {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.OnProperty#getProperty <em>Property</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Property</em>' reference.
* @see #getProperty()
@@ -60,7 +59,7 @@ public interface OnProperty 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#getOnProperty_Base_Parameter()
@@ -73,7 +72,7 @@ public interface OnProperty extends EObject {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.OnProperty#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()
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/PhysicalObject.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/PhysicalObject.java
index 0518f1a19e0..e92af1a992a 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/PhysicalObject.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/PhysicalObject.java
@@ -32,7 +32,7 @@ public interface PhysicalObject extends org.eclipse.papyrus.RobotML.System {
* If the meaning of the '<em>Eveloves In</em>' reference list isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Eveloves In</em>' reference list.
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getPhysicalObject_EvelovesIn()
* @model ordered="false"
@@ -47,7 +47,7 @@ public interface PhysicalObject extends org.eclipse.papyrus.RobotML.System {
* If the meaning of the '<em>Has Surface</em>' reference isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Has Surface</em>' reference.
* @see #setHasSurface(Surface)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getPhysicalObject_HasSurface()
@@ -60,7 +60,7 @@ public interface PhysicalObject extends org.eclipse.papyrus.RobotML.System {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.PhysicalObject#getHasSurface <em>Has Surface</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Has Surface</em>' reference.
* @see #getHasSurface()
@@ -75,7 +75,7 @@ public interface PhysicalObject extends org.eclipse.papyrus.RobotML.System {
* 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(float)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getPhysicalObject_Height()
@@ -88,7 +88,7 @@ public interface PhysicalObject extends org.eclipse.papyrus.RobotML.System {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.PhysicalObject#getHeight <em>Height</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Height</em>' attribute.
* @see #getHeight()
@@ -103,7 +103,7 @@ public interface PhysicalObject extends org.eclipse.papyrus.RobotML.System {
* If the meaning of the '<em>Mass</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Mass</em>' attribute.
* @see #setMass(float)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getPhysicalObject_Mass()
@@ -116,7 +116,7 @@ public interface PhysicalObject extends org.eclipse.papyrus.RobotML.System {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.PhysicalObject#getMass <em>Mass</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Mass</em>' attribute.
* @see #getMass()
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/Platform.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/Platform.java
index 8c406eee8b5..b008a65915f 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/Platform.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/Platform.java
@@ -3,7 +3,6 @@
package org.eclipse.papyrus.RobotML;
import org.eclipse.emf.common.util.EList;
-
import org.eclipse.uml2.uml.Node;
/**
@@ -31,7 +30,7 @@ public interface Platform extends org.eclipse.papyrus.RobotML.System {
* If the meaning of the '<em>Base Node</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 Node</em>' reference.
* @see #setBase_Node(Node)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getPlatform_Base_Node()
@@ -44,7 +43,7 @@ public interface Platform extends org.eclipse.papyrus.RobotML.System {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.Platform#getBase_Node <em>Base Node</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Base Node</em>' reference.
* @see #getBase_Node()
@@ -60,7 +59,7 @@ public interface Platform extends org.eclipse.papyrus.RobotML.System {
* If the meaning of the '<em>Library</em>' reference list isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Library</em>' reference list.
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getPlatform_Library()
* @model ordered="false"
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/Port.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/Port.java
index 9aa08a2bded..ef054b7b701 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/Port.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/Port.java
@@ -29,7 +29,7 @@ public interface Port extends EObject {
* If the meaning of the '<em>Base 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>Base Port</em>' reference.
* @see #setBase_Port(org.eclipse.uml2.uml.Port)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getPort_Base_Port()
@@ -42,7 +42,7 @@ public interface Port extends EObject {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.Port#getBase_Port <em>Base Port</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Base Port</em>' reference.
* @see #getBase_Port()
@@ -58,7 +58,7 @@ public interface Port extends EObject {
* If the meaning of the '<em>Synchronization Policy</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Synchronization Policy</em>' attribute.
* @see org.eclipse.papyrus.RobotML.SynchronizationKind
* @see #setSynchronizationPolicy(SynchronizationKind)
@@ -72,7 +72,7 @@ public interface Port extends EObject {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.Port#getSynchronizationPolicy <em>Synchronization Policy</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Synchronization Policy</em>' attribute.
* @see org.eclipse.papyrus.RobotML.SynchronizationKind
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/Robot.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/Robot.java
index b8d63b9ce8d..ac815bb2596 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/Robot.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/Robot.java
@@ -27,7 +27,7 @@ public interface Robot extends Agent, org.eclipse.papyrus.RobotML.System {
* 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(float)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getRobot_Width()
@@ -40,7 +40,7 @@ public interface Robot extends Agent, org.eclipse.papyrus.RobotML.System {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.Robot#getWidth <em>Width</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Width</em>' attribute.
* @see #getWidth()
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/RobotMLFactory.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/RobotMLFactory.java
index 1496578e6d2..ead04b0726e 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/RobotMLFactory.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/RobotMLFactory.java
@@ -9,7 +9,7 @@ import org.eclipse.emf.ecore.EFactory;
* The <b>Factory</b> for the model.
* It provides a create method for each non-abstract class of the model.
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.RobotMLPackage
* @generated
*/
@@ -18,7 +18,7 @@ public interface RobotMLFactory extends EFactory {
* The singleton instance of the factory.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
RobotMLFactory eINSTANCE = org.eclipse.papyrus.RobotML.impl.RobotMLFactoryImpl.init();
@@ -27,7 +27,7 @@ public interface RobotMLFactory extends EFactory {
* Returns a new object of class '<em>Transition</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Transition</em>'.
* @generated
*/
@@ -37,7 +37,7 @@ public interface RobotMLFactory extends EFactory {
* Returns a new object of class '<em>Algorithm</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Algorithm</em>'.
* @generated
*/
@@ -47,7 +47,7 @@ public interface RobotMLFactory extends EFactory {
* Returns a new object of class '<em>State</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>State</em>'.
* @generated
*/
@@ -57,7 +57,7 @@ public interface RobotMLFactory extends EFactory {
* Returns a new object of class '<em>Actuated Joint</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Actuated Joint</em>'.
* @generated
*/
@@ -67,7 +67,7 @@ public interface RobotMLFactory extends EFactory {
* Returns a new object of class '<em>Joint</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Joint</em>'.
* @generated
*/
@@ -77,7 +77,7 @@ public interface RobotMLFactory extends EFactory {
* Returns a new object of class '<em>Complete Bonding</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Complete Bonding</em>'.
* @generated
*/
@@ -87,7 +87,7 @@ public interface RobotMLFactory extends EFactory {
* Returns a new object of class '<em>Robot</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Robot</em>'.
* @generated
*/
@@ -97,7 +97,7 @@ public interface RobotMLFactory extends EFactory {
* Returns a new object of class '<em>System</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>System</em>'.
* @generated
*/
@@ -107,7 +107,7 @@ public interface RobotMLFactory extends EFactory {
* Returns a new object of class '<em>Agent</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Agent</em>'.
* @generated
*/
@@ -117,7 +117,7 @@ public interface RobotMLFactory extends EFactory {
* Returns a new object of class '<em>Physical Object</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Physical Object</em>'.
* @generated
*/
@@ -127,7 +127,7 @@ public interface RobotMLFactory extends EFactory {
* Returns a new object of class '<em>Environment</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Environment</em>'.
* @generated
*/
@@ -137,7 +137,7 @@ public interface RobotMLFactory extends EFactory {
* Returns a new object of class '<em>Surface</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Surface</em>'.
* @generated
*/
@@ -147,7 +147,7 @@ public interface RobotMLFactory extends EFactory {
* Returns a new object of class '<em>Data Flow Port</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Data Flow Port</em>'.
* @generated
*/
@@ -157,7 +157,7 @@ public interface RobotMLFactory extends EFactory {
* Returns a new object of class '<em>Service Port</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Service Port</em>'.
* @generated
*/
@@ -167,7 +167,7 @@ public interface RobotMLFactory extends EFactory {
* Returns a new object of class '<em>Actuator System</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Actuator System</em>'.
* @generated
*/
@@ -177,7 +177,7 @@ public interface RobotMLFactory extends EFactory {
* Returns a new object of class '<em>Robotic System</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Robotic System</em>'.
* @generated
*/
@@ -187,7 +187,7 @@ public interface RobotMLFactory extends EFactory {
* Returns a new object of class '<em>Cyber Physical System</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Cyber Physical System</em>'.
* @generated
*/
@@ -197,7 +197,7 @@ public interface RobotMLFactory extends EFactory {
* Returns a new object of class '<em>Sensor System</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Sensor System</em>'.
* @generated
*/
@@ -207,7 +207,7 @@ public interface RobotMLFactory extends EFactory {
* Returns a new object of class '<em>Hardware</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Hardware</em>'.
* @generated
*/
@@ -217,7 +217,7 @@ public interface RobotMLFactory extends EFactory {
* Returns a new object of class '<em>Software</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Software</em>'.
* @generated
*/
@@ -227,7 +227,7 @@ public interface RobotMLFactory extends EFactory {
* Returns a new object of class '<em>Engine System</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Engine System</em>'.
* @generated
*/
@@ -237,7 +237,7 @@ public interface RobotMLFactory extends EFactory {
* Returns a new object of class '<em>Steered Wheel System</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Steered Wheel System</em>'.
* @generated
*/
@@ -247,7 +247,7 @@ public interface RobotMLFactory extends EFactory {
* Returns a new object of class '<em>Locomotion System</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Locomotion System</em>'.
* @generated
*/
@@ -257,7 +257,7 @@ public interface RobotMLFactory extends EFactory {
* Returns a new object of class '<em>Image Sensor System</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Image Sensor System</em>'.
* @generated
*/
@@ -267,7 +267,7 @@ public interface RobotMLFactory extends EFactory {
* Returns a new object of class '<em>Camera System</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Camera System</em>'.
* @generated
*/
@@ -277,7 +277,7 @@ public interface RobotMLFactory extends EFactory {
* Returns a new object of class '<em>Object Detection Sensor System</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Object Detection Sensor System</em>'.
* @generated
*/
@@ -287,7 +287,7 @@ public interface RobotMLFactory extends EFactory {
* Returns a new object of class '<em>Object Tracking Sensor System</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Object Tracking Sensor System</em>'.
* @generated
*/
@@ -297,7 +297,7 @@ public interface RobotMLFactory extends EFactory {
* Returns a new object of class '<em>Lidar System</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Lidar System</em>'.
* @generated
*/
@@ -307,7 +307,7 @@ public interface RobotMLFactory extends EFactory {
* Returns a new object of class '<em>Localization Sensor System</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Localization Sensor System</em>'.
* @generated
*/
@@ -317,7 +317,7 @@ public interface RobotMLFactory extends EFactory {
* Returns a new object of class '<em>GPS System</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>GPS System</em>'.
* @generated
*/
@@ -327,7 +327,7 @@ public interface RobotMLFactory extends EFactory {
* Returns a new object of class '<em>Algorithm Library</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Algorithm Library</em>'.
* @generated
*/
@@ -337,7 +337,7 @@ public interface RobotMLFactory extends EFactory {
* Returns a new object of class '<em>Sensor Driver</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Sensor Driver</em>'.
* @generated
*/
@@ -347,7 +347,7 @@ public interface RobotMLFactory extends EFactory {
* Returns a new object of class '<em>Building</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Building</em>'.
* @generated
*/
@@ -357,7 +357,7 @@ public interface RobotMLFactory extends EFactory {
* Returns a new object of class '<em>Planet</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Planet</em>'.
* @generated
*/
@@ -367,7 +367,7 @@ public interface RobotMLFactory extends EFactory {
* Returns a new object of class '<em>Land Surface</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Land Surface</em>'.
* @generated
*/
@@ -377,7 +377,7 @@ public interface RobotMLFactory extends EFactory {
* Returns a new object of class '<em>Floor</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Floor</em>'.
* @generated
*/
@@ -387,7 +387,7 @@ public interface RobotMLFactory extends EFactory {
* Returns a new object of class '<em>Water Surface</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Water Surface</em>'.
* @generated
*/
@@ -397,7 +397,7 @@ public interface RobotMLFactory extends EFactory {
* Returns a new object of class '<em>Human</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Human</em>'.
* @generated
*/
@@ -407,7 +407,7 @@ public interface RobotMLFactory extends EFactory {
* Returns a new object of class '<em>Pedestrian</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Pedestrian</em>'.
* @generated
*/
@@ -417,7 +417,7 @@ public interface RobotMLFactory extends EFactory {
* Returns a new object of class '<em>Stairs</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Stairs</em>'.
* @generated
*/
@@ -427,7 +427,7 @@ public interface RobotMLFactory extends EFactory {
* Returns a new object of class '<em>Platform</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Platform</em>'.
* @generated
*/
@@ -437,7 +437,7 @@ public interface RobotMLFactory extends EFactory {
* Returns a new object of class '<em>External Library</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>External Library</em>'.
* @generated
*/
@@ -447,7 +447,7 @@ public interface RobotMLFactory extends EFactory {
* Returns a new object of class '<em>Robotic Middleware</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Robotic Middleware</em>'.
* @generated
*/
@@ -457,7 +457,7 @@ public interface RobotMLFactory extends EFactory {
* Returns a new object of class '<em>Robotic Simulator</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Robotic Simulator</em>'.
* @generated
*/
@@ -467,7 +467,7 @@ public interface RobotMLFactory extends EFactory {
* Returns a new object of class '<em>Cycab TK</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Cycab TK</em>'.
* @generated
*/
@@ -477,7 +477,7 @@ public interface RobotMLFactory extends EFactory {
* Returns a new object of class '<em>Blender Morse</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Blender Morse</em>'.
* @generated
*/
@@ -487,7 +487,7 @@ public interface RobotMLFactory extends EFactory {
* Returns a new object of class '<em>On Port</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>On Port</em>'.
* @generated
*/
@@ -497,7 +497,7 @@ public interface RobotMLFactory extends EFactory {
* Returns a new object of class '<em>Allocate</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Allocate</em>'.
* @generated
*/
@@ -507,7 +507,7 @@ public interface RobotMLFactory extends EFactory {
* Returns a new object of class '<em>Inertial Measurement Unit System</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Inertial Measurement Unit System</em>'.
* @generated
*/
@@ -517,7 +517,7 @@ public interface RobotMLFactory extends EFactory {
* Returns a new object of class '<em>Inertial Navigation System</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Inertial Navigation System</em>'.
* @generated
*/
@@ -527,7 +527,7 @@ public interface RobotMLFactory extends EFactory {
* Returns a new object of class '<em>Odometry System</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Odometry System</em>'.
* @generated
*/
@@ -537,7 +537,7 @@ public interface RobotMLFactory extends EFactory {
* Returns a new object of class '<em>Infra Red Proximetry System</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Infra Red Proximetry System</em>'.
* @generated
*/
@@ -547,7 +547,7 @@ public interface RobotMLFactory extends EFactory {
* Returns a new object of class '<em>Deployment Plan</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Deployment Plan</em>'.
* @generated
*/
@@ -557,7 +557,7 @@ public interface RobotMLFactory extends EFactory {
* Returns a new object of class '<em>Gyroscope</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Gyroscope</em>'.
* @generated
*/
@@ -567,7 +567,7 @@ public interface RobotMLFactory extends EFactory {
* Returns a new object of class '<em>On Property</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>On Property</em>'.
* @generated
*/
@@ -577,7 +577,7 @@ public interface RobotMLFactory extends EFactory {
* Returns a new object of class '<em>Chassis</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Chassis</em>'.
* @generated
*/
@@ -587,7 +587,7 @@ public interface RobotMLFactory extends EFactory {
* Returns a new object of class '<em>Supporting Structure</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Supporting Structure</em>'.
* @generated
*/
@@ -597,7 +597,7 @@ public interface RobotMLFactory extends EFactory {
* Returns a new object of class '<em>Mechanical Linkage</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Mechanical Linkage</em>'.
* @generated
*/
@@ -607,7 +607,7 @@ public interface RobotMLFactory extends EFactory {
* Returns a new object of class '<em>Leg</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Leg</em>'.
* @generated
*/
@@ -617,7 +617,7 @@ public interface RobotMLFactory extends EFactory {
* Returns a new object of class '<em>Locomotion Hardware</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Locomotion Hardware</em>'.
* @generated
*/
@@ -627,7 +627,7 @@ public interface RobotMLFactory extends EFactory {
* Returns a new object of class '<em>Actuator Hardware</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Actuator Hardware</em>'.
* @generated
*/
@@ -637,7 +637,7 @@ public interface RobotMLFactory extends EFactory {
* Returns a new object of class '<em>Mobile Robot</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Mobile Robot</em>'.
* @generated
*/
@@ -647,7 +647,7 @@ public interface RobotMLFactory extends EFactory {
* Returns a new object of class '<em>Manipulator</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Manipulator</em>'.
* @generated
*/
@@ -657,7 +657,7 @@ public interface RobotMLFactory extends EFactory {
* Returns a new object of class '<em>Piloted System</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Piloted System</em>'.
* @generated
*/
@@ -667,7 +667,7 @@ public interface RobotMLFactory extends EFactory {
* Returns a new object of class '<em>Power Hardware</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Power Hardware</em>'.
* @generated
*/
@@ -677,7 +677,7 @@ public interface RobotMLFactory extends EFactory {
* Returns a new object of class '<em>Sensor Hardware</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Sensor Hardware</em>'.
* @generated
*/
@@ -687,7 +687,7 @@ public interface RobotMLFactory extends EFactory {
* Returns a new object of class '<em>Grasping Hardware</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Grasping Hardware</em>'.
* @generated
*/
@@ -697,7 +697,7 @@ public interface RobotMLFactory extends EFactory {
* Returns a new object of class '<em>Steered Wheel Hardware</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Steered Wheel Hardware</em>'.
* @generated
*/
@@ -707,7 +707,7 @@ public interface RobotMLFactory extends EFactory {
* Returns a new object of class '<em>Arm</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Arm</em>'.
* @generated
*/
@@ -717,7 +717,7 @@ public interface RobotMLFactory extends EFactory {
* Returns a new object of class '<em>Leg System</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Leg System</em>'.
* @generated
*/
@@ -727,7 +727,7 @@ public interface RobotMLFactory extends EFactory {
* Returns a new object of class '<em>Grasping System</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Grasping System</em>'.
* @generated
*/
@@ -737,7 +737,7 @@ public interface RobotMLFactory extends EFactory {
* Returns a new object of class '<em>Weapon System</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Weapon System</em>'.
* @generated
*/
@@ -747,7 +747,7 @@ public interface RobotMLFactory extends EFactory {
* Returns a new object of class '<em>Man Machine Interface System</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Man Machine Interface System</em>'.
* @generated
*/
@@ -757,7 +757,7 @@ public interface RobotMLFactory extends EFactory {
* Returns a new object of class '<em>Closed Loop Control System</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Closed Loop Control System</em>'.
* @generated
*/
@@ -767,7 +767,7 @@ public interface RobotMLFactory extends EFactory {
* Returns a new object of class '<em>Open Loop Control System</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Open Loop Control System</em>'.
* @generated
*/
@@ -777,7 +777,7 @@ public interface RobotMLFactory extends EFactory {
* Returns a new object of class '<em>Robotic Head</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Robotic Head</em>'.
* @generated
*/
@@ -787,7 +787,7 @@ public interface RobotMLFactory extends EFactory {
* Returns a new object of class '<em>Navigation Command System</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Navigation Command System</em>'.
* @generated
*/
@@ -797,7 +797,7 @@ public interface RobotMLFactory extends EFactory {
* Returns a new object of class '<em>Joystic Navigation System</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Joystic Navigation System</em>'.
* @generated
*/
@@ -807,7 +807,7 @@ public interface RobotMLFactory extends EFactory {
* Returns the package supported by this factory.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the package supported by this factory.
* @generated
*/
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/RobotMLPackage.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/RobotMLPackage.java
index e411a6f148f..d9bde3417d4 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/RobotMLPackage.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/RobotMLPackage.java
@@ -20,7 +20,7 @@ import org.eclipse.emf.ecore.EReference;
* <li>and each data type</li>
* </ul>
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.RobotMLFactory
* @model kind="package"
* @generated
@@ -30,7 +30,7 @@ public interface RobotMLPackage extends EPackage {
* The package name.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
String eNAME = "RobotML";
@@ -39,7 +39,7 @@ public interface RobotMLPackage extends EPackage {
* The package namespace URI.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
String eNS_URI = "http://Papyrus/RobotML/1";
@@ -48,7 +48,7 @@ public interface RobotMLPackage extends EPackage {
* The package namespace name.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
String eNS_PREFIX = "RobotML";
@@ -57,7 +57,7 @@ public interface RobotMLPackage extends EPackage {
* The singleton instance of the package.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
RobotMLPackage eINSTANCE = org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl.init();
@@ -66,7 +66,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.RobotML.impl.TransitionImpl <em>Transition</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.TransitionImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getTransition()
* @generated
@@ -77,7 +77,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Base Transition</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -87,7 +87,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Guard</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -97,7 +97,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Effect</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -107,7 +107,7 @@ public interface RobotMLPackage extends EPackage {
* The number of structural features of the '<em>Transition</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -117,7 +117,7 @@ public interface RobotMLPackage extends EPackage {
* The number of operations of the '<em>Transition</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -127,7 +127,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.RobotML.impl.AlgorithmImpl <em>Algorithm</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.AlgorithmImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getAlgorithm()
* @generated
@@ -138,7 +138,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Base Operation</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -148,7 +148,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Is External</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -158,7 +158,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Ext Function Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -168,7 +168,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Lib Path</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -178,7 +178,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Lib File Format</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -188,7 +188,7 @@ public interface RobotMLPackage extends EPackage {
* The number of structural features of the '<em>Algorithm</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -198,7 +198,7 @@ public interface RobotMLPackage extends EPackage {
* The number of operations of the '<em>Algorithm</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -208,7 +208,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.RobotML.impl.StateImpl <em>State</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.StateImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getState()
* @generated
@@ -219,7 +219,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Base State</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -229,7 +229,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Behavior</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -239,7 +239,7 @@ public interface RobotMLPackage extends EPackage {
* The number of structural features of the '<em>State</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -249,7 +249,7 @@ public interface RobotMLPackage extends EPackage {
* The number of operations of the '<em>State</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -259,7 +259,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.RobotML.impl.JointImpl <em>Joint</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.JointImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getJoint()
* @generated
@@ -270,7 +270,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Base Connector</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -280,7 +280,7 @@ public interface RobotMLPackage extends EPackage {
* The number of structural features of the '<em>Joint</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -290,7 +290,7 @@ public interface RobotMLPackage extends EPackage {
* The number of operations of the '<em>Joint</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -300,7 +300,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.RobotML.impl.ActuatedJointImpl <em>Actuated Joint</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.ActuatedJointImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getActuatedJoint()
* @generated
@@ -311,7 +311,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Base Connector</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -321,7 +321,7 @@ public interface RobotMLPackage extends EPackage {
* The number of structural features of the '<em>Actuated Joint</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -331,7 +331,7 @@ public interface RobotMLPackage extends EPackage {
* The number of operations of the '<em>Actuated Joint</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -341,7 +341,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.RobotML.impl.CompleteBondingImpl <em>Complete Bonding</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.CompleteBondingImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getCompleteBonding()
* @generated
@@ -352,7 +352,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Base Connector</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -362,7 +362,7 @@ public interface RobotMLPackage extends EPackage {
* The number of structural features of the '<em>Complete Bonding</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -372,7 +372,7 @@ public interface RobotMLPackage extends EPackage {
* The number of operations of the '<em>Complete Bonding</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -382,7 +382,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.RobotML.impl.SystemImpl <em>System</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.SystemImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getSystem()
* @generated
@@ -393,7 +393,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Base Class</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -403,7 +403,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Native</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -413,7 +413,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Path</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -423,7 +423,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Component Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -433,7 +433,7 @@ public interface RobotMLPackage extends EPackage {
* The number of structural features of the '<em>System</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -443,7 +443,7 @@ public interface RobotMLPackage extends EPackage {
* The number of operations of the '<em>System</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -453,7 +453,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.RobotML.impl.PhysicalObjectImpl <em>Physical Object</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.PhysicalObjectImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getPhysicalObject()
* @generated
@@ -464,7 +464,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Base Class</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -474,7 +474,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Native</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -484,7 +484,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Path</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -494,7 +494,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Component Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -504,7 +504,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Eveloves In</b></em>' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -514,7 +514,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Has Surface</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -524,7 +524,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Height</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -534,7 +534,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Mass</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -544,7 +544,7 @@ public interface RobotMLPackage extends EPackage {
* The number of structural features of the '<em>Physical Object</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -554,7 +554,7 @@ public interface RobotMLPackage extends EPackage {
* The number of operations of the '<em>Physical Object</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -564,7 +564,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.RobotML.impl.AgentImpl <em>Agent</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.AgentImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getAgent()
* @generated
@@ -575,7 +575,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Base Class</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -585,7 +585,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Native</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -595,7 +595,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Path</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -605,7 +605,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Component Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -615,7 +615,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Eveloves In</b></em>' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -625,7 +625,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Has Surface</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -635,7 +635,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Height</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -645,7 +645,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Mass</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -655,7 +655,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Moves Over</b></em>' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -665,7 +665,7 @@ public interface RobotMLPackage extends EPackage {
* The number of structural features of the '<em>Agent</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -675,7 +675,7 @@ public interface RobotMLPackage extends EPackage {
* The number of operations of the '<em>Agent</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -685,7 +685,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.RobotML.impl.RobotImpl <em>Robot</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.RobotImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getRobot()
* @generated
@@ -696,7 +696,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Base Class</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -706,7 +706,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Native</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -716,7 +716,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Path</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -726,7 +726,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Component Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -736,7 +736,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Eveloves In</b></em>' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -746,7 +746,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Has Surface</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -756,7 +756,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Height</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -766,7 +766,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Mass</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -776,7 +776,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Moves Over</b></em>' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -786,7 +786,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Width</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -796,7 +796,7 @@ public interface RobotMLPackage extends EPackage {
* The number of structural features of the '<em>Robot</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -806,7 +806,7 @@ public interface RobotMLPackage extends EPackage {
* The number of operations of the '<em>Robot</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -816,7 +816,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.RobotML.impl.EnvironmentImpl <em>Environment</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.EnvironmentImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getEnvironment()
* @generated
@@ -827,7 +827,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Base Class</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -837,7 +837,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Native</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -847,7 +847,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Path</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -857,7 +857,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Component Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -867,7 +867,7 @@ public interface RobotMLPackage extends EPackage {
* The number of structural features of the '<em>Environment</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -877,7 +877,7 @@ public interface RobotMLPackage extends EPackage {
* The number of operations of the '<em>Environment</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -887,7 +887,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.RobotML.impl.SurfaceImpl <em>Surface</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.SurfaceImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getSurface()
* @generated
@@ -898,7 +898,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Base Class</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -908,7 +908,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Native</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -918,7 +918,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Path</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -928,7 +928,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Component Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -938,7 +938,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Eveloves In</b></em>' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -948,7 +948,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Has Surface</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -958,7 +958,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Height</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -968,7 +968,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Mass</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -978,7 +978,7 @@ public interface RobotMLPackage extends EPackage {
* The number of structural features of the '<em>Surface</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -988,7 +988,7 @@ public interface RobotMLPackage extends EPackage {
* The number of operations of the '<em>Surface</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -998,7 +998,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.RobotML.impl.PortImpl <em>Port</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.PortImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getPort()
* @generated
@@ -1009,7 +1009,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Base Port</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1019,7 +1019,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Synchronization Policy</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1029,7 +1029,7 @@ public interface RobotMLPackage extends EPackage {
* The number of structural features of the '<em>Port</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1039,7 +1039,7 @@ public interface RobotMLPackage extends EPackage {
* The number of operations of the '<em>Port</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1049,7 +1049,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.RobotML.impl.DataFlowPortImpl <em>Data Flow Port</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.DataFlowPortImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getDataFlowPort()
* @generated
@@ -1060,7 +1060,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Base Port</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1070,7 +1070,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Synchronization Policy</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1080,7 +1080,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Direction</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1090,7 +1090,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Buffer Size</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1100,7 +1100,7 @@ public interface RobotMLPackage extends EPackage {
* The number of structural features of the '<em>Data Flow Port</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1110,7 +1110,7 @@ public interface RobotMLPackage extends EPackage {
* The number of operations of the '<em>Data Flow Port</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1120,7 +1120,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.RobotML.impl.ServicePortImpl <em>Service Port</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.ServicePortImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getServicePort()
* @generated
@@ -1131,7 +1131,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Base Port</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1141,7 +1141,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Synchronization Policy</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1151,7 +1151,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Kind</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1161,7 +1161,7 @@ public interface RobotMLPackage extends EPackage {
* The number of structural features of the '<em>Service Port</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1171,7 +1171,7 @@ public interface RobotMLPackage extends EPackage {
* The number of operations of the '<em>Service Port</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1181,7 +1181,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.RobotML.impl.RoboticSystemImpl <em>Robotic System</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.RoboticSystemImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getRoboticSystem()
* @generated
@@ -1192,7 +1192,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Base Class</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1202,7 +1202,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Native</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1212,7 +1212,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Path</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1222,7 +1222,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Component Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1232,7 +1232,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Local Position</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1242,7 +1242,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Local Orientation</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1252,7 +1252,7 @@ public interface RobotMLPackage extends EPackage {
* The number of structural features of the '<em>Robotic System</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1262,7 +1262,7 @@ public interface RobotMLPackage extends EPackage {
* The number of operations of the '<em>Robotic System</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1272,7 +1272,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.RobotML.impl.ActuatorSystemImpl <em>Actuator System</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.ActuatorSystemImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getActuatorSystem()
* @generated
@@ -1283,7 +1283,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Base Class</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1293,7 +1293,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Native</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1303,7 +1303,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Path</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1313,7 +1313,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Component Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1323,7 +1323,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Local Position</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1333,7 +1333,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Local Orientation</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1343,7 +1343,7 @@ public interface RobotMLPackage extends EPackage {
* The number of structural features of the '<em>Actuator System</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1353,7 +1353,7 @@ public interface RobotMLPackage extends EPackage {
* The number of operations of the '<em>Actuator System</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1363,7 +1363,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.RobotML.impl.CyberPhysicalSystemImpl <em>Cyber Physical System</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.CyberPhysicalSystemImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getCyberPhysicalSystem()
* @generated
@@ -1374,7 +1374,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Base Class</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1384,7 +1384,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Native</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1394,7 +1394,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Path</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1404,7 +1404,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Component Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1414,7 +1414,7 @@ public interface RobotMLPackage extends EPackage {
* The number of structural features of the '<em>Cyber Physical System</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1424,7 +1424,7 @@ public interface RobotMLPackage extends EPackage {
* The number of operations of the '<em>Cyber Physical System</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1434,7 +1434,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.RobotML.impl.SensorSystemImpl <em>Sensor System</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.SensorSystemImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getSensorSystem()
* @generated
@@ -1445,7 +1445,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Base Class</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1455,7 +1455,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Native</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1465,7 +1465,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Path</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1475,7 +1475,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Component Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1485,7 +1485,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Local Position</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1495,7 +1495,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Local Orientation</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1505,7 +1505,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Frequency</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1515,7 +1515,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Identifier</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1525,7 +1525,7 @@ public interface RobotMLPackage extends EPackage {
* The number of structural features of the '<em>Sensor System</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1535,7 +1535,7 @@ public interface RobotMLPackage extends EPackage {
* The number of operations of the '<em>Sensor System</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1545,7 +1545,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.RobotML.impl.HardwareImpl <em>Hardware</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.HardwareImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getHardware()
* @generated
@@ -1556,7 +1556,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Base Class</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1566,7 +1566,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Native</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1576,7 +1576,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Path</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1586,7 +1586,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Component Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1596,7 +1596,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Eveloves In</b></em>' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1606,7 +1606,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Has Surface</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1616,7 +1616,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Height</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1626,7 +1626,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Mass</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1636,7 +1636,7 @@ public interface RobotMLPackage extends EPackage {
* The number of structural features of the '<em>Hardware</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1646,7 +1646,7 @@ public interface RobotMLPackage extends EPackage {
* The number of operations of the '<em>Hardware</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1656,7 +1656,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.RobotML.impl.SoftwareImpl <em>Software</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.SoftwareImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getSoftware()
* @generated
@@ -1667,7 +1667,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Base Class</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1677,7 +1677,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Native</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1687,7 +1687,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Path</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1697,7 +1697,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Component Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1707,7 +1707,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Is Periodic</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1717,7 +1717,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Period</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1727,7 +1727,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Priority</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1737,7 +1737,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Deadline</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1747,7 +1747,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Wcet</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1757,7 +1757,7 @@ public interface RobotMLPackage extends EPackage {
* The number of structural features of the '<em>Software</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1767,7 +1767,7 @@ public interface RobotMLPackage extends EPackage {
* The number of operations of the '<em>Software</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1777,7 +1777,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.RobotML.impl.EngineSystemImpl <em>Engine System</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.EngineSystemImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getEngineSystem()
* @generated
@@ -1788,7 +1788,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Base Class</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1798,7 +1798,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Native</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1808,7 +1808,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Path</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1818,7 +1818,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Component Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1828,7 +1828,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Local Position</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1838,7 +1838,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Local Orientation</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1848,7 +1848,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Vehicle Traction</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1858,7 +1858,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Max Engine Force</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1868,7 +1868,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Max Breaking Force</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1878,7 +1878,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Max Allowed Steering</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1888,7 +1888,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Max Allowed Velocity</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1898,7 +1898,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Gear ration</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1908,7 +1908,7 @@ public interface RobotMLPackage extends EPackage {
* The number of structural features of the '<em>Engine System</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1918,7 +1918,7 @@ public interface RobotMLPackage extends EPackage {
* The number of operations of the '<em>Engine System</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1928,7 +1928,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.RobotML.impl.LocomotionSystemImpl <em>Locomotion System</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.LocomotionSystemImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getLocomotionSystem()
* @generated
@@ -1939,7 +1939,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Base Class</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1949,7 +1949,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Native</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1959,7 +1959,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Path</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1969,7 +1969,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Component Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1979,7 +1979,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Local Position</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1989,7 +1989,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Local Orientation</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -1999,7 +1999,7 @@ public interface RobotMLPackage extends EPackage {
* The number of structural features of the '<em>Locomotion System</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2009,7 +2009,7 @@ public interface RobotMLPackage extends EPackage {
* The number of operations of the '<em>Locomotion System</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2019,7 +2019,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.RobotML.impl.SteeredWheelSystemImpl <em>Steered Wheel System</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.SteeredWheelSystemImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getSteeredWheelSystem()
* @generated
@@ -2030,7 +2030,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Base Class</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2040,7 +2040,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Native</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2050,7 +2050,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Path</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2060,7 +2060,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Component Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2070,7 +2070,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Local Position</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2080,7 +2080,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Local Orientation</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2090,7 +2090,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Wheel Radius</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2100,7 +2100,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Wheel Width</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2110,7 +2110,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Suspension Rest Length</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2120,7 +2120,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Wheel Connection Height</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2130,7 +2130,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Type Of Wheel</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2140,7 +2140,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Wheel Velocity PI Dkp</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2150,7 +2150,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Wheel Velocity PI Dki</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2160,7 +2160,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Wheel Velocity PI Dkd</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2170,7 +2170,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Wheel Steering PI Dkp</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2180,7 +2180,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Wheel Steering PI Dkd</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2190,7 +2190,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Wheel Friction</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2200,7 +2200,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Suspension Stiffness</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2210,7 +2210,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Suspension Damping</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2220,7 +2220,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Suspension Compression</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2230,7 +2230,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Wheel Velocity PI Dmax Sum</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2240,7 +2240,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Wheel Velocity PI Dmax Val</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2250,7 +2250,7 @@ public interface RobotMLPackage extends EPackage {
* The number of structural features of the '<em>Steered Wheel System</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2260,7 +2260,7 @@ public interface RobotMLPackage extends EPackage {
* The number of operations of the '<em>Steered Wheel System</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2270,7 +2270,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.RobotML.impl.ImageSensorSystemImpl <em>Image Sensor System</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.ImageSensorSystemImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getImageSensorSystem()
* @generated
@@ -2281,7 +2281,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Base Class</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2291,7 +2291,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Native</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2301,7 +2301,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Path</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2311,7 +2311,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Component Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2321,7 +2321,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Local Position</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2331,7 +2331,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Local Orientation</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2341,7 +2341,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Frequency</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2351,7 +2351,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Identifier</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2361,7 +2361,7 @@ public interface RobotMLPackage extends EPackage {
* The number of structural features of the '<em>Image Sensor System</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2371,7 +2371,7 @@ public interface RobotMLPackage extends EPackage {
* The number of operations of the '<em>Image Sensor System</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2381,7 +2381,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.RobotML.impl.CameraSystemImpl <em>Camera System</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.CameraSystemImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getCameraSystem()
* @generated
@@ -2392,7 +2392,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Base Class</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2402,7 +2402,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Native</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2412,7 +2412,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Path</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2422,7 +2422,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Component Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2432,7 +2432,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Local Position</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2442,7 +2442,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Local Orientation</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2452,7 +2452,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Frequency</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2462,7 +2462,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Identifier</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2472,7 +2472,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Width</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2482,7 +2482,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Height</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2492,7 +2492,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Alpha u</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2502,7 +2502,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Alpha v</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2512,7 +2512,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>U0</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2522,7 +2522,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>V0</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2532,7 +2532,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Color format</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2542,7 +2542,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Translate</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2552,7 +2552,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Rotate</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2562,7 +2562,7 @@ public interface RobotMLPackage extends EPackage {
* The number of structural features of the '<em>Camera System</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2572,7 +2572,7 @@ public interface RobotMLPackage extends EPackage {
* The number of operations of the '<em>Camera System</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2582,7 +2582,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.RobotML.impl.ObjectDetectionSensorSystemImpl <em>Object Detection Sensor System</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.ObjectDetectionSensorSystemImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getObjectDetectionSensorSystem()
* @generated
@@ -2593,7 +2593,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Base Class</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2603,7 +2603,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Native</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2613,7 +2613,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Path</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2623,7 +2623,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Component Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2633,7 +2633,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Local Position</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2643,7 +2643,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Local Orientation</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2653,7 +2653,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Frequency</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2663,7 +2663,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Identifier</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2673,7 +2673,7 @@ public interface RobotMLPackage extends EPackage {
* The number of structural features of the '<em>Object Detection Sensor System</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2683,7 +2683,7 @@ public interface RobotMLPackage extends EPackage {
* The number of operations of the '<em>Object Detection Sensor System</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2693,7 +2693,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.RobotML.impl.ObjectTrackingSensorSystemImpl <em>Object Tracking Sensor System</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.ObjectTrackingSensorSystemImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getObjectTrackingSensorSystem()
* @generated
@@ -2704,7 +2704,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Base Class</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2714,7 +2714,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Native</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2724,7 +2724,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Path</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2734,7 +2734,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Component Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2744,7 +2744,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Local Position</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2754,7 +2754,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Local Orientation</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2764,7 +2764,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Frequency</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2774,7 +2774,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Identifier</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2784,7 +2784,7 @@ public interface RobotMLPackage extends EPackage {
* The number of structural features of the '<em>Object Tracking Sensor System</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2794,7 +2794,7 @@ public interface RobotMLPackage extends EPackage {
* The number of operations of the '<em>Object Tracking Sensor System</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2804,7 +2804,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.RobotML.impl.LidarSystemImpl <em>Lidar System</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.LidarSystemImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getLidarSystem()
* @generated
@@ -2815,7 +2815,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Base Class</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2825,7 +2825,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Native</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2835,7 +2835,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Path</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2845,7 +2845,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Component Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2855,7 +2855,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Local Position</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2865,7 +2865,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Local Orientation</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2875,7 +2875,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Frequency</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2885,7 +2885,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Identifier</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2895,7 +2895,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Nb Layers</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2905,7 +2905,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Layer Angle Min</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2915,7 +2915,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Layer Angle Step</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2925,7 +2925,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Noise</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2935,7 +2935,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Sigma Noise</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2945,7 +2945,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Angle min</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2955,7 +2955,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Angle max</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2965,7 +2965,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Time increment</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2975,7 +2975,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Scan time</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2985,7 +2985,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Range min</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -2995,7 +2995,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Range max</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3005,7 +3005,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Nb Rays</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3015,7 +3015,7 @@ public interface RobotMLPackage extends EPackage {
* The number of structural features of the '<em>Lidar System</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3025,7 +3025,7 @@ public interface RobotMLPackage extends EPackage {
* The number of operations of the '<em>Lidar System</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3035,7 +3035,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.RobotML.impl.LocalizationSensorSystemImpl <em>Localization Sensor System</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.LocalizationSensorSystemImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getLocalizationSensorSystem()
* @generated
@@ -3046,7 +3046,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Base Class</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3056,7 +3056,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Native</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3066,7 +3066,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Path</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3076,7 +3076,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Component Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3086,7 +3086,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Local Position</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3096,7 +3096,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Local Orientation</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3106,7 +3106,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Frequency</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3116,7 +3116,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Identifier</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3126,7 +3126,7 @@ public interface RobotMLPackage extends EPackage {
* The number of structural features of the '<em>Localization Sensor System</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3136,7 +3136,7 @@ public interface RobotMLPackage extends EPackage {
* The number of operations of the '<em>Localization Sensor System</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3146,7 +3146,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.RobotML.impl.GPSSystemImpl <em>GPS System</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.GPSSystemImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getGPSSystem()
* @generated
@@ -3157,7 +3157,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Base Class</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3167,7 +3167,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Native</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3177,7 +3177,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Path</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3187,7 +3187,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Component Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3197,7 +3197,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Local Position</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3207,7 +3207,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Local Orientation</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3217,7 +3217,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Frequency</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3227,7 +3227,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Identifier</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3237,7 +3237,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Origin Position</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3247,7 +3247,7 @@ public interface RobotMLPackage extends EPackage {
* The number of structural features of the '<em>GPS System</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3257,7 +3257,7 @@ public interface RobotMLPackage extends EPackage {
* The number of operations of the '<em>GPS System</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3267,7 +3267,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.RobotML.impl.AlgorithmLibraryImpl <em>Algorithm Library</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.AlgorithmLibraryImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getAlgorithmLibrary()
* @generated
@@ -3278,7 +3278,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Base Class</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3288,7 +3288,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Path</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3298,7 +3298,7 @@ public interface RobotMLPackage extends EPackage {
* The number of structural features of the '<em>Algorithm Library</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3308,7 +3308,7 @@ public interface RobotMLPackage extends EPackage {
* The number of operations of the '<em>Algorithm Library</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3318,7 +3318,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.RobotML.impl.SensorDriverImpl <em>Sensor Driver</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.SensorDriverImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getSensorDriver()
* @generated
@@ -3329,7 +3329,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Base Class</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3339,7 +3339,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Native</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3349,7 +3349,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Path</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3359,7 +3359,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Component Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3369,7 +3369,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Is Periodic</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3379,7 +3379,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Period</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3389,7 +3389,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Priority</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3399,7 +3399,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Deadline</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3409,7 +3409,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Wcet</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3419,7 +3419,7 @@ public interface RobotMLPackage extends EPackage {
* The number of structural features of the '<em>Sensor Driver</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3429,7 +3429,7 @@ public interface RobotMLPackage extends EPackage {
* The number of operations of the '<em>Sensor Driver</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3439,7 +3439,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.RobotML.impl.BuildingImpl <em>Building</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.BuildingImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getBuilding()
* @generated
@@ -3450,7 +3450,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Base Class</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3460,7 +3460,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Native</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3470,7 +3470,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Path</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3480,7 +3480,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Component Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3490,7 +3490,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Eveloves In</b></em>' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3500,7 +3500,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Has Surface</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3510,7 +3510,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Height</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3520,7 +3520,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Mass</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3530,7 +3530,7 @@ public interface RobotMLPackage extends EPackage {
* The number of structural features of the '<em>Building</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3540,7 +3540,7 @@ public interface RobotMLPackage extends EPackage {
* The number of operations of the '<em>Building</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3550,7 +3550,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.RobotML.impl.PlanetImpl <em>Planet</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.PlanetImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getPlanet()
* @generated
@@ -3561,7 +3561,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Base Class</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3571,7 +3571,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Native</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3581,7 +3581,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Path</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3591,7 +3591,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Component Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3601,7 +3601,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Eveloves In</b></em>' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3611,7 +3611,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Has Surface</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3621,7 +3621,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Height</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3631,7 +3631,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Mass</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3641,7 +3641,7 @@ public interface RobotMLPackage extends EPackage {
* The number of structural features of the '<em>Planet</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3651,7 +3651,7 @@ public interface RobotMLPackage extends EPackage {
* The number of operations of the '<em>Planet</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3661,7 +3661,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.RobotML.impl.GroundImpl <em>Ground</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.GroundImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getGround()
* @generated
@@ -3672,7 +3672,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Base Class</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3682,7 +3682,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Native</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3692,7 +3692,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Path</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3702,7 +3702,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Component Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3712,7 +3712,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Eveloves In</b></em>' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3722,7 +3722,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Has Surface</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3732,7 +3732,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Height</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3742,7 +3742,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Mass</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3752,7 +3752,7 @@ public interface RobotMLPackage extends EPackage {
* The number of structural features of the '<em>Ground</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3762,7 +3762,7 @@ public interface RobotMLPackage extends EPackage {
* The number of operations of the '<em>Ground</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3772,7 +3772,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.RobotML.impl.LandSurfaceImpl <em>Land Surface</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.LandSurfaceImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getLandSurface()
* @generated
@@ -3783,7 +3783,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Base Class</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3793,7 +3793,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Native</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3803,7 +3803,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Path</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3813,7 +3813,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Component Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3823,7 +3823,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Eveloves In</b></em>' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3833,7 +3833,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Has Surface</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3843,7 +3843,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Height</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3853,7 +3853,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Mass</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3863,7 +3863,7 @@ public interface RobotMLPackage extends EPackage {
* The number of structural features of the '<em>Land Surface</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3873,7 +3873,7 @@ public interface RobotMLPackage extends EPackage {
* The number of operations of the '<em>Land Surface</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3883,7 +3883,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.RobotML.impl.FloorImpl <em>Floor</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.FloorImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getFloor()
* @generated
@@ -3894,7 +3894,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Base Class</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3904,7 +3904,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Native</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3914,7 +3914,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Path</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3924,7 +3924,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Component Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3934,7 +3934,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Eveloves In</b></em>' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3944,7 +3944,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Has Surface</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3954,7 +3954,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Height</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3964,7 +3964,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Mass</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3974,7 +3974,7 @@ public interface RobotMLPackage extends EPackage {
* The number of structural features of the '<em>Floor</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3984,7 +3984,7 @@ public interface RobotMLPackage extends EPackage {
* The number of operations of the '<em>Floor</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -3994,7 +3994,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.RobotML.impl.WaterSurfaceImpl <em>Water Surface</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.WaterSurfaceImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getWaterSurface()
* @generated
@@ -4005,7 +4005,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Base Class</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4015,7 +4015,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Native</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4025,7 +4025,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Path</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4035,7 +4035,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Component Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4045,7 +4045,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Eveloves In</b></em>' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4055,7 +4055,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Has Surface</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4065,7 +4065,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Height</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4075,7 +4075,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Mass</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4085,7 +4085,7 @@ public interface RobotMLPackage extends EPackage {
* The number of structural features of the '<em>Water Surface</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4095,7 +4095,7 @@ public interface RobotMLPackage extends EPackage {
* The number of operations of the '<em>Water Surface</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4105,7 +4105,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.RobotML.impl.HumanImpl <em>Human</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.HumanImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getHuman()
* @generated
@@ -4116,7 +4116,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Base Class</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4126,7 +4126,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Native</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4136,7 +4136,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Path</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4146,7 +4146,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Component Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4156,7 +4156,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Eveloves In</b></em>' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4166,7 +4166,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Has Surface</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4176,7 +4176,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Height</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4186,7 +4186,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Mass</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4196,7 +4196,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Moves Over</b></em>' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4206,7 +4206,7 @@ public interface RobotMLPackage extends EPackage {
* The number of structural features of the '<em>Human</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4216,7 +4216,7 @@ public interface RobotMLPackage extends EPackage {
* The number of operations of the '<em>Human</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4226,7 +4226,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.RobotML.impl.PedestrianImpl <em>Pedestrian</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.PedestrianImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getPedestrian()
* @generated
@@ -4237,7 +4237,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Base Class</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4247,7 +4247,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Native</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4257,7 +4257,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Path</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4267,7 +4267,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Component Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4277,7 +4277,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Eveloves In</b></em>' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4287,7 +4287,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Has Surface</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4297,7 +4297,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Height</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4307,7 +4307,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Mass</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4317,7 +4317,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Moves Over</b></em>' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4327,7 +4327,7 @@ public interface RobotMLPackage extends EPackage {
* The number of structural features of the '<em>Pedestrian</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4337,7 +4337,7 @@ public interface RobotMLPackage extends EPackage {
* The number of operations of the '<em>Pedestrian</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4347,7 +4347,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.RobotML.impl.StairsImpl <em>Stairs</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.StairsImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getStairs()
* @generated
@@ -4358,7 +4358,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Base Class</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4368,7 +4368,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Native</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4378,7 +4378,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Path</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4388,7 +4388,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Component Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4398,7 +4398,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Eveloves In</b></em>' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4408,7 +4408,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Has Surface</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4418,7 +4418,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Height</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4428,7 +4428,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Mass</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4438,7 +4438,7 @@ public interface RobotMLPackage extends EPackage {
* The number of structural features of the '<em>Stairs</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4448,7 +4448,7 @@ public interface RobotMLPackage extends EPackage {
* The number of operations of the '<em>Stairs</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4458,7 +4458,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.RobotML.impl.PlatformImpl <em>Platform</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.PlatformImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getPlatform()
* @generated
@@ -4469,7 +4469,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Base Class</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4479,7 +4479,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Native</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4489,7 +4489,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Path</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4499,7 +4499,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Component Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4509,7 +4509,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Base Node</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4519,7 +4519,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library</b></em>' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4529,7 +4529,7 @@ public interface RobotMLPackage extends EPackage {
* The number of structural features of the '<em>Platform</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4539,7 +4539,7 @@ public interface RobotMLPackage extends EPackage {
* The number of operations of the '<em>Platform</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4549,7 +4549,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.RobotML.impl.ExternalLibraryImpl <em>External Library</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.ExternalLibraryImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getExternalLibrary()
* @generated
@@ -4560,7 +4560,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Lib Path</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4570,7 +4570,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Lib File Format</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4580,7 +4580,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Base Interface</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4590,7 +4590,7 @@ public interface RobotMLPackage extends EPackage {
* The number of structural features of the '<em>External Library</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4600,7 +4600,7 @@ public interface RobotMLPackage extends EPackage {
* The number of operations of the '<em>External Library</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4610,7 +4610,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.RobotML.impl.RoboticMiddlewareImpl <em>Robotic Middleware</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.RoboticMiddlewareImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getRoboticMiddleware()
* @generated
@@ -4621,7 +4621,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Base Class</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4631,7 +4631,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Native</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4641,7 +4641,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Path</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4651,7 +4651,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Component Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4661,7 +4661,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Base Node</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4671,7 +4671,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library</b></em>' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4681,7 +4681,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Kind</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4691,7 +4691,7 @@ public interface RobotMLPackage extends EPackage {
* The number of structural features of the '<em>Robotic Middleware</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4701,7 +4701,7 @@ public interface RobotMLPackage extends EPackage {
* The number of operations of the '<em>Robotic Middleware</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4711,7 +4711,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.RobotML.impl.RoboticSimulatorImpl <em>Robotic Simulator</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.RoboticSimulatorImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getRoboticSimulator()
* @generated
@@ -4722,7 +4722,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Base Class</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4732,7 +4732,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Native</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4742,7 +4742,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Path</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4752,7 +4752,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Component Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4762,7 +4762,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Base Node</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4772,7 +4772,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library</b></em>' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4782,7 +4782,7 @@ public interface RobotMLPackage extends EPackage {
* The number of structural features of the '<em>Robotic Simulator</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4792,7 +4792,7 @@ public interface RobotMLPackage extends EPackage {
* The number of operations of the '<em>Robotic Simulator</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4802,7 +4802,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.RobotML.impl.CycabTKImpl <em>Cycab TK</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.CycabTKImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getCycabTK()
* @generated
@@ -4813,7 +4813,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Base Class</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4823,7 +4823,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Native</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4833,7 +4833,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Path</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4843,7 +4843,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Component Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4853,7 +4853,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Base Node</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4863,7 +4863,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library</b></em>' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4873,7 +4873,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Use Real Time</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4883,7 +4883,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Time Step</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4893,7 +4893,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Time Factor</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4903,7 +4903,7 @@ public interface RobotMLPackage extends EPackage {
* The number of structural features of the '<em>Cycab TK</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4913,7 +4913,7 @@ public interface RobotMLPackage extends EPackage {
* The number of operations of the '<em>Cycab TK</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4923,7 +4923,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.RobotML.impl.BlenderMorseImpl <em>Blender Morse</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.BlenderMorseImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getBlenderMorse()
* @generated
@@ -4934,7 +4934,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Base Class</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4944,7 +4944,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Native</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4954,7 +4954,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Path</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4964,7 +4964,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Component Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4974,7 +4974,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Base Node</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4984,7 +4984,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library</b></em>' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -4994,7 +4994,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Debug Mode</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5004,7 +5004,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Debug Display</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5014,7 +5014,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Gravity</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5024,7 +5024,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>viewport shade</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5034,7 +5034,7 @@ public interface RobotMLPackage extends EPackage {
* The number of structural features of the '<em>Blender Morse</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5044,7 +5044,7 @@ public interface RobotMLPackage extends EPackage {
* The number of operations of the '<em>Blender Morse</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5054,7 +5054,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.RobotML.impl.OnPortImpl <em>On Port</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.OnPortImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getOnPort()
* @generated
@@ -5065,7 +5065,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Port</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5075,7 +5075,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Base Parameter</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5085,7 +5085,7 @@ public interface RobotMLPackage extends EPackage {
* The number of structural features of the '<em>On Port</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5095,7 +5095,7 @@ public interface RobotMLPackage extends EPackage {
* The number of operations of the '<em>On Port</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5105,7 +5105,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.RobotML.impl.AllocateImpl <em>Allocate</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.AllocateImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getAllocate()
* @generated
@@ -5116,7 +5116,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Base Abstraction</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5126,7 +5126,7 @@ public interface RobotMLPackage extends EPackage {
* The number of structural features of the '<em>Allocate</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5136,7 +5136,7 @@ public interface RobotMLPackage extends EPackage {
* The number of operations of the '<em>Allocate</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5146,7 +5146,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.RobotML.impl.InertialMeasurementUnitSystemImpl <em>Inertial Measurement Unit System</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.InertialMeasurementUnitSystemImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getInertialMeasurementUnitSystem()
* @generated
@@ -5157,7 +5157,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Base Class</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5167,7 +5167,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Native</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5177,7 +5177,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Path</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5187,7 +5187,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Component Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5197,7 +5197,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Local Position</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5207,7 +5207,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Local Orientation</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5217,7 +5217,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Frequency</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5227,7 +5227,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Identifier</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5237,7 +5237,7 @@ public interface RobotMLPackage extends EPackage {
* The number of structural features of the '<em>Inertial Measurement Unit System</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5247,7 +5247,7 @@ public interface RobotMLPackage extends EPackage {
* The number of operations of the '<em>Inertial Measurement Unit System</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5257,7 +5257,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.RobotML.impl.InertialNavigationSystemImpl <em>Inertial Navigation System</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.InertialNavigationSystemImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getInertialNavigationSystem()
* @generated
@@ -5268,7 +5268,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Base Class</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5278,7 +5278,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Native</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5288,7 +5288,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Path</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5298,7 +5298,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Component Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5308,7 +5308,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Local Position</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5318,7 +5318,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Local Orientation</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5328,7 +5328,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Frequency</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5338,7 +5338,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Identifier</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5348,7 +5348,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Origin Position</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5358,7 +5358,7 @@ public interface RobotMLPackage extends EPackage {
* The number of structural features of the '<em>Inertial Navigation System</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5368,7 +5368,7 @@ public interface RobotMLPackage extends EPackage {
* The number of operations of the '<em>Inertial Navigation System</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5378,7 +5378,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.RobotML.impl.OdometrySystemImpl <em>Odometry System</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.OdometrySystemImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getOdometrySystem()
* @generated
@@ -5389,7 +5389,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Base Class</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5399,7 +5399,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Native</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5409,7 +5409,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Path</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5419,7 +5419,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Component Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5429,7 +5429,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Local Position</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5439,7 +5439,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Local Orientation</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5449,7 +5449,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Frequency</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5459,7 +5459,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Identifier</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5469,7 +5469,7 @@ public interface RobotMLPackage extends EPackage {
* The number of structural features of the '<em>Odometry System</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5479,7 +5479,7 @@ public interface RobotMLPackage extends EPackage {
* The number of operations of the '<em>Odometry System</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5489,7 +5489,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.RobotML.impl.InfraRedProximetrySystemImpl <em>Infra Red Proximetry System</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.InfraRedProximetrySystemImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getInfraRedProximetrySystem()
* @generated
@@ -5500,7 +5500,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Base Class</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5510,7 +5510,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Native</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5520,7 +5520,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Path</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5530,7 +5530,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Component Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5540,7 +5540,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Local Position</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5550,7 +5550,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Local Orientation</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5560,7 +5560,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Frequency</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5570,7 +5570,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Identifier</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5580,7 +5580,7 @@ public interface RobotMLPackage extends EPackage {
* The number of structural features of the '<em>Infra Red Proximetry System</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5590,7 +5590,7 @@ public interface RobotMLPackage extends EPackage {
* The number of operations of the '<em>Infra Red Proximetry System</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5600,7 +5600,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.RobotML.impl.DeploymentPlanImpl <em>Deployment Plan</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.DeploymentPlanImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getDeploymentPlan()
* @generated
@@ -5611,7 +5611,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Base Package</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5621,7 +5621,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Main Instance</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5631,7 +5631,7 @@ public interface RobotMLPackage extends EPackage {
* The number of structural features of the '<em>Deployment Plan</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5641,7 +5641,7 @@ public interface RobotMLPackage extends EPackage {
* The number of operations of the '<em>Deployment Plan</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5651,7 +5651,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.RobotML.impl.GyroscopeImpl <em>Gyroscope</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.GyroscopeImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getGyroscope()
* @generated
@@ -5662,7 +5662,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Base Class</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5672,7 +5672,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Native</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5682,7 +5682,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Path</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5692,7 +5692,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Component Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5702,7 +5702,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Local Position</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5712,7 +5712,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Local Orientation</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5722,7 +5722,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Frequency</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5732,7 +5732,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Identifier</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5742,7 +5742,7 @@ public interface RobotMLPackage extends EPackage {
* The number of structural features of the '<em>Gyroscope</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5752,7 +5752,7 @@ public interface RobotMLPackage extends EPackage {
* The number of operations of the '<em>Gyroscope</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5762,7 +5762,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.RobotML.impl.OnPropertyImpl <em>On Property</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.OnPropertyImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getOnProperty()
* @generated
@@ -5773,7 +5773,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Property</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5783,7 +5783,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Base Parameter</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5793,7 +5793,7 @@ public interface RobotMLPackage extends EPackage {
* The number of structural features of the '<em>On Property</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5803,7 +5803,7 @@ public interface RobotMLPackage extends EPackage {
* The number of operations of the '<em>On Property</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5813,7 +5813,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.RobotML.impl.SupportingStructureImpl <em>Supporting Structure</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.SupportingStructureImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getSupportingStructure()
* @generated
@@ -5824,7 +5824,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Base Class</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5834,7 +5834,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Native</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5844,7 +5844,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Path</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5854,7 +5854,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Component Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5864,7 +5864,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Eveloves In</b></em>' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5874,7 +5874,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Has Surface</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5884,7 +5884,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Height</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5894,7 +5894,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Mass</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5904,7 +5904,7 @@ public interface RobotMLPackage extends EPackage {
* The number of structural features of the '<em>Supporting Structure</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5914,7 +5914,7 @@ public interface RobotMLPackage extends EPackage {
* The number of operations of the '<em>Supporting Structure</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5924,7 +5924,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.RobotML.impl.ChassisImpl <em>Chassis</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.ChassisImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getChassis()
* @generated
@@ -5935,7 +5935,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Base Class</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5945,7 +5945,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Native</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5955,7 +5955,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Path</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5965,7 +5965,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Component Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5975,7 +5975,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Eveloves In</b></em>' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5985,7 +5985,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Has Surface</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -5995,7 +5995,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Height</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6005,7 +6005,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Mass</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6015,7 +6015,7 @@ public interface RobotMLPackage extends EPackage {
* The number of structural features of the '<em>Chassis</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6025,7 +6025,7 @@ public interface RobotMLPackage extends EPackage {
* The number of operations of the '<em>Chassis</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6035,7 +6035,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.RobotML.impl.MechanicalLinkageImpl <em>Mechanical Linkage</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.MechanicalLinkageImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getMechanicalLinkage()
* @generated
@@ -6046,7 +6046,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Base Class</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6056,7 +6056,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Native</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6066,7 +6066,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Path</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6076,7 +6076,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Component Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6086,7 +6086,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Eveloves In</b></em>' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6096,7 +6096,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Has Surface</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6106,7 +6106,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Height</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6116,7 +6116,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Mass</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6126,7 +6126,7 @@ public interface RobotMLPackage extends EPackage {
* The number of structural features of the '<em>Mechanical Linkage</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6136,7 +6136,7 @@ public interface RobotMLPackage extends EPackage {
* The number of operations of the '<em>Mechanical Linkage</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6146,7 +6146,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.RobotML.impl.ActuatorHardwareImpl <em>Actuator Hardware</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.ActuatorHardwareImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getActuatorHardware()
* @generated
@@ -6157,7 +6157,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Base Class</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6167,7 +6167,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Native</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6177,7 +6177,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Path</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6187,7 +6187,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Component Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6197,7 +6197,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Eveloves In</b></em>' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6207,7 +6207,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Has Surface</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6217,7 +6217,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Height</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6227,7 +6227,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Mass</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6237,7 +6237,7 @@ public interface RobotMLPackage extends EPackage {
* The number of structural features of the '<em>Actuator Hardware</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6247,7 +6247,7 @@ public interface RobotMLPackage extends EPackage {
* The number of operations of the '<em>Actuator Hardware</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6257,7 +6257,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.RobotML.impl.LocomotionHardwareImpl <em>Locomotion Hardware</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.LocomotionHardwareImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getLocomotionHardware()
* @generated
@@ -6268,7 +6268,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Base Class</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6278,7 +6278,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Native</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6288,7 +6288,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Path</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6298,7 +6298,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Component Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6308,7 +6308,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Eveloves In</b></em>' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6318,7 +6318,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Has Surface</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6328,7 +6328,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Height</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6338,7 +6338,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Mass</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6348,7 +6348,7 @@ public interface RobotMLPackage extends EPackage {
* The number of structural features of the '<em>Locomotion Hardware</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6358,7 +6358,7 @@ public interface RobotMLPackage extends EPackage {
* The number of operations of the '<em>Locomotion Hardware</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6368,7 +6368,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.RobotML.impl.LegImpl <em>Leg</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.LegImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getLeg()
* @generated
@@ -6379,7 +6379,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Base Class</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6389,7 +6389,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Native</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6399,7 +6399,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Path</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6409,7 +6409,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Component Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6419,7 +6419,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Eveloves In</b></em>' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6429,7 +6429,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Has Surface</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6439,7 +6439,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Height</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6449,7 +6449,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Mass</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6459,7 +6459,7 @@ public interface RobotMLPackage extends EPackage {
* The number of structural features of the '<em>Leg</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6469,7 +6469,7 @@ public interface RobotMLPackage extends EPackage {
* The number of operations of the '<em>Leg</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6479,7 +6479,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.RobotML.impl.MobileRobotImpl <em>Mobile Robot</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.MobileRobotImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getMobileRobot()
* @generated
@@ -6490,7 +6490,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Base Class</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6500,7 +6500,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Native</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6510,7 +6510,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Path</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6520,7 +6520,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Component Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6530,7 +6530,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Eveloves In</b></em>' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6540,7 +6540,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Has Surface</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6550,7 +6550,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Height</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6560,7 +6560,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Mass</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6570,7 +6570,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Moves Over</b></em>' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6580,7 +6580,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Width</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6590,7 +6590,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Kind</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6600,7 +6600,7 @@ public interface RobotMLPackage extends EPackage {
* The number of structural features of the '<em>Mobile Robot</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6610,7 +6610,7 @@ public interface RobotMLPackage extends EPackage {
* The number of operations of the '<em>Mobile Robot</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6620,7 +6620,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.RobotML.impl.ManipulatorImpl <em>Manipulator</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.ManipulatorImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getManipulator()
* @generated
@@ -6631,7 +6631,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Base Class</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6641,7 +6641,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Native</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6651,7 +6651,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Path</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6661,7 +6661,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Component Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6671,7 +6671,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Eveloves In</b></em>' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6681,7 +6681,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Has Surface</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6691,7 +6691,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Height</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6701,7 +6701,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Mass</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6711,7 +6711,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Moves Over</b></em>' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6721,7 +6721,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Width</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6731,7 +6731,7 @@ public interface RobotMLPackage extends EPackage {
* The number of structural features of the '<em>Manipulator</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6741,7 +6741,7 @@ public interface RobotMLPackage extends EPackage {
* The number of operations of the '<em>Manipulator</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6751,7 +6751,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.RobotML.impl.PilotedSystemImpl <em>Piloted System</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.PilotedSystemImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getPilotedSystem()
* @generated
@@ -6762,7 +6762,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Base Class</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6772,7 +6772,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Native</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6782,7 +6782,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Path</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6792,7 +6792,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Component Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6802,7 +6802,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Eveloves In</b></em>' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6812,7 +6812,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Has Surface</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6822,7 +6822,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Height</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6832,7 +6832,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Mass</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6842,7 +6842,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Moves Over</b></em>' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6852,7 +6852,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Width</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6862,7 +6862,7 @@ public interface RobotMLPackage extends EPackage {
* The number of structural features of the '<em>Piloted System</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6872,7 +6872,7 @@ public interface RobotMLPackage extends EPackage {
* The number of operations of the '<em>Piloted System</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6882,7 +6882,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.RobotML.impl.PowerHardwareImpl <em>Power Hardware</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.PowerHardwareImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getPowerHardware()
* @generated
@@ -6893,7 +6893,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Base Class</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6903,7 +6903,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Native</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6913,7 +6913,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Path</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6923,7 +6923,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Component Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6933,7 +6933,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Eveloves In</b></em>' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6943,7 +6943,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Has Surface</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6953,7 +6953,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Height</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6963,7 +6963,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Mass</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6973,7 +6973,7 @@ public interface RobotMLPackage extends EPackage {
* The number of structural features of the '<em>Power Hardware</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6983,7 +6983,7 @@ public interface RobotMLPackage extends EPackage {
* The number of operations of the '<em>Power Hardware</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -6993,7 +6993,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.RobotML.impl.SensorHardwareImpl <em>Sensor Hardware</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.SensorHardwareImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getSensorHardware()
* @generated
@@ -7004,7 +7004,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Base Class</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -7014,7 +7014,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Native</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -7024,7 +7024,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Path</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -7034,7 +7034,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Component Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -7044,7 +7044,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Eveloves In</b></em>' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -7054,7 +7054,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Has Surface</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -7064,7 +7064,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Height</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -7074,7 +7074,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Mass</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -7084,7 +7084,7 @@ public interface RobotMLPackage extends EPackage {
* The number of structural features of the '<em>Sensor Hardware</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -7094,7 +7094,7 @@ public interface RobotMLPackage extends EPackage {
* The number of operations of the '<em>Sensor Hardware</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -7104,7 +7104,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.RobotML.impl.GraspingHardwareImpl <em>Grasping Hardware</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.GraspingHardwareImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getGraspingHardware()
* @generated
@@ -7115,7 +7115,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Base Class</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -7125,7 +7125,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Native</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -7135,7 +7135,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Path</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -7145,7 +7145,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Component Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -7155,7 +7155,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Eveloves In</b></em>' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -7165,7 +7165,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Has Surface</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -7175,7 +7175,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Height</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -7185,7 +7185,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Mass</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -7195,7 +7195,7 @@ public interface RobotMLPackage extends EPackage {
* The number of structural features of the '<em>Grasping Hardware</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -7205,7 +7205,7 @@ public interface RobotMLPackage extends EPackage {
* The number of operations of the '<em>Grasping Hardware</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -7215,7 +7215,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.RobotML.impl.SteeredWheelHardwareImpl <em>Steered Wheel Hardware</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.SteeredWheelHardwareImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getSteeredWheelHardware()
* @generated
@@ -7226,7 +7226,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Base Class</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -7236,7 +7236,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Native</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -7246,7 +7246,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Path</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -7256,7 +7256,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Component Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -7266,7 +7266,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Eveloves In</b></em>' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -7276,7 +7276,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Has Surface</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -7286,7 +7286,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Height</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -7296,7 +7296,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Mass</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -7306,7 +7306,7 @@ public interface RobotMLPackage extends EPackage {
* The number of structural features of the '<em>Steered Wheel Hardware</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -7316,7 +7316,7 @@ public interface RobotMLPackage extends EPackage {
* The number of operations of the '<em>Steered Wheel Hardware</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -7326,7 +7326,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.RobotML.impl.ArmImpl <em>Arm</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.ArmImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getArm()
* @generated
@@ -7337,7 +7337,7 @@ public interface RobotMLPackage extends EPackage {
* The number of structural features of the '<em>Arm</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -7347,7 +7347,7 @@ public interface RobotMLPackage extends EPackage {
* The number of operations of the '<em>Arm</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -7357,7 +7357,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.RobotML.impl.LegSystemImpl <em>Leg System</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.LegSystemImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getLegSystem()
* @generated
@@ -7368,7 +7368,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Base Class</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -7378,7 +7378,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Native</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -7388,7 +7388,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Path</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -7398,7 +7398,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Component Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -7408,7 +7408,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Local Position</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -7418,7 +7418,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Local Orientation</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -7428,7 +7428,7 @@ public interface RobotMLPackage extends EPackage {
* The number of structural features of the '<em>Leg System</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -7438,7 +7438,7 @@ public interface RobotMLPackage extends EPackage {
* The number of operations of the '<em>Leg System</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -7448,7 +7448,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.RobotML.impl.GraspingSystemImpl <em>Grasping System</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.GraspingSystemImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getGraspingSystem()
* @generated
@@ -7459,7 +7459,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Base Class</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -7469,7 +7469,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Native</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -7479,7 +7479,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Path</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -7489,7 +7489,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Component Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -7499,7 +7499,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Local Position</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -7509,7 +7509,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Local Orientation</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -7519,7 +7519,7 @@ public interface RobotMLPackage extends EPackage {
* The number of structural features of the '<em>Grasping System</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -7529,7 +7529,7 @@ public interface RobotMLPackage extends EPackage {
* The number of operations of the '<em>Grasping System</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -7539,7 +7539,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.RobotML.impl.WeaponSystemImpl <em>Weapon System</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.WeaponSystemImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getWeaponSystem()
* @generated
@@ -7550,7 +7550,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Base Class</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -7560,7 +7560,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Native</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -7570,7 +7570,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Path</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -7580,7 +7580,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Component Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -7590,7 +7590,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Local Position</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -7600,7 +7600,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Local Orientation</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -7610,7 +7610,7 @@ public interface RobotMLPackage extends EPackage {
* The number of structural features of the '<em>Weapon System</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -7620,7 +7620,7 @@ public interface RobotMLPackage extends EPackage {
* The number of operations of the '<em>Weapon System</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -7630,7 +7630,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.RobotML.impl.ManMachineInterfaceSystemImpl <em>Man Machine Interface System</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.ManMachineInterfaceSystemImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getManMachineInterfaceSystem()
* @generated
@@ -7641,7 +7641,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Base Class</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -7651,7 +7651,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Native</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -7661,7 +7661,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Path</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -7671,7 +7671,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Component Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -7681,7 +7681,7 @@ public interface RobotMLPackage extends EPackage {
* The number of structural features of the '<em>Man Machine Interface System</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -7691,7 +7691,7 @@ public interface RobotMLPackage extends EPackage {
* The number of operations of the '<em>Man Machine Interface System</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -7701,7 +7701,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.RobotML.impl.ClosedLoopControlSystemImpl <em>Closed Loop Control System</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.ClosedLoopControlSystemImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getClosedLoopControlSystem()
* @generated
@@ -7712,7 +7712,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Base Class</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -7722,7 +7722,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Native</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -7732,7 +7732,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Path</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -7742,7 +7742,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Component Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -7752,7 +7752,7 @@ public interface RobotMLPackage extends EPackage {
* The number of structural features of the '<em>Closed Loop Control System</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -7762,7 +7762,7 @@ public interface RobotMLPackage extends EPackage {
* The number of operations of the '<em>Closed Loop Control System</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -7772,7 +7772,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.RobotML.impl.OpenLoopControlSystemImpl <em>Open Loop Control System</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.OpenLoopControlSystemImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getOpenLoopControlSystem()
* @generated
@@ -7783,7 +7783,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Base Class</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -7793,7 +7793,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Native</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -7803,7 +7803,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Path</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -7813,7 +7813,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Component Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -7823,7 +7823,7 @@ public interface RobotMLPackage extends EPackage {
* The number of structural features of the '<em>Open Loop Control System</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -7833,7 +7833,7 @@ public interface RobotMLPackage extends EPackage {
* The number of operations of the '<em>Open Loop Control System</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -7843,7 +7843,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.RobotML.impl.RoboticHeadImpl <em>Robotic Head</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.RoboticHeadImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getRoboticHead()
* @generated
@@ -7854,7 +7854,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Base Class</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -7864,7 +7864,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Native</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -7874,7 +7874,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Path</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -7884,7 +7884,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Component Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -7894,7 +7894,7 @@ public interface RobotMLPackage extends EPackage {
* The number of structural features of the '<em>Robotic Head</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -7904,7 +7904,7 @@ public interface RobotMLPackage extends EPackage {
* The number of operations of the '<em>Robotic Head</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -7914,7 +7914,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.RobotML.impl.NavigationCommandSystemImpl <em>Navigation Command System</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.NavigationCommandSystemImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getNavigationCommandSystem()
* @generated
@@ -7925,7 +7925,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Base Class</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -7935,7 +7935,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Native</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -7945,7 +7945,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Path</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -7955,7 +7955,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Component Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -7965,7 +7965,7 @@ public interface RobotMLPackage extends EPackage {
* The number of structural features of the '<em>Navigation Command System</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -7975,7 +7975,7 @@ public interface RobotMLPackage extends EPackage {
* The number of operations of the '<em>Navigation Command System</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -7985,7 +7985,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.RobotML.impl.JoysticNavigationSystemImpl <em>Joystic Navigation System</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.JoysticNavigationSystemImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getJoysticNavigationSystem()
* @generated
@@ -7996,7 +7996,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Base Class</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -8006,7 +8006,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Native</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -8016,7 +8016,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Path</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -8026,7 +8026,7 @@ public interface RobotMLPackage extends EPackage {
* The feature id for the '<em><b>Library Component Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -8036,7 +8036,7 @@ public interface RobotMLPackage extends EPackage {
* The number of structural features of the '<em>Joystic Navigation System</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -8046,7 +8046,7 @@ public interface RobotMLPackage extends EPackage {
* The number of operations of the '<em>Joystic Navigation System</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -8056,7 +8056,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.RobotML.SynchronizationKind <em>Synchronization Kind</em>}' enum.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.SynchronizationKind
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getSynchronizationKind()
* @generated
@@ -8067,7 +8067,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.RobotML.DataFlowDirectionKind <em>Data Flow Direction Kind</em>}' enum.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.DataFlowDirectionKind
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getDataFlowDirectionKind()
* @generated
@@ -8078,7 +8078,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.RobotML.ServiceFlowKind <em>Service Flow Kind</em>}' enum.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.ServiceFlowKind
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getServiceFlowKind()
* @generated
@@ -8089,7 +8089,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.RobotML.UGVKind <em>UGV Kind</em>}' enum.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.UGVKind
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getUGVKind()
* @generated
@@ -8100,7 +8100,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.RobotML.RoboticMiddlewareKind <em>Robotic Middleware Kind</em>}' enum.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.RoboticMiddlewareKind
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getRoboticMiddlewareKind()
* @generated
@@ -8111,7 +8111,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.RobotML.Shade <em>Shade</em>}' enum.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.Shade
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getShade()
* @generated
@@ -8122,7 +8122,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.RobotML.MobileRobotKind <em>Mobile Robot Kind</em>}' enum.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.MobileRobotKind
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getMobileRobotKind()
* @generated
@@ -8134,7 +8134,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for class '{@link org.eclipse.papyrus.RobotML.Transition <em>Transition</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Transition</em>'.
* @see org.eclipse.papyrus.RobotML.Transition
* @generated
@@ -8145,7 +8145,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the reference '{@link org.eclipse.papyrus.RobotML.Transition#getBase_Transition <em>Base Transition</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the reference '<em>Base Transition</em>'.
* @see org.eclipse.papyrus.RobotML.Transition#getBase_Transition()
* @see #getTransition()
@@ -8157,7 +8157,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the reference '{@link org.eclipse.papyrus.RobotML.Transition#getGuard <em>Guard</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the reference '<em>Guard</em>'.
* @see org.eclipse.papyrus.RobotML.Transition#getGuard()
* @see #getTransition()
@@ -8169,7 +8169,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the reference '{@link org.eclipse.papyrus.RobotML.Transition#getEffect <em>Effect</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the reference '<em>Effect</em>'.
* @see org.eclipse.papyrus.RobotML.Transition#getEffect()
* @see #getTransition()
@@ -8181,7 +8181,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for class '{@link org.eclipse.papyrus.RobotML.Algorithm <em>Algorithm</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Algorithm</em>'.
* @see org.eclipse.papyrus.RobotML.Algorithm
* @generated
@@ -8192,7 +8192,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the reference '{@link org.eclipse.papyrus.RobotML.Algorithm#getBase_Operation <em>Base Operation</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the reference '<em>Base Operation</em>'.
* @see org.eclipse.papyrus.RobotML.Algorithm#getBase_Operation()
* @see #getAlgorithm()
@@ -8204,7 +8204,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the attribute '{@link org.eclipse.papyrus.RobotML.Algorithm#isIsExternal <em>Is External</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Is External</em>'.
* @see org.eclipse.papyrus.RobotML.Algorithm#isIsExternal()
* @see #getAlgorithm()
@@ -8216,7 +8216,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the attribute '{@link org.eclipse.papyrus.RobotML.Algorithm#getExtFunctionName <em>Ext Function Name</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Ext Function Name</em>'.
* @see org.eclipse.papyrus.RobotML.Algorithm#getExtFunctionName()
* @see #getAlgorithm()
@@ -8228,7 +8228,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the attribute '{@link org.eclipse.papyrus.RobotML.Algorithm#getLibPath <em>Lib Path</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Lib Path</em>'.
* @see org.eclipse.papyrus.RobotML.Algorithm#getLibPath()
* @see #getAlgorithm()
@@ -8240,7 +8240,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the attribute '{@link org.eclipse.papyrus.RobotML.Algorithm#getLibFileFormat <em>Lib File Format</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Lib File Format</em>'.
* @see org.eclipse.papyrus.RobotML.Algorithm#getLibFileFormat()
* @see #getAlgorithm()
@@ -8252,7 +8252,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for class '{@link org.eclipse.papyrus.RobotML.State <em>State</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>State</em>'.
* @see org.eclipse.papyrus.RobotML.State
* @generated
@@ -8263,7 +8263,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the reference '{@link org.eclipse.papyrus.RobotML.State#getBase_State <em>Base State</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the reference '<em>Base State</em>'.
* @see org.eclipse.papyrus.RobotML.State#getBase_State()
* @see #getState()
@@ -8275,7 +8275,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the reference '{@link org.eclipse.papyrus.RobotML.State#getBehavior <em>Behavior</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the reference '<em>Behavior</em>'.
* @see org.eclipse.papyrus.RobotML.State#getBehavior()
* @see #getState()
@@ -8287,7 +8287,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for class '{@link org.eclipse.papyrus.RobotML.ActuatedJoint <em>Actuated Joint</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Actuated Joint</em>'.
* @see org.eclipse.papyrus.RobotML.ActuatedJoint
* @generated
@@ -8298,7 +8298,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for class '{@link org.eclipse.papyrus.RobotML.Joint <em>Joint</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Joint</em>'.
* @see org.eclipse.papyrus.RobotML.Joint
* @generated
@@ -8309,7 +8309,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the reference '{@link org.eclipse.papyrus.RobotML.Joint#getBase_Connector <em>Base Connector</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the reference '<em>Base Connector</em>'.
* @see org.eclipse.papyrus.RobotML.Joint#getBase_Connector()
* @see #getJoint()
@@ -8321,7 +8321,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for class '{@link org.eclipse.papyrus.RobotML.CompleteBonding <em>Complete Bonding</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Complete Bonding</em>'.
* @see org.eclipse.papyrus.RobotML.CompleteBonding
* @generated
@@ -8332,7 +8332,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for class '{@link org.eclipse.papyrus.RobotML.Robot <em>Robot</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Robot</em>'.
* @see org.eclipse.papyrus.RobotML.Robot
* @generated
@@ -8343,7 +8343,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the attribute '{@link org.eclipse.papyrus.RobotML.Robot#getWidth <em>Width</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Width</em>'.
* @see org.eclipse.papyrus.RobotML.Robot#getWidth()
* @see #getRobot()
@@ -8355,7 +8355,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for class '{@link org.eclipse.papyrus.RobotML.System <em>System</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>System</em>'.
* @see org.eclipse.papyrus.RobotML.System
* @generated
@@ -8366,7 +8366,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the reference '{@link org.eclipse.papyrus.RobotML.System#getBase_Class <em>Base Class</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the reference '<em>Base Class</em>'.
* @see org.eclipse.papyrus.RobotML.System#getBase_Class()
* @see #getSystem()
@@ -8378,7 +8378,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the attribute '{@link org.eclipse.papyrus.RobotML.System#isNative <em>Native</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Native</em>'.
* @see org.eclipse.papyrus.RobotML.System#isNative()
* @see #getSystem()
@@ -8390,7 +8390,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the attribute '{@link org.eclipse.papyrus.RobotML.System#getLibraryPath <em>Library Path</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Library Path</em>'.
* @see org.eclipse.papyrus.RobotML.System#getLibraryPath()
* @see #getSystem()
@@ -8402,7 +8402,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the attribute '{@link org.eclipse.papyrus.RobotML.System#getLibraryComponentName <em>Library Component Name</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Library Component Name</em>'.
* @see org.eclipse.papyrus.RobotML.System#getLibraryComponentName()
* @see #getSystem()
@@ -8414,7 +8414,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for class '{@link org.eclipse.papyrus.RobotML.Agent <em>Agent</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Agent</em>'.
* @see org.eclipse.papyrus.RobotML.Agent
* @generated
@@ -8425,7 +8425,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the reference list '{@link org.eclipse.papyrus.RobotML.Agent#getMovesOver <em>Moves Over</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the reference list '<em>Moves Over</em>'.
* @see org.eclipse.papyrus.RobotML.Agent#getMovesOver()
* @see #getAgent()
@@ -8437,7 +8437,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for class '{@link org.eclipse.papyrus.RobotML.PhysicalObject <em>Physical Object</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Physical Object</em>'.
* @see org.eclipse.papyrus.RobotML.PhysicalObject
* @generated
@@ -8448,7 +8448,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the reference list '{@link org.eclipse.papyrus.RobotML.PhysicalObject#getEvelovesIn <em>Eveloves In</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the reference list '<em>Eveloves In</em>'.
* @see org.eclipse.papyrus.RobotML.PhysicalObject#getEvelovesIn()
* @see #getPhysicalObject()
@@ -8460,7 +8460,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the reference '{@link org.eclipse.papyrus.RobotML.PhysicalObject#getHasSurface <em>Has Surface</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the reference '<em>Has Surface</em>'.
* @see org.eclipse.papyrus.RobotML.PhysicalObject#getHasSurface()
* @see #getPhysicalObject()
@@ -8472,7 +8472,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the attribute '{@link org.eclipse.papyrus.RobotML.PhysicalObject#getHeight <em>Height</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Height</em>'.
* @see org.eclipse.papyrus.RobotML.PhysicalObject#getHeight()
* @see #getPhysicalObject()
@@ -8484,7 +8484,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the attribute '{@link org.eclipse.papyrus.RobotML.PhysicalObject#getMass <em>Mass</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Mass</em>'.
* @see org.eclipse.papyrus.RobotML.PhysicalObject#getMass()
* @see #getPhysicalObject()
@@ -8496,7 +8496,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for class '{@link org.eclipse.papyrus.RobotML.Environment <em>Environment</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Environment</em>'.
* @see org.eclipse.papyrus.RobotML.Environment
* @generated
@@ -8507,7 +8507,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for class '{@link org.eclipse.papyrus.RobotML.Surface <em>Surface</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Surface</em>'.
* @see org.eclipse.papyrus.RobotML.Surface
* @generated
@@ -8518,7 +8518,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for class '{@link org.eclipse.papyrus.RobotML.DataFlowPort <em>Data Flow Port</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Data Flow Port</em>'.
* @see org.eclipse.papyrus.RobotML.DataFlowPort
* @generated
@@ -8529,7 +8529,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the attribute '{@link org.eclipse.papyrus.RobotML.DataFlowPort#getDirection <em>Direction</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Direction</em>'.
* @see org.eclipse.papyrus.RobotML.DataFlowPort#getDirection()
* @see #getDataFlowPort()
@@ -8541,7 +8541,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the attribute '{@link org.eclipse.papyrus.RobotML.DataFlowPort#getBufferSize <em>Buffer Size</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Buffer Size</em>'.
* @see org.eclipse.papyrus.RobotML.DataFlowPort#getBufferSize()
* @see #getDataFlowPort()
@@ -8553,7 +8553,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for class '{@link org.eclipse.papyrus.RobotML.Port <em>Port</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Port</em>'.
* @see org.eclipse.papyrus.RobotML.Port
* @generated
@@ -8564,7 +8564,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the reference '{@link org.eclipse.papyrus.RobotML.Port#getBase_Port <em>Base Port</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the reference '<em>Base Port</em>'.
* @see org.eclipse.papyrus.RobotML.Port#getBase_Port()
* @see #getPort()
@@ -8576,7 +8576,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the attribute '{@link org.eclipse.papyrus.RobotML.Port#getSynchronizationPolicy <em>Synchronization Policy</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Synchronization Policy</em>'.
* @see org.eclipse.papyrus.RobotML.Port#getSynchronizationPolicy()
* @see #getPort()
@@ -8588,7 +8588,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for class '{@link org.eclipse.papyrus.RobotML.ServicePort <em>Service Port</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Service Port</em>'.
* @see org.eclipse.papyrus.RobotML.ServicePort
* @generated
@@ -8599,7 +8599,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the attribute '{@link org.eclipse.papyrus.RobotML.ServicePort#getKind <em>Kind</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Kind</em>'.
* @see org.eclipse.papyrus.RobotML.ServicePort#getKind()
* @see #getServicePort()
@@ -8611,7 +8611,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for class '{@link org.eclipse.papyrus.RobotML.ActuatorSystem <em>Actuator System</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Actuator System</em>'.
* @see org.eclipse.papyrus.RobotML.ActuatorSystem
* @generated
@@ -8622,7 +8622,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for class '{@link org.eclipse.papyrus.RobotML.RoboticSystem <em>Robotic System</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Robotic System</em>'.
* @see org.eclipse.papyrus.RobotML.RoboticSystem
* @generated
@@ -8633,7 +8633,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the containment reference '{@link org.eclipse.papyrus.RobotML.RoboticSystem#getLocalPosition <em>Local Position</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the containment reference '<em>Local Position</em>'.
* @see org.eclipse.papyrus.RobotML.RoboticSystem#getLocalPosition()
* @see #getRoboticSystem()
@@ -8645,7 +8645,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the containment reference '{@link org.eclipse.papyrus.RobotML.RoboticSystem#getLocalOrientation <em>Local Orientation</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the containment reference '<em>Local Orientation</em>'.
* @see org.eclipse.papyrus.RobotML.RoboticSystem#getLocalOrientation()
* @see #getRoboticSystem()
@@ -8657,7 +8657,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for class '{@link org.eclipse.papyrus.RobotML.CyberPhysicalSystem <em>Cyber Physical System</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Cyber Physical System</em>'.
* @see org.eclipse.papyrus.RobotML.CyberPhysicalSystem
* @generated
@@ -8668,7 +8668,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for class '{@link org.eclipse.papyrus.RobotML.SensorSystem <em>Sensor System</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Sensor System</em>'.
* @see org.eclipse.papyrus.RobotML.SensorSystem
* @generated
@@ -8679,7 +8679,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the attribute '{@link org.eclipse.papyrus.RobotML.SensorSystem#getFrequency <em>Frequency</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Frequency</em>'.
* @see org.eclipse.papyrus.RobotML.SensorSystem#getFrequency()
* @see #getSensorSystem()
@@ -8691,7 +8691,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the attribute '{@link org.eclipse.papyrus.RobotML.SensorSystem#getIdentifier <em>Identifier</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Identifier</em>'.
* @see org.eclipse.papyrus.RobotML.SensorSystem#getIdentifier()
* @see #getSensorSystem()
@@ -8703,7 +8703,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for class '{@link org.eclipse.papyrus.RobotML.Hardware <em>Hardware</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Hardware</em>'.
* @see org.eclipse.papyrus.RobotML.Hardware
* @generated
@@ -8714,7 +8714,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for class '{@link org.eclipse.papyrus.RobotML.Software <em>Software</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Software</em>'.
* @see org.eclipse.papyrus.RobotML.Software
* @generated
@@ -8725,7 +8725,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the attribute '{@link org.eclipse.papyrus.RobotML.Software#isIsPeriodic <em>Is Periodic</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Is Periodic</em>'.
* @see org.eclipse.papyrus.RobotML.Software#isIsPeriodic()
* @see #getSoftware()
@@ -8737,7 +8737,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the attribute '{@link org.eclipse.papyrus.RobotML.Software#getPeriod <em>Period</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Period</em>'.
* @see org.eclipse.papyrus.RobotML.Software#getPeriod()
* @see #getSoftware()
@@ -8749,7 +8749,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the attribute '{@link org.eclipse.papyrus.RobotML.Software#getPriority <em>Priority</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Priority</em>'.
* @see org.eclipse.papyrus.RobotML.Software#getPriority()
* @see #getSoftware()
@@ -8761,7 +8761,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the attribute '{@link org.eclipse.papyrus.RobotML.Software#getDeadline <em>Deadline</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Deadline</em>'.
* @see org.eclipse.papyrus.RobotML.Software#getDeadline()
* @see #getSoftware()
@@ -8773,7 +8773,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the attribute '{@link org.eclipse.papyrus.RobotML.Software#getWcet <em>Wcet</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Wcet</em>'.
* @see org.eclipse.papyrus.RobotML.Software#getWcet()
* @see #getSoftware()
@@ -8785,7 +8785,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for class '{@link org.eclipse.papyrus.RobotML.EngineSystem <em>Engine System</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Engine System</em>'.
* @see org.eclipse.papyrus.RobotML.EngineSystem
* @generated
@@ -8796,7 +8796,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the attribute '{@link org.eclipse.papyrus.RobotML.EngineSystem#getVehicleTraction <em>Vehicle Traction</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Vehicle Traction</em>'.
* @see org.eclipse.papyrus.RobotML.EngineSystem#getVehicleTraction()
* @see #getEngineSystem()
@@ -8808,7 +8808,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the attribute '{@link org.eclipse.papyrus.RobotML.EngineSystem#getMaxEngineForce <em>Max Engine Force</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Max Engine Force</em>'.
* @see org.eclipse.papyrus.RobotML.EngineSystem#getMaxEngineForce()
* @see #getEngineSystem()
@@ -8820,7 +8820,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the attribute '{@link org.eclipse.papyrus.RobotML.EngineSystem#getMaxBreakingForce <em>Max Breaking Force</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Max Breaking Force</em>'.
* @see org.eclipse.papyrus.RobotML.EngineSystem#getMaxBreakingForce()
* @see #getEngineSystem()
@@ -8832,7 +8832,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the attribute '{@link org.eclipse.papyrus.RobotML.EngineSystem#getMaxAllowedSteering <em>Max Allowed Steering</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Max Allowed Steering</em>'.
* @see org.eclipse.papyrus.RobotML.EngineSystem#getMaxAllowedSteering()
* @see #getEngineSystem()
@@ -8844,7 +8844,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the attribute '{@link org.eclipse.papyrus.RobotML.EngineSystem#getMaxAllowedVelocity <em>Max Allowed Velocity</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Max Allowed Velocity</em>'.
* @see org.eclipse.papyrus.RobotML.EngineSystem#getMaxAllowedVelocity()
* @see #getEngineSystem()
@@ -8856,7 +8856,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the attribute '{@link org.eclipse.papyrus.RobotML.EngineSystem#getGear_ration <em>Gear ration</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Gear ration</em>'.
* @see org.eclipse.papyrus.RobotML.EngineSystem#getGear_ration()
* @see #getEngineSystem()
@@ -8868,7 +8868,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for class '{@link org.eclipse.papyrus.RobotML.SteeredWheelSystem <em>Steered Wheel System</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Steered Wheel System</em>'.
* @see org.eclipse.papyrus.RobotML.SteeredWheelSystem
* @generated
@@ -8879,7 +8879,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the attribute '{@link org.eclipse.papyrus.RobotML.SteeredWheelSystem#getWheelRadius <em>Wheel Radius</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Wheel Radius</em>'.
* @see org.eclipse.papyrus.RobotML.SteeredWheelSystem#getWheelRadius()
* @see #getSteeredWheelSystem()
@@ -8891,7 +8891,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the attribute '{@link org.eclipse.papyrus.RobotML.SteeredWheelSystem#getWheelWidth <em>Wheel Width</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Wheel Width</em>'.
* @see org.eclipse.papyrus.RobotML.SteeredWheelSystem#getWheelWidth()
* @see #getSteeredWheelSystem()
@@ -8903,7 +8903,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the attribute '{@link org.eclipse.papyrus.RobotML.SteeredWheelSystem#getSuspensionRestLength <em>Suspension Rest Length</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Suspension Rest Length</em>'.
* @see org.eclipse.papyrus.RobotML.SteeredWheelSystem#getSuspensionRestLength()
* @see #getSteeredWheelSystem()
@@ -8915,7 +8915,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the attribute '{@link org.eclipse.papyrus.RobotML.SteeredWheelSystem#getWheelConnectionHeight <em>Wheel Connection Height</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Wheel Connection Height</em>'.
* @see org.eclipse.papyrus.RobotML.SteeredWheelSystem#getWheelConnectionHeight()
* @see #getSteeredWheelSystem()
@@ -8927,7 +8927,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the attribute '{@link org.eclipse.papyrus.RobotML.SteeredWheelSystem#getTypeOfWheel <em>Type Of Wheel</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Type Of Wheel</em>'.
* @see org.eclipse.papyrus.RobotML.SteeredWheelSystem#getTypeOfWheel()
* @see #getSteeredWheelSystem()
@@ -8939,7 +8939,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the attribute '{@link org.eclipse.papyrus.RobotML.SteeredWheelSystem#getWheelVelocityPIDkp <em>Wheel Velocity PI Dkp</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Wheel Velocity PI Dkp</em>'.
* @see org.eclipse.papyrus.RobotML.SteeredWheelSystem#getWheelVelocityPIDkp()
* @see #getSteeredWheelSystem()
@@ -8951,7 +8951,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the attribute '{@link org.eclipse.papyrus.RobotML.SteeredWheelSystem#getWheelVelocityPIDki <em>Wheel Velocity PI Dki</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Wheel Velocity PI Dki</em>'.
* @see org.eclipse.papyrus.RobotML.SteeredWheelSystem#getWheelVelocityPIDki()
* @see #getSteeredWheelSystem()
@@ -8963,7 +8963,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the attribute '{@link org.eclipse.papyrus.RobotML.SteeredWheelSystem#getWheelVelocityPIDkd <em>Wheel Velocity PI Dkd</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Wheel Velocity PI Dkd</em>'.
* @see org.eclipse.papyrus.RobotML.SteeredWheelSystem#getWheelVelocityPIDkd()
* @see #getSteeredWheelSystem()
@@ -8975,7 +8975,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the attribute '{@link org.eclipse.papyrus.RobotML.SteeredWheelSystem#getWheelSteeringPIDkp <em>Wheel Steering PI Dkp</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Wheel Steering PI Dkp</em>'.
* @see org.eclipse.papyrus.RobotML.SteeredWheelSystem#getWheelSteeringPIDkp()
* @see #getSteeredWheelSystem()
@@ -8987,7 +8987,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the attribute '{@link org.eclipse.papyrus.RobotML.SteeredWheelSystem#getWheelSteeringPIDkd <em>Wheel Steering PI Dkd</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Wheel Steering PI Dkd</em>'.
* @see org.eclipse.papyrus.RobotML.SteeredWheelSystem#getWheelSteeringPIDkd()
* @see #getSteeredWheelSystem()
@@ -8999,7 +8999,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the attribute '{@link org.eclipse.papyrus.RobotML.SteeredWheelSystem#getWheelFriction <em>Wheel Friction</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Wheel Friction</em>'.
* @see org.eclipse.papyrus.RobotML.SteeredWheelSystem#getWheelFriction()
* @see #getSteeredWheelSystem()
@@ -9011,7 +9011,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the attribute '{@link org.eclipse.papyrus.RobotML.SteeredWheelSystem#getSuspensionStiffness <em>Suspension Stiffness</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Suspension Stiffness</em>'.
* @see org.eclipse.papyrus.RobotML.SteeredWheelSystem#getSuspensionStiffness()
* @see #getSteeredWheelSystem()
@@ -9023,7 +9023,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the attribute '{@link org.eclipse.papyrus.RobotML.SteeredWheelSystem#getSuspensionDamping <em>Suspension Damping</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Suspension Damping</em>'.
* @see org.eclipse.papyrus.RobotML.SteeredWheelSystem#getSuspensionDamping()
* @see #getSteeredWheelSystem()
@@ -9035,7 +9035,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the attribute '{@link org.eclipse.papyrus.RobotML.SteeredWheelSystem#getSuspensionCompression <em>Suspension Compression</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Suspension Compression</em>'.
* @see org.eclipse.papyrus.RobotML.SteeredWheelSystem#getSuspensionCompression()
* @see #getSteeredWheelSystem()
@@ -9047,7 +9047,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the attribute '{@link org.eclipse.papyrus.RobotML.SteeredWheelSystem#getWheelVelocityPIDmaxSum <em>Wheel Velocity PI Dmax Sum</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Wheel Velocity PI Dmax Sum</em>'.
* @see org.eclipse.papyrus.RobotML.SteeredWheelSystem#getWheelVelocityPIDmaxSum()
* @see #getSteeredWheelSystem()
@@ -9059,7 +9059,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the attribute '{@link org.eclipse.papyrus.RobotML.SteeredWheelSystem#getWheelVelocityPIDmaxVal <em>Wheel Velocity PI Dmax Val</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Wheel Velocity PI Dmax Val</em>'.
* @see org.eclipse.papyrus.RobotML.SteeredWheelSystem#getWheelVelocityPIDmaxVal()
* @see #getSteeredWheelSystem()
@@ -9071,7 +9071,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for class '{@link org.eclipse.papyrus.RobotML.LocomotionSystem <em>Locomotion System</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Locomotion System</em>'.
* @see org.eclipse.papyrus.RobotML.LocomotionSystem
* @generated
@@ -9082,7 +9082,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for class '{@link org.eclipse.papyrus.RobotML.ImageSensorSystem <em>Image Sensor System</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Image Sensor System</em>'.
* @see org.eclipse.papyrus.RobotML.ImageSensorSystem
* @generated
@@ -9093,7 +9093,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for class '{@link org.eclipse.papyrus.RobotML.CameraSystem <em>Camera System</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Camera System</em>'.
* @see org.eclipse.papyrus.RobotML.CameraSystem
* @generated
@@ -9104,7 +9104,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the attribute '{@link org.eclipse.papyrus.RobotML.CameraSystem#getWidth <em>Width</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Width</em>'.
* @see org.eclipse.papyrus.RobotML.CameraSystem#getWidth()
* @see #getCameraSystem()
@@ -9116,7 +9116,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the attribute '{@link org.eclipse.papyrus.RobotML.CameraSystem#getHeight <em>Height</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Height</em>'.
* @see org.eclipse.papyrus.RobotML.CameraSystem#getHeight()
* @see #getCameraSystem()
@@ -9128,7 +9128,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the attribute '{@link org.eclipse.papyrus.RobotML.CameraSystem#getAlpha_u <em>Alpha u</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Alpha u</em>'.
* @see org.eclipse.papyrus.RobotML.CameraSystem#getAlpha_u()
* @see #getCameraSystem()
@@ -9140,7 +9140,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the attribute '{@link org.eclipse.papyrus.RobotML.CameraSystem#getAlpha_v <em>Alpha v</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Alpha v</em>'.
* @see org.eclipse.papyrus.RobotML.CameraSystem#getAlpha_v()
* @see #getCameraSystem()
@@ -9152,7 +9152,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the attribute '{@link org.eclipse.papyrus.RobotML.CameraSystem#getU0 <em>U0</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>U0</em>'.
* @see org.eclipse.papyrus.RobotML.CameraSystem#getU0()
* @see #getCameraSystem()
@@ -9164,7 +9164,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the attribute '{@link org.eclipse.papyrus.RobotML.CameraSystem#getV0 <em>V0</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>V0</em>'.
* @see org.eclipse.papyrus.RobotML.CameraSystem#getV0()
* @see #getCameraSystem()
@@ -9176,7 +9176,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the attribute '{@link org.eclipse.papyrus.RobotML.CameraSystem#getColor_format <em>Color format</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Color format</em>'.
* @see org.eclipse.papyrus.RobotML.CameraSystem#getColor_format()
* @see #getCameraSystem()
@@ -9188,7 +9188,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the containment reference '{@link org.eclipse.papyrus.RobotML.CameraSystem#getTranslate <em>Translate</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the containment reference '<em>Translate</em>'.
* @see org.eclipse.papyrus.RobotML.CameraSystem#getTranslate()
* @see #getCameraSystem()
@@ -9200,7 +9200,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the containment reference '{@link org.eclipse.papyrus.RobotML.CameraSystem#getRotate <em>Rotate</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the containment reference '<em>Rotate</em>'.
* @see org.eclipse.papyrus.RobotML.CameraSystem#getRotate()
* @see #getCameraSystem()
@@ -9212,7 +9212,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for class '{@link org.eclipse.papyrus.RobotML.ObjectDetectionSensorSystem <em>Object Detection Sensor System</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Object Detection Sensor System</em>'.
* @see org.eclipse.papyrus.RobotML.ObjectDetectionSensorSystem
* @generated
@@ -9223,7 +9223,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for class '{@link org.eclipse.papyrus.RobotML.ObjectTrackingSensorSystem <em>Object Tracking Sensor System</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Object Tracking Sensor System</em>'.
* @see org.eclipse.papyrus.RobotML.ObjectTrackingSensorSystem
* @generated
@@ -9234,7 +9234,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for class '{@link org.eclipse.papyrus.RobotML.LidarSystem <em>Lidar System</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Lidar System</em>'.
* @see org.eclipse.papyrus.RobotML.LidarSystem
* @generated
@@ -9245,7 +9245,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the attribute '{@link org.eclipse.papyrus.RobotML.LidarSystem#getNbLayers <em>Nb Layers</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Nb Layers</em>'.
* @see org.eclipse.papyrus.RobotML.LidarSystem#getNbLayers()
* @see #getLidarSystem()
@@ -9257,7 +9257,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the attribute '{@link org.eclipse.papyrus.RobotML.LidarSystem#getLayerAngleMin <em>Layer Angle Min</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Layer Angle Min</em>'.
* @see org.eclipse.papyrus.RobotML.LidarSystem#getLayerAngleMin()
* @see #getLidarSystem()
@@ -9269,7 +9269,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the attribute '{@link org.eclipse.papyrus.RobotML.LidarSystem#getLayerAngleStep <em>Layer Angle Step</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Layer Angle Step</em>'.
* @see org.eclipse.papyrus.RobotML.LidarSystem#getLayerAngleStep()
* @see #getLidarSystem()
@@ -9281,7 +9281,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the attribute '{@link org.eclipse.papyrus.RobotML.LidarSystem#isNoise <em>Noise</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Noise</em>'.
* @see org.eclipse.papyrus.RobotML.LidarSystem#isNoise()
* @see #getLidarSystem()
@@ -9293,7 +9293,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the attribute '{@link org.eclipse.papyrus.RobotML.LidarSystem#getSigmaNoise <em>Sigma Noise</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Sigma Noise</em>'.
* @see org.eclipse.papyrus.RobotML.LidarSystem#getSigmaNoise()
* @see #getLidarSystem()
@@ -9305,7 +9305,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the attribute '{@link org.eclipse.papyrus.RobotML.LidarSystem#getAngle_min <em>Angle min</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Angle min</em>'.
* @see org.eclipse.papyrus.RobotML.LidarSystem#getAngle_min()
* @see #getLidarSystem()
@@ -9317,7 +9317,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the attribute '{@link org.eclipse.papyrus.RobotML.LidarSystem#getAngle_max <em>Angle max</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Angle max</em>'.
* @see org.eclipse.papyrus.RobotML.LidarSystem#getAngle_max()
* @see #getLidarSystem()
@@ -9329,7 +9329,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the attribute '{@link org.eclipse.papyrus.RobotML.LidarSystem#getTime_increment <em>Time increment</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Time increment</em>'.
* @see org.eclipse.papyrus.RobotML.LidarSystem#getTime_increment()
* @see #getLidarSystem()
@@ -9341,7 +9341,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the attribute '{@link org.eclipse.papyrus.RobotML.LidarSystem#getScan_time <em>Scan time</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Scan time</em>'.
* @see org.eclipse.papyrus.RobotML.LidarSystem#getScan_time()
* @see #getLidarSystem()
@@ -9353,7 +9353,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the attribute '{@link org.eclipse.papyrus.RobotML.LidarSystem#getRange_min <em>Range min</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Range min</em>'.
* @see org.eclipse.papyrus.RobotML.LidarSystem#getRange_min()
* @see #getLidarSystem()
@@ -9365,7 +9365,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the attribute '{@link org.eclipse.papyrus.RobotML.LidarSystem#getRange_max <em>Range max</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Range max</em>'.
* @see org.eclipse.papyrus.RobotML.LidarSystem#getRange_max()
* @see #getLidarSystem()
@@ -9377,7 +9377,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the attribute '{@link org.eclipse.papyrus.RobotML.LidarSystem#getNbRays <em>Nb Rays</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Nb Rays</em>'.
* @see org.eclipse.papyrus.RobotML.LidarSystem#getNbRays()
* @see #getLidarSystem()
@@ -9389,7 +9389,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for class '{@link org.eclipse.papyrus.RobotML.LocalizationSensorSystem <em>Localization Sensor System</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Localization Sensor System</em>'.
* @see org.eclipse.papyrus.RobotML.LocalizationSensorSystem
* @generated
@@ -9400,7 +9400,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for class '{@link org.eclipse.papyrus.RobotML.GPSSystem <em>GPS System</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>GPS System</em>'.
* @see org.eclipse.papyrus.RobotML.GPSSystem
* @generated
@@ -9411,7 +9411,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the containment reference '{@link org.eclipse.papyrus.RobotML.GPSSystem#getOriginPosition <em>Origin Position</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the containment reference '<em>Origin Position</em>'.
* @see org.eclipse.papyrus.RobotML.GPSSystem#getOriginPosition()
* @see #getGPSSystem()
@@ -9423,7 +9423,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for class '{@link org.eclipse.papyrus.RobotML.AlgorithmLibrary <em>Algorithm Library</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Algorithm Library</em>'.
* @see org.eclipse.papyrus.RobotML.AlgorithmLibrary
* @generated
@@ -9434,7 +9434,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the reference '{@link org.eclipse.papyrus.RobotML.AlgorithmLibrary#getBase_Class <em>Base Class</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the reference '<em>Base Class</em>'.
* @see org.eclipse.papyrus.RobotML.AlgorithmLibrary#getBase_Class()
* @see #getAlgorithmLibrary()
@@ -9446,7 +9446,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the attribute '{@link org.eclipse.papyrus.RobotML.AlgorithmLibrary#getPath <em>Path</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Path</em>'.
* @see org.eclipse.papyrus.RobotML.AlgorithmLibrary#getPath()
* @see #getAlgorithmLibrary()
@@ -9458,7 +9458,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for class '{@link org.eclipse.papyrus.RobotML.SensorDriver <em>Sensor Driver</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Sensor Driver</em>'.
* @see org.eclipse.papyrus.RobotML.SensorDriver
* @generated
@@ -9469,7 +9469,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for class '{@link org.eclipse.papyrus.RobotML.Building <em>Building</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Building</em>'.
* @see org.eclipse.papyrus.RobotML.Building
* @generated
@@ -9480,7 +9480,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for class '{@link org.eclipse.papyrus.RobotML.Planet <em>Planet</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Planet</em>'.
* @see org.eclipse.papyrus.RobotML.Planet
* @generated
@@ -9491,7 +9491,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for class '{@link org.eclipse.papyrus.RobotML.LandSurface <em>Land Surface</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Land Surface</em>'.
* @see org.eclipse.papyrus.RobotML.LandSurface
* @generated
@@ -9502,7 +9502,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for class '{@link org.eclipse.papyrus.RobotML.Ground <em>Ground</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Ground</em>'.
* @see org.eclipse.papyrus.RobotML.Ground
* @generated
@@ -9513,7 +9513,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for class '{@link org.eclipse.papyrus.RobotML.Floor <em>Floor</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Floor</em>'.
* @see org.eclipse.papyrus.RobotML.Floor
* @generated
@@ -9524,7 +9524,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for class '{@link org.eclipse.papyrus.RobotML.WaterSurface <em>Water Surface</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Water Surface</em>'.
* @see org.eclipse.papyrus.RobotML.WaterSurface
* @generated
@@ -9535,7 +9535,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for class '{@link org.eclipse.papyrus.RobotML.Human <em>Human</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Human</em>'.
* @see org.eclipse.papyrus.RobotML.Human
* @generated
@@ -9546,7 +9546,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for class '{@link org.eclipse.papyrus.RobotML.Pedestrian <em>Pedestrian</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Pedestrian</em>'.
* @see org.eclipse.papyrus.RobotML.Pedestrian
* @generated
@@ -9557,7 +9557,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for class '{@link org.eclipse.papyrus.RobotML.Stairs <em>Stairs</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Stairs</em>'.
* @see org.eclipse.papyrus.RobotML.Stairs
* @generated
@@ -9568,7 +9568,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for class '{@link org.eclipse.papyrus.RobotML.Platform <em>Platform</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Platform</em>'.
* @see org.eclipse.papyrus.RobotML.Platform
* @generated
@@ -9579,7 +9579,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the reference '{@link org.eclipse.papyrus.RobotML.Platform#getBase_Node <em>Base Node</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the reference '<em>Base Node</em>'.
* @see org.eclipse.papyrus.RobotML.Platform#getBase_Node()
* @see #getPlatform()
@@ -9591,7 +9591,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the reference list '{@link org.eclipse.papyrus.RobotML.Platform#getLibrary <em>Library</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the reference list '<em>Library</em>'.
* @see org.eclipse.papyrus.RobotML.Platform#getLibrary()
* @see #getPlatform()
@@ -9603,7 +9603,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for class '{@link org.eclipse.papyrus.RobotML.ExternalLibrary <em>External Library</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>External Library</em>'.
* @see org.eclipse.papyrus.RobotML.ExternalLibrary
* @generated
@@ -9614,7 +9614,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the attribute '{@link org.eclipse.papyrus.RobotML.ExternalLibrary#getLibPath <em>Lib Path</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Lib Path</em>'.
* @see org.eclipse.papyrus.RobotML.ExternalLibrary#getLibPath()
* @see #getExternalLibrary()
@@ -9626,7 +9626,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the attribute '{@link org.eclipse.papyrus.RobotML.ExternalLibrary#getLibFileFormat <em>Lib File Format</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Lib File Format</em>'.
* @see org.eclipse.papyrus.RobotML.ExternalLibrary#getLibFileFormat()
* @see #getExternalLibrary()
@@ -9638,7 +9638,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the reference '{@link org.eclipse.papyrus.RobotML.ExternalLibrary#getBase_Interface <em>Base Interface</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the reference '<em>Base Interface</em>'.
* @see org.eclipse.papyrus.RobotML.ExternalLibrary#getBase_Interface()
* @see #getExternalLibrary()
@@ -9650,7 +9650,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for class '{@link org.eclipse.papyrus.RobotML.RoboticMiddleware <em>Robotic Middleware</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Robotic Middleware</em>'.
* @see org.eclipse.papyrus.RobotML.RoboticMiddleware
* @generated
@@ -9661,7 +9661,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the attribute '{@link org.eclipse.papyrus.RobotML.RoboticMiddleware#getKind <em>Kind</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Kind</em>'.
* @see org.eclipse.papyrus.RobotML.RoboticMiddleware#getKind()
* @see #getRoboticMiddleware()
@@ -9673,7 +9673,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for class '{@link org.eclipse.papyrus.RobotML.RoboticSimulator <em>Robotic Simulator</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Robotic Simulator</em>'.
* @see org.eclipse.papyrus.RobotML.RoboticSimulator
* @generated
@@ -9684,7 +9684,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for class '{@link org.eclipse.papyrus.RobotML.CycabTK <em>Cycab TK</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Cycab TK</em>'.
* @see org.eclipse.papyrus.RobotML.CycabTK
* @generated
@@ -9695,7 +9695,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the attribute '{@link org.eclipse.papyrus.RobotML.CycabTK#isUseRealTime <em>Use Real Time</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Use Real Time</em>'.
* @see org.eclipse.papyrus.RobotML.CycabTK#isUseRealTime()
* @see #getCycabTK()
@@ -9707,7 +9707,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the attribute '{@link org.eclipse.papyrus.RobotML.CycabTK#getTimeStep <em>Time Step</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Time Step</em>'.
* @see org.eclipse.papyrus.RobotML.CycabTK#getTimeStep()
* @see #getCycabTK()
@@ -9719,7 +9719,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the attribute '{@link org.eclipse.papyrus.RobotML.CycabTK#getTimeFactor <em>Time Factor</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Time Factor</em>'.
* @see org.eclipse.papyrus.RobotML.CycabTK#getTimeFactor()
* @see #getCycabTK()
@@ -9731,7 +9731,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for class '{@link org.eclipse.papyrus.RobotML.BlenderMorse <em>Blender Morse</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Blender Morse</em>'.
* @see org.eclipse.papyrus.RobotML.BlenderMorse
* @generated
@@ -9742,7 +9742,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the attribute '{@link org.eclipse.papyrus.RobotML.BlenderMorse#isDebugMode <em>Debug Mode</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Debug Mode</em>'.
* @see org.eclipse.papyrus.RobotML.BlenderMorse#isDebugMode()
* @see #getBlenderMorse()
@@ -9754,7 +9754,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the attribute '{@link org.eclipse.papyrus.RobotML.BlenderMorse#isDebugDisplay <em>Debug Display</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Debug Display</em>'.
* @see org.eclipse.papyrus.RobotML.BlenderMorse#isDebugDisplay()
* @see #getBlenderMorse()
@@ -9766,7 +9766,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the attribute '{@link org.eclipse.papyrus.RobotML.BlenderMorse#getGravity <em>Gravity</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Gravity</em>'.
* @see org.eclipse.papyrus.RobotML.BlenderMorse#getGravity()
* @see #getBlenderMorse()
@@ -9778,7 +9778,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the attribute '{@link org.eclipse.papyrus.RobotML.BlenderMorse#get_viewport_shade <em>viewport shade</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>viewport shade</em>'.
* @see org.eclipse.papyrus.RobotML.BlenderMorse#get_viewport_shade()
* @see #getBlenderMorse()
@@ -9790,7 +9790,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for class '{@link org.eclipse.papyrus.RobotML.OnPort <em>On Port</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>On Port</em>'.
* @see org.eclipse.papyrus.RobotML.OnPort
* @generated
@@ -9801,7 +9801,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the reference '{@link org.eclipse.papyrus.RobotML.OnPort#getPort <em>Port</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the reference '<em>Port</em>'.
* @see org.eclipse.papyrus.RobotML.OnPort#getPort()
* @see #getOnPort()
@@ -9813,7 +9813,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the reference '{@link org.eclipse.papyrus.RobotML.OnPort#getBase_Parameter <em>Base Parameter</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the reference '<em>Base Parameter</em>'.
* @see org.eclipse.papyrus.RobotML.OnPort#getBase_Parameter()
* @see #getOnPort()
@@ -9825,7 +9825,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for class '{@link org.eclipse.papyrus.RobotML.Allocate <em>Allocate</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Allocate</em>'.
* @see org.eclipse.papyrus.RobotML.Allocate
* @generated
@@ -9836,7 +9836,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the reference '{@link org.eclipse.papyrus.RobotML.Allocate#getBase_Abstraction <em>Base Abstraction</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the reference '<em>Base Abstraction</em>'.
* @see org.eclipse.papyrus.RobotML.Allocate#getBase_Abstraction()
* @see #getAllocate()
@@ -9848,7 +9848,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for class '{@link org.eclipse.papyrus.RobotML.InertialMeasurementUnitSystem <em>Inertial Measurement Unit System</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Inertial Measurement Unit System</em>'.
* @see org.eclipse.papyrus.RobotML.InertialMeasurementUnitSystem
* @generated
@@ -9859,7 +9859,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for class '{@link org.eclipse.papyrus.RobotML.InertialNavigationSystem <em>Inertial Navigation System</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Inertial Navigation System</em>'.
* @see org.eclipse.papyrus.RobotML.InertialNavigationSystem
* @generated
@@ -9870,7 +9870,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for class '{@link org.eclipse.papyrus.RobotML.OdometrySystem <em>Odometry System</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Odometry System</em>'.
* @see org.eclipse.papyrus.RobotML.OdometrySystem
* @generated
@@ -9881,7 +9881,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for class '{@link org.eclipse.papyrus.RobotML.InfraRedProximetrySystem <em>Infra Red Proximetry System</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Infra Red Proximetry System</em>'.
* @see org.eclipse.papyrus.RobotML.InfraRedProximetrySystem
* @generated
@@ -9892,7 +9892,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for class '{@link org.eclipse.papyrus.RobotML.DeploymentPlan <em>Deployment Plan</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Deployment Plan</em>'.
* @see org.eclipse.papyrus.RobotML.DeploymentPlan
* @generated
@@ -9903,7 +9903,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the reference '{@link org.eclipse.papyrus.RobotML.DeploymentPlan#getBase_Package <em>Base Package</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the reference '<em>Base Package</em>'.
* @see org.eclipse.papyrus.RobotML.DeploymentPlan#getBase_Package()
* @see #getDeploymentPlan()
@@ -9915,7 +9915,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the reference '{@link org.eclipse.papyrus.RobotML.DeploymentPlan#getMainInstance <em>Main Instance</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the reference '<em>Main Instance</em>'.
* @see org.eclipse.papyrus.RobotML.DeploymentPlan#getMainInstance()
* @see #getDeploymentPlan()
@@ -9927,7 +9927,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for class '{@link org.eclipse.papyrus.RobotML.Gyroscope <em>Gyroscope</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Gyroscope</em>'.
* @see org.eclipse.papyrus.RobotML.Gyroscope
* @generated
@@ -9938,7 +9938,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for class '{@link org.eclipse.papyrus.RobotML.OnProperty <em>On Property</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>On Property</em>'.
* @see org.eclipse.papyrus.RobotML.OnProperty
* @generated
@@ -9949,7 +9949,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the reference '{@link org.eclipse.papyrus.RobotML.OnProperty#getProperty <em>Property</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the reference '<em>Property</em>'.
* @see org.eclipse.papyrus.RobotML.OnProperty#getProperty()
* @see #getOnProperty()
@@ -9961,7 +9961,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the reference '{@link org.eclipse.papyrus.RobotML.OnProperty#getBase_Parameter <em>Base Parameter</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the reference '<em>Base Parameter</em>'.
* @see org.eclipse.papyrus.RobotML.OnProperty#getBase_Parameter()
* @see #getOnProperty()
@@ -9973,7 +9973,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for class '{@link org.eclipse.papyrus.RobotML.Chassis <em>Chassis</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Chassis</em>'.
* @see org.eclipse.papyrus.RobotML.Chassis
* @generated
@@ -9984,7 +9984,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for class '{@link org.eclipse.papyrus.RobotML.SupportingStructure <em>Supporting Structure</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Supporting Structure</em>'.
* @see org.eclipse.papyrus.RobotML.SupportingStructure
* @generated
@@ -9995,7 +9995,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for class '{@link org.eclipse.papyrus.RobotML.MechanicalLinkage <em>Mechanical Linkage</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Mechanical Linkage</em>'.
* @see org.eclipse.papyrus.RobotML.MechanicalLinkage
* @generated
@@ -10006,7 +10006,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for class '{@link org.eclipse.papyrus.RobotML.Leg <em>Leg</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Leg</em>'.
* @see org.eclipse.papyrus.RobotML.Leg
* @generated
@@ -10017,7 +10017,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for class '{@link org.eclipse.papyrus.RobotML.LocomotionHardware <em>Locomotion Hardware</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Locomotion Hardware</em>'.
* @see org.eclipse.papyrus.RobotML.LocomotionHardware
* @generated
@@ -10028,7 +10028,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for class '{@link org.eclipse.papyrus.RobotML.ActuatorHardware <em>Actuator Hardware</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Actuator Hardware</em>'.
* @see org.eclipse.papyrus.RobotML.ActuatorHardware
* @generated
@@ -10039,7 +10039,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for class '{@link org.eclipse.papyrus.RobotML.MobileRobot <em>Mobile Robot</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Mobile Robot</em>'.
* @see org.eclipse.papyrus.RobotML.MobileRobot
* @generated
@@ -10050,7 +10050,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for the attribute '{@link org.eclipse.papyrus.RobotML.MobileRobot#getKind <em>Kind</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Kind</em>'.
* @see org.eclipse.papyrus.RobotML.MobileRobot#getKind()
* @see #getMobileRobot()
@@ -10062,7 +10062,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for class '{@link org.eclipse.papyrus.RobotML.Manipulator <em>Manipulator</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Manipulator</em>'.
* @see org.eclipse.papyrus.RobotML.Manipulator
* @generated
@@ -10073,7 +10073,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for class '{@link org.eclipse.papyrus.RobotML.PilotedSystem <em>Piloted System</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Piloted System</em>'.
* @see org.eclipse.papyrus.RobotML.PilotedSystem
* @generated
@@ -10084,7 +10084,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for class '{@link org.eclipse.papyrus.RobotML.PowerHardware <em>Power Hardware</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Power Hardware</em>'.
* @see org.eclipse.papyrus.RobotML.PowerHardware
* @generated
@@ -10095,7 +10095,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for class '{@link org.eclipse.papyrus.RobotML.SensorHardware <em>Sensor Hardware</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Sensor Hardware</em>'.
* @see org.eclipse.papyrus.RobotML.SensorHardware
* @generated
@@ -10106,7 +10106,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for class '{@link org.eclipse.papyrus.RobotML.GraspingHardware <em>Grasping Hardware</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Grasping Hardware</em>'.
* @see org.eclipse.papyrus.RobotML.GraspingHardware
* @generated
@@ -10117,7 +10117,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for class '{@link org.eclipse.papyrus.RobotML.SteeredWheelHardware <em>Steered Wheel Hardware</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Steered Wheel Hardware</em>'.
* @see org.eclipse.papyrus.RobotML.SteeredWheelHardware
* @generated
@@ -10128,7 +10128,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for class '{@link org.eclipse.papyrus.RobotML.Arm <em>Arm</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Arm</em>'.
* @see org.eclipse.papyrus.RobotML.Arm
* @generated
@@ -10139,7 +10139,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for class '{@link org.eclipse.papyrus.RobotML.LegSystem <em>Leg System</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Leg System</em>'.
* @see org.eclipse.papyrus.RobotML.LegSystem
* @generated
@@ -10150,7 +10150,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for class '{@link org.eclipse.papyrus.RobotML.GraspingSystem <em>Grasping System</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Grasping System</em>'.
* @see org.eclipse.papyrus.RobotML.GraspingSystem
* @generated
@@ -10161,7 +10161,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for class '{@link org.eclipse.papyrus.RobotML.WeaponSystem <em>Weapon System</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Weapon System</em>'.
* @see org.eclipse.papyrus.RobotML.WeaponSystem
* @generated
@@ -10172,7 +10172,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for class '{@link org.eclipse.papyrus.RobotML.ManMachineInterfaceSystem <em>Man Machine Interface System</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Man Machine Interface System</em>'.
* @see org.eclipse.papyrus.RobotML.ManMachineInterfaceSystem
* @generated
@@ -10183,7 +10183,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for class '{@link org.eclipse.papyrus.RobotML.ClosedLoopControlSystem <em>Closed Loop Control System</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Closed Loop Control System</em>'.
* @see org.eclipse.papyrus.RobotML.ClosedLoopControlSystem
* @generated
@@ -10194,7 +10194,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for class '{@link org.eclipse.papyrus.RobotML.OpenLoopControlSystem <em>Open Loop Control System</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Open Loop Control System</em>'.
* @see org.eclipse.papyrus.RobotML.OpenLoopControlSystem
* @generated
@@ -10205,7 +10205,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for class '{@link org.eclipse.papyrus.RobotML.RoboticHead <em>Robotic Head</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Robotic Head</em>'.
* @see org.eclipse.papyrus.RobotML.RoboticHead
* @generated
@@ -10216,7 +10216,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for class '{@link org.eclipse.papyrus.RobotML.NavigationCommandSystem <em>Navigation Command System</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Navigation Command System</em>'.
* @see org.eclipse.papyrus.RobotML.NavigationCommandSystem
* @generated
@@ -10227,7 +10227,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for class '{@link org.eclipse.papyrus.RobotML.JoysticNavigationSystem <em>Joystic Navigation System</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Joystic Navigation System</em>'.
* @see org.eclipse.papyrus.RobotML.JoysticNavigationSystem
* @generated
@@ -10238,7 +10238,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for enum '{@link org.eclipse.papyrus.RobotML.SynchronizationKind <em>Synchronization Kind</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for enum '<em>Synchronization Kind</em>'.
* @see org.eclipse.papyrus.RobotML.SynchronizationKind
* @generated
@@ -10249,7 +10249,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for enum '{@link org.eclipse.papyrus.RobotML.DataFlowDirectionKind <em>Data Flow Direction Kind</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for enum '<em>Data Flow Direction Kind</em>'.
* @see org.eclipse.papyrus.RobotML.DataFlowDirectionKind
* @generated
@@ -10260,7 +10260,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for enum '{@link org.eclipse.papyrus.RobotML.ServiceFlowKind <em>Service Flow Kind</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for enum '<em>Service Flow Kind</em>'.
* @see org.eclipse.papyrus.RobotML.ServiceFlowKind
* @generated
@@ -10271,7 +10271,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for enum '{@link org.eclipse.papyrus.RobotML.UGVKind <em>UGV Kind</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for enum '<em>UGV Kind</em>'.
* @see org.eclipse.papyrus.RobotML.UGVKind
* @generated
@@ -10282,7 +10282,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for enum '{@link org.eclipse.papyrus.RobotML.RoboticMiddlewareKind <em>Robotic Middleware Kind</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for enum '<em>Robotic Middleware Kind</em>'.
* @see org.eclipse.papyrus.RobotML.RoboticMiddlewareKind
* @generated
@@ -10293,7 +10293,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for enum '{@link org.eclipse.papyrus.RobotML.Shade <em>Shade</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for enum '<em>Shade</em>'.
* @see org.eclipse.papyrus.RobotML.Shade
* @generated
@@ -10304,7 +10304,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the meta object for enum '{@link org.eclipse.papyrus.RobotML.MobileRobotKind <em>Mobile Robot Kind</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for enum '<em>Mobile Robot Kind</em>'.
* @see org.eclipse.papyrus.RobotML.MobileRobotKind
* @generated
@@ -10315,7 +10315,7 @@ public interface RobotMLPackage extends EPackage {
* Returns the factory that creates the instances of the model.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the factory that creates the instances of the model.
* @generated
*/
@@ -10332,7 +10332,7 @@ public interface RobotMLPackage extends EPackage {
* <li>and each data type</li>
* </ul>
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
interface Literals {
@@ -10340,7 +10340,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.RobotML.impl.TransitionImpl <em>Transition</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.TransitionImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getTransition()
* @generated
@@ -10351,7 +10351,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Base Transition</b></em>' reference feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EReference TRANSITION__BASE_TRANSITION = eINSTANCE.getTransition_Base_Transition();
@@ -10360,7 +10360,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Guard</b></em>' reference feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EReference TRANSITION__GUARD = eINSTANCE.getTransition_Guard();
@@ -10369,7 +10369,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Effect</b></em>' reference feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EReference TRANSITION__EFFECT = eINSTANCE.getTransition_Effect();
@@ -10378,7 +10378,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.RobotML.impl.AlgorithmImpl <em>Algorithm</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.AlgorithmImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getAlgorithm()
* @generated
@@ -10389,7 +10389,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Base Operation</b></em>' reference feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EReference ALGORITHM__BASE_OPERATION = eINSTANCE.getAlgorithm_Base_Operation();
@@ -10398,7 +10398,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Is External</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EAttribute ALGORITHM__IS_EXTERNAL = eINSTANCE.getAlgorithm_IsExternal();
@@ -10407,7 +10407,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Ext Function Name</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EAttribute ALGORITHM__EXT_FUNCTION_NAME = eINSTANCE.getAlgorithm_ExtFunctionName();
@@ -10416,7 +10416,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Lib Path</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EAttribute ALGORITHM__LIB_PATH = eINSTANCE.getAlgorithm_LibPath();
@@ -10425,7 +10425,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Lib File Format</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EAttribute ALGORITHM__LIB_FILE_FORMAT = eINSTANCE.getAlgorithm_LibFileFormat();
@@ -10434,7 +10434,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.RobotML.impl.StateImpl <em>State</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.StateImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getState()
* @generated
@@ -10445,7 +10445,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Base State</b></em>' reference feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EReference STATE__BASE_STATE = eINSTANCE.getState_Base_State();
@@ -10454,7 +10454,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Behavior</b></em>' reference feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EReference STATE__BEHAVIOR = eINSTANCE.getState_Behavior();
@@ -10463,7 +10463,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.RobotML.impl.ActuatedJointImpl <em>Actuated Joint</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.ActuatedJointImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getActuatedJoint()
* @generated
@@ -10474,7 +10474,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.RobotML.impl.JointImpl <em>Joint</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.JointImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getJoint()
* @generated
@@ -10485,7 +10485,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Base Connector</b></em>' reference feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EReference JOINT__BASE_CONNECTOR = eINSTANCE.getJoint_Base_Connector();
@@ -10494,7 +10494,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.RobotML.impl.CompleteBondingImpl <em>Complete Bonding</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.CompleteBondingImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getCompleteBonding()
* @generated
@@ -10505,7 +10505,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.RobotML.impl.RobotImpl <em>Robot</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.RobotImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getRobot()
* @generated
@@ -10516,7 +10516,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Width</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EAttribute ROBOT__WIDTH = eINSTANCE.getRobot_Width();
@@ -10525,7 +10525,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.RobotML.impl.SystemImpl <em>System</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.SystemImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getSystem()
* @generated
@@ -10536,7 +10536,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Base Class</b></em>' reference feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EReference SYSTEM__BASE_CLASS = eINSTANCE.getSystem_Base_Class();
@@ -10545,7 +10545,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Native</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EAttribute SYSTEM__NATIVE = eINSTANCE.getSystem_Native();
@@ -10554,7 +10554,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Library Path</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EAttribute SYSTEM__LIBRARY_PATH = eINSTANCE.getSystem_LibraryPath();
@@ -10563,7 +10563,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Library Component Name</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EAttribute SYSTEM__LIBRARY_COMPONENT_NAME = eINSTANCE.getSystem_LibraryComponentName();
@@ -10572,7 +10572,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.RobotML.impl.AgentImpl <em>Agent</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.AgentImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getAgent()
* @generated
@@ -10583,7 +10583,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Moves Over</b></em>' reference list feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EReference AGENT__MOVES_OVER = eINSTANCE.getAgent_MovesOver();
@@ -10592,7 +10592,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.RobotML.impl.PhysicalObjectImpl <em>Physical Object</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.PhysicalObjectImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getPhysicalObject()
* @generated
@@ -10603,7 +10603,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Eveloves In</b></em>' reference list feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EReference PHYSICAL_OBJECT__EVELOVES_IN = eINSTANCE.getPhysicalObject_EvelovesIn();
@@ -10612,7 +10612,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Has Surface</b></em>' reference feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EReference PHYSICAL_OBJECT__HAS_SURFACE = eINSTANCE.getPhysicalObject_HasSurface();
@@ -10621,7 +10621,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Height</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EAttribute PHYSICAL_OBJECT__HEIGHT = eINSTANCE.getPhysicalObject_Height();
@@ -10630,7 +10630,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Mass</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EAttribute PHYSICAL_OBJECT__MASS = eINSTANCE.getPhysicalObject_Mass();
@@ -10639,7 +10639,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.RobotML.impl.EnvironmentImpl <em>Environment</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.EnvironmentImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getEnvironment()
* @generated
@@ -10650,7 +10650,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.RobotML.impl.SurfaceImpl <em>Surface</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.SurfaceImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getSurface()
* @generated
@@ -10661,7 +10661,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.RobotML.impl.DataFlowPortImpl <em>Data Flow Port</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.DataFlowPortImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getDataFlowPort()
* @generated
@@ -10672,7 +10672,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Direction</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EAttribute DATA_FLOW_PORT__DIRECTION = eINSTANCE.getDataFlowPort_Direction();
@@ -10681,7 +10681,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Buffer Size</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EAttribute DATA_FLOW_PORT__BUFFER_SIZE = eINSTANCE.getDataFlowPort_BufferSize();
@@ -10690,7 +10690,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.RobotML.impl.PortImpl <em>Port</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.PortImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getPort()
* @generated
@@ -10701,7 +10701,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Base Port</b></em>' reference feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EReference PORT__BASE_PORT = eINSTANCE.getPort_Base_Port();
@@ -10710,7 +10710,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Synchronization Policy</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EAttribute PORT__SYNCHRONIZATION_POLICY = eINSTANCE.getPort_SynchronizationPolicy();
@@ -10719,7 +10719,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.RobotML.impl.ServicePortImpl <em>Service Port</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.ServicePortImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getServicePort()
* @generated
@@ -10730,7 +10730,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Kind</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EAttribute SERVICE_PORT__KIND = eINSTANCE.getServicePort_Kind();
@@ -10739,7 +10739,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.RobotML.impl.ActuatorSystemImpl <em>Actuator System</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.ActuatorSystemImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getActuatorSystem()
* @generated
@@ -10750,7 +10750,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.RobotML.impl.RoboticSystemImpl <em>Robotic System</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.RoboticSystemImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getRoboticSystem()
* @generated
@@ -10761,7 +10761,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Local Position</b></em>' containment reference feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EReference ROBOTIC_SYSTEM__LOCAL_POSITION = eINSTANCE.getRoboticSystem_LocalPosition();
@@ -10770,7 +10770,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Local Orientation</b></em>' containment reference feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EReference ROBOTIC_SYSTEM__LOCAL_ORIENTATION = eINSTANCE.getRoboticSystem_LocalOrientation();
@@ -10779,7 +10779,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.RobotML.impl.CyberPhysicalSystemImpl <em>Cyber Physical System</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.CyberPhysicalSystemImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getCyberPhysicalSystem()
* @generated
@@ -10790,7 +10790,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.RobotML.impl.SensorSystemImpl <em>Sensor System</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.SensorSystemImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getSensorSystem()
* @generated
@@ -10801,7 +10801,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Frequency</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EAttribute SENSOR_SYSTEM__FREQUENCY = eINSTANCE.getSensorSystem_Frequency();
@@ -10810,7 +10810,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Identifier</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EAttribute SENSOR_SYSTEM__IDENTIFIER = eINSTANCE.getSensorSystem_Identifier();
@@ -10819,7 +10819,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.RobotML.impl.HardwareImpl <em>Hardware</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.HardwareImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getHardware()
* @generated
@@ -10830,7 +10830,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.RobotML.impl.SoftwareImpl <em>Software</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.SoftwareImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getSoftware()
* @generated
@@ -10841,7 +10841,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Is Periodic</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EAttribute SOFTWARE__IS_PERIODIC = eINSTANCE.getSoftware_IsPeriodic();
@@ -10850,7 +10850,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Period</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EAttribute SOFTWARE__PERIOD = eINSTANCE.getSoftware_Period();
@@ -10859,7 +10859,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Priority</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EAttribute SOFTWARE__PRIORITY = eINSTANCE.getSoftware_Priority();
@@ -10868,7 +10868,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Deadline</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EAttribute SOFTWARE__DEADLINE = eINSTANCE.getSoftware_Deadline();
@@ -10877,7 +10877,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Wcet</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EAttribute SOFTWARE__WCET = eINSTANCE.getSoftware_Wcet();
@@ -10886,7 +10886,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.RobotML.impl.EngineSystemImpl <em>Engine System</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.EngineSystemImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getEngineSystem()
* @generated
@@ -10897,7 +10897,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Vehicle Traction</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EAttribute ENGINE_SYSTEM__VEHICLE_TRACTION = eINSTANCE.getEngineSystem_VehicleTraction();
@@ -10906,7 +10906,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Max Engine Force</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EAttribute ENGINE_SYSTEM__MAX_ENGINE_FORCE = eINSTANCE.getEngineSystem_MaxEngineForce();
@@ -10915,7 +10915,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Max Breaking Force</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EAttribute ENGINE_SYSTEM__MAX_BREAKING_FORCE = eINSTANCE.getEngineSystem_MaxBreakingForce();
@@ -10924,7 +10924,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Max Allowed Steering</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EAttribute ENGINE_SYSTEM__MAX_ALLOWED_STEERING = eINSTANCE.getEngineSystem_MaxAllowedSteering();
@@ -10933,7 +10933,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Max Allowed Velocity</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EAttribute ENGINE_SYSTEM__MAX_ALLOWED_VELOCITY = eINSTANCE.getEngineSystem_MaxAllowedVelocity();
@@ -10942,7 +10942,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Gear ration</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EAttribute ENGINE_SYSTEM__GEAR_RATION = eINSTANCE.getEngineSystem_Gear_ration();
@@ -10951,7 +10951,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.RobotML.impl.SteeredWheelSystemImpl <em>Steered Wheel System</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.SteeredWheelSystemImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getSteeredWheelSystem()
* @generated
@@ -10962,7 +10962,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Wheel Radius</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EAttribute STEERED_WHEEL_SYSTEM__WHEEL_RADIUS = eINSTANCE.getSteeredWheelSystem_WheelRadius();
@@ -10971,7 +10971,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Wheel Width</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EAttribute STEERED_WHEEL_SYSTEM__WHEEL_WIDTH = eINSTANCE.getSteeredWheelSystem_WheelWidth();
@@ -10980,7 +10980,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Suspension Rest Length</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EAttribute STEERED_WHEEL_SYSTEM__SUSPENSION_REST_LENGTH = eINSTANCE.getSteeredWheelSystem_SuspensionRestLength();
@@ -10989,7 +10989,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Wheel Connection Height</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EAttribute STEERED_WHEEL_SYSTEM__WHEEL_CONNECTION_HEIGHT = eINSTANCE.getSteeredWheelSystem_WheelConnectionHeight();
@@ -10998,7 +10998,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Type Of Wheel</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EAttribute STEERED_WHEEL_SYSTEM__TYPE_OF_WHEEL = eINSTANCE.getSteeredWheelSystem_TypeOfWheel();
@@ -11007,7 +11007,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Wheel Velocity PI Dkp</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EAttribute STEERED_WHEEL_SYSTEM__WHEEL_VELOCITY_PI_DKP = eINSTANCE.getSteeredWheelSystem_WheelVelocityPIDkp();
@@ -11016,7 +11016,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Wheel Velocity PI Dki</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EAttribute STEERED_WHEEL_SYSTEM__WHEEL_VELOCITY_PI_DKI = eINSTANCE.getSteeredWheelSystem_WheelVelocityPIDki();
@@ -11025,7 +11025,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Wheel Velocity PI Dkd</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EAttribute STEERED_WHEEL_SYSTEM__WHEEL_VELOCITY_PI_DKD = eINSTANCE.getSteeredWheelSystem_WheelVelocityPIDkd();
@@ -11034,7 +11034,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Wheel Steering PI Dkp</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EAttribute STEERED_WHEEL_SYSTEM__WHEEL_STEERING_PI_DKP = eINSTANCE.getSteeredWheelSystem_WheelSteeringPIDkp();
@@ -11043,7 +11043,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Wheel Steering PI Dkd</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EAttribute STEERED_WHEEL_SYSTEM__WHEEL_STEERING_PI_DKD = eINSTANCE.getSteeredWheelSystem_WheelSteeringPIDkd();
@@ -11052,7 +11052,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Wheel Friction</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EAttribute STEERED_WHEEL_SYSTEM__WHEEL_FRICTION = eINSTANCE.getSteeredWheelSystem_WheelFriction();
@@ -11061,7 +11061,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Suspension Stiffness</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EAttribute STEERED_WHEEL_SYSTEM__SUSPENSION_STIFFNESS = eINSTANCE.getSteeredWheelSystem_SuspensionStiffness();
@@ -11070,7 +11070,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Suspension Damping</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EAttribute STEERED_WHEEL_SYSTEM__SUSPENSION_DAMPING = eINSTANCE.getSteeredWheelSystem_SuspensionDamping();
@@ -11079,7 +11079,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Suspension Compression</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EAttribute STEERED_WHEEL_SYSTEM__SUSPENSION_COMPRESSION = eINSTANCE.getSteeredWheelSystem_SuspensionCompression();
@@ -11088,7 +11088,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Wheel Velocity PI Dmax Sum</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EAttribute STEERED_WHEEL_SYSTEM__WHEEL_VELOCITY_PI_DMAX_SUM = eINSTANCE.getSteeredWheelSystem_WheelVelocityPIDmaxSum();
@@ -11097,7 +11097,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Wheel Velocity PI Dmax Val</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EAttribute STEERED_WHEEL_SYSTEM__WHEEL_VELOCITY_PI_DMAX_VAL = eINSTANCE.getSteeredWheelSystem_WheelVelocityPIDmaxVal();
@@ -11106,7 +11106,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.RobotML.impl.LocomotionSystemImpl <em>Locomotion System</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.LocomotionSystemImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getLocomotionSystem()
* @generated
@@ -11117,7 +11117,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.RobotML.impl.ImageSensorSystemImpl <em>Image Sensor System</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.ImageSensorSystemImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getImageSensorSystem()
* @generated
@@ -11128,7 +11128,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.RobotML.impl.CameraSystemImpl <em>Camera System</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.CameraSystemImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getCameraSystem()
* @generated
@@ -11139,7 +11139,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Width</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EAttribute CAMERA_SYSTEM__WIDTH = eINSTANCE.getCameraSystem_Width();
@@ -11148,7 +11148,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Height</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EAttribute CAMERA_SYSTEM__HEIGHT = eINSTANCE.getCameraSystem_Height();
@@ -11157,7 +11157,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Alpha u</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EAttribute CAMERA_SYSTEM__ALPHA_U = eINSTANCE.getCameraSystem_Alpha_u();
@@ -11166,7 +11166,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Alpha v</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EAttribute CAMERA_SYSTEM__ALPHA_V = eINSTANCE.getCameraSystem_Alpha_v();
@@ -11175,7 +11175,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>U0</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EAttribute CAMERA_SYSTEM__U0 = eINSTANCE.getCameraSystem_U0();
@@ -11184,7 +11184,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>V0</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EAttribute CAMERA_SYSTEM__V0 = eINSTANCE.getCameraSystem_V0();
@@ -11193,7 +11193,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Color format</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EAttribute CAMERA_SYSTEM__COLOR_FORMAT = eINSTANCE.getCameraSystem_Color_format();
@@ -11202,7 +11202,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Translate</b></em>' containment reference feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EReference CAMERA_SYSTEM__TRANSLATE = eINSTANCE.getCameraSystem_Translate();
@@ -11211,7 +11211,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Rotate</b></em>' containment reference feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EReference CAMERA_SYSTEM__ROTATE = eINSTANCE.getCameraSystem_Rotate();
@@ -11220,7 +11220,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.RobotML.impl.ObjectDetectionSensorSystemImpl <em>Object Detection Sensor System</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.ObjectDetectionSensorSystemImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getObjectDetectionSensorSystem()
* @generated
@@ -11231,7 +11231,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.RobotML.impl.ObjectTrackingSensorSystemImpl <em>Object Tracking Sensor System</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.ObjectTrackingSensorSystemImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getObjectTrackingSensorSystem()
* @generated
@@ -11242,7 +11242,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.RobotML.impl.LidarSystemImpl <em>Lidar System</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.LidarSystemImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getLidarSystem()
* @generated
@@ -11253,7 +11253,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Nb Layers</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EAttribute LIDAR_SYSTEM__NB_LAYERS = eINSTANCE.getLidarSystem_NbLayers();
@@ -11262,7 +11262,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Layer Angle Min</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EAttribute LIDAR_SYSTEM__LAYER_ANGLE_MIN = eINSTANCE.getLidarSystem_LayerAngleMin();
@@ -11271,7 +11271,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Layer Angle Step</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EAttribute LIDAR_SYSTEM__LAYER_ANGLE_STEP = eINSTANCE.getLidarSystem_LayerAngleStep();
@@ -11280,7 +11280,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Noise</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EAttribute LIDAR_SYSTEM__NOISE = eINSTANCE.getLidarSystem_Noise();
@@ -11289,7 +11289,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Sigma Noise</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EAttribute LIDAR_SYSTEM__SIGMA_NOISE = eINSTANCE.getLidarSystem_SigmaNoise();
@@ -11298,7 +11298,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Angle min</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EAttribute LIDAR_SYSTEM__ANGLE_MIN = eINSTANCE.getLidarSystem_Angle_min();
@@ -11307,7 +11307,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Angle max</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EAttribute LIDAR_SYSTEM__ANGLE_MAX = eINSTANCE.getLidarSystem_Angle_max();
@@ -11316,7 +11316,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Time increment</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EAttribute LIDAR_SYSTEM__TIME_INCREMENT = eINSTANCE.getLidarSystem_Time_increment();
@@ -11325,7 +11325,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Scan time</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EAttribute LIDAR_SYSTEM__SCAN_TIME = eINSTANCE.getLidarSystem_Scan_time();
@@ -11334,7 +11334,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Range min</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EAttribute LIDAR_SYSTEM__RANGE_MIN = eINSTANCE.getLidarSystem_Range_min();
@@ -11343,7 +11343,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Range max</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EAttribute LIDAR_SYSTEM__RANGE_MAX = eINSTANCE.getLidarSystem_Range_max();
@@ -11352,7 +11352,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Nb Rays</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EAttribute LIDAR_SYSTEM__NB_RAYS = eINSTANCE.getLidarSystem_NbRays();
@@ -11361,7 +11361,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.RobotML.impl.LocalizationSensorSystemImpl <em>Localization Sensor System</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.LocalizationSensorSystemImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getLocalizationSensorSystem()
* @generated
@@ -11372,7 +11372,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.RobotML.impl.GPSSystemImpl <em>GPS System</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.GPSSystemImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getGPSSystem()
* @generated
@@ -11383,7 +11383,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Origin Position</b></em>' containment reference feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EReference GPS_SYSTEM__ORIGIN_POSITION = eINSTANCE.getGPSSystem_OriginPosition();
@@ -11392,7 +11392,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.RobotML.impl.AlgorithmLibraryImpl <em>Algorithm Library</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.AlgorithmLibraryImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getAlgorithmLibrary()
* @generated
@@ -11403,7 +11403,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Base Class</b></em>' reference feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EReference ALGORITHM_LIBRARY__BASE_CLASS = eINSTANCE.getAlgorithmLibrary_Base_Class();
@@ -11412,7 +11412,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Path</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EAttribute ALGORITHM_LIBRARY__PATH = eINSTANCE.getAlgorithmLibrary_Path();
@@ -11421,7 +11421,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.RobotML.impl.SensorDriverImpl <em>Sensor Driver</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.SensorDriverImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getSensorDriver()
* @generated
@@ -11432,7 +11432,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.RobotML.impl.BuildingImpl <em>Building</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.BuildingImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getBuilding()
* @generated
@@ -11443,7 +11443,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.RobotML.impl.PlanetImpl <em>Planet</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.PlanetImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getPlanet()
* @generated
@@ -11454,7 +11454,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.RobotML.impl.LandSurfaceImpl <em>Land Surface</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.LandSurfaceImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getLandSurface()
* @generated
@@ -11465,7 +11465,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.RobotML.impl.GroundImpl <em>Ground</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.GroundImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getGround()
* @generated
@@ -11476,7 +11476,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.RobotML.impl.FloorImpl <em>Floor</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.FloorImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getFloor()
* @generated
@@ -11487,7 +11487,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.RobotML.impl.WaterSurfaceImpl <em>Water Surface</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.WaterSurfaceImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getWaterSurface()
* @generated
@@ -11498,7 +11498,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.RobotML.impl.HumanImpl <em>Human</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.HumanImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getHuman()
* @generated
@@ -11509,7 +11509,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.RobotML.impl.PedestrianImpl <em>Pedestrian</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.PedestrianImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getPedestrian()
* @generated
@@ -11520,7 +11520,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.RobotML.impl.StairsImpl <em>Stairs</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.StairsImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getStairs()
* @generated
@@ -11531,7 +11531,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.RobotML.impl.PlatformImpl <em>Platform</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.PlatformImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getPlatform()
* @generated
@@ -11542,7 +11542,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Base Node</b></em>' reference feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EReference PLATFORM__BASE_NODE = eINSTANCE.getPlatform_Base_Node();
@@ -11551,7 +11551,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Library</b></em>' reference list feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EReference PLATFORM__LIBRARY = eINSTANCE.getPlatform_Library();
@@ -11560,7 +11560,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.RobotML.impl.ExternalLibraryImpl <em>External Library</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.ExternalLibraryImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getExternalLibrary()
* @generated
@@ -11571,7 +11571,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Lib Path</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EAttribute EXTERNAL_LIBRARY__LIB_PATH = eINSTANCE.getExternalLibrary_LibPath();
@@ -11580,7 +11580,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Lib File Format</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EAttribute EXTERNAL_LIBRARY__LIB_FILE_FORMAT = eINSTANCE.getExternalLibrary_LibFileFormat();
@@ -11589,7 +11589,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Base Interface</b></em>' reference feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EReference EXTERNAL_LIBRARY__BASE_INTERFACE = eINSTANCE.getExternalLibrary_Base_Interface();
@@ -11598,7 +11598,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.RobotML.impl.RoboticMiddlewareImpl <em>Robotic Middleware</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.RoboticMiddlewareImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getRoboticMiddleware()
* @generated
@@ -11609,7 +11609,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Kind</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EAttribute ROBOTIC_MIDDLEWARE__KIND = eINSTANCE.getRoboticMiddleware_Kind();
@@ -11618,7 +11618,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.RobotML.impl.RoboticSimulatorImpl <em>Robotic Simulator</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.RoboticSimulatorImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getRoboticSimulator()
* @generated
@@ -11629,7 +11629,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.RobotML.impl.CycabTKImpl <em>Cycab TK</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.CycabTKImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getCycabTK()
* @generated
@@ -11640,7 +11640,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Use Real Time</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EAttribute CYCAB_TK__USE_REAL_TIME = eINSTANCE.getCycabTK_UseRealTime();
@@ -11649,7 +11649,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Time Step</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EAttribute CYCAB_TK__TIME_STEP = eINSTANCE.getCycabTK_TimeStep();
@@ -11658,7 +11658,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Time Factor</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EAttribute CYCAB_TK__TIME_FACTOR = eINSTANCE.getCycabTK_TimeFactor();
@@ -11667,7 +11667,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.RobotML.impl.BlenderMorseImpl <em>Blender Morse</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.BlenderMorseImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getBlenderMorse()
* @generated
@@ -11678,7 +11678,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Debug Mode</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EAttribute BLENDER_MORSE__DEBUG_MODE = eINSTANCE.getBlenderMorse_DebugMode();
@@ -11687,7 +11687,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Debug Display</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EAttribute BLENDER_MORSE__DEBUG_DISPLAY = eINSTANCE.getBlenderMorse_DebugDisplay();
@@ -11696,7 +11696,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Gravity</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EAttribute BLENDER_MORSE__GRAVITY = eINSTANCE.getBlenderMorse_Gravity();
@@ -11705,7 +11705,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>viewport shade</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EAttribute BLENDER_MORSE__VIEWPORT_SHADE = eINSTANCE.getBlenderMorse__viewport_shade();
@@ -11714,7 +11714,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.RobotML.impl.OnPortImpl <em>On Port</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.OnPortImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getOnPort()
* @generated
@@ -11725,7 +11725,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Port</b></em>' reference feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EReference ON_PORT__PORT = eINSTANCE.getOnPort_Port();
@@ -11734,7 +11734,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Base Parameter</b></em>' reference feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EReference ON_PORT__BASE_PARAMETER = eINSTANCE.getOnPort_Base_Parameter();
@@ -11743,7 +11743,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.RobotML.impl.AllocateImpl <em>Allocate</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.AllocateImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getAllocate()
* @generated
@@ -11754,7 +11754,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Base Abstraction</b></em>' reference feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EReference ALLOCATE__BASE_ABSTRACTION = eINSTANCE.getAllocate_Base_Abstraction();
@@ -11763,7 +11763,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.RobotML.impl.InertialMeasurementUnitSystemImpl <em>Inertial Measurement Unit System</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.InertialMeasurementUnitSystemImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getInertialMeasurementUnitSystem()
* @generated
@@ -11774,7 +11774,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.RobotML.impl.InertialNavigationSystemImpl <em>Inertial Navigation System</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.InertialNavigationSystemImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getInertialNavigationSystem()
* @generated
@@ -11785,7 +11785,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.RobotML.impl.OdometrySystemImpl <em>Odometry System</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.OdometrySystemImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getOdometrySystem()
* @generated
@@ -11796,7 +11796,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.RobotML.impl.InfraRedProximetrySystemImpl <em>Infra Red Proximetry System</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.InfraRedProximetrySystemImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getInfraRedProximetrySystem()
* @generated
@@ -11807,7 +11807,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.RobotML.impl.DeploymentPlanImpl <em>Deployment Plan</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.DeploymentPlanImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getDeploymentPlan()
* @generated
@@ -11818,7 +11818,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Base Package</b></em>' reference feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EReference DEPLOYMENT_PLAN__BASE_PACKAGE = eINSTANCE.getDeploymentPlan_Base_Package();
@@ -11827,7 +11827,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Main Instance</b></em>' reference feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EReference DEPLOYMENT_PLAN__MAIN_INSTANCE = eINSTANCE.getDeploymentPlan_MainInstance();
@@ -11836,7 +11836,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.RobotML.impl.GyroscopeImpl <em>Gyroscope</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.GyroscopeImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getGyroscope()
* @generated
@@ -11847,7 +11847,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.RobotML.impl.OnPropertyImpl <em>On Property</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.OnPropertyImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getOnProperty()
* @generated
@@ -11858,7 +11858,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Property</b></em>' reference feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EReference ON_PROPERTY__PROPERTY = eINSTANCE.getOnProperty_Property();
@@ -11867,7 +11867,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Base Parameter</b></em>' reference feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EReference ON_PROPERTY__BASE_PARAMETER = eINSTANCE.getOnProperty_Base_Parameter();
@@ -11876,7 +11876,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.RobotML.impl.ChassisImpl <em>Chassis</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.ChassisImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getChassis()
* @generated
@@ -11887,7 +11887,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.RobotML.impl.SupportingStructureImpl <em>Supporting Structure</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.SupportingStructureImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getSupportingStructure()
* @generated
@@ -11898,7 +11898,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.RobotML.impl.MechanicalLinkageImpl <em>Mechanical Linkage</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.MechanicalLinkageImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getMechanicalLinkage()
* @generated
@@ -11909,7 +11909,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.RobotML.impl.LegImpl <em>Leg</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.LegImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getLeg()
* @generated
@@ -11920,7 +11920,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.RobotML.impl.LocomotionHardwareImpl <em>Locomotion Hardware</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.LocomotionHardwareImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getLocomotionHardware()
* @generated
@@ -11931,7 +11931,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.RobotML.impl.ActuatorHardwareImpl <em>Actuator Hardware</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.ActuatorHardwareImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getActuatorHardware()
* @generated
@@ -11942,7 +11942,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.RobotML.impl.MobileRobotImpl <em>Mobile Robot</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.MobileRobotImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getMobileRobot()
* @generated
@@ -11953,7 +11953,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '<em><b>Kind</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EAttribute MOBILE_ROBOT__KIND = eINSTANCE.getMobileRobot_Kind();
@@ -11962,7 +11962,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.RobotML.impl.ManipulatorImpl <em>Manipulator</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.ManipulatorImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getManipulator()
* @generated
@@ -11973,7 +11973,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.RobotML.impl.PilotedSystemImpl <em>Piloted System</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.PilotedSystemImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getPilotedSystem()
* @generated
@@ -11984,7 +11984,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.RobotML.impl.PowerHardwareImpl <em>Power Hardware</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.PowerHardwareImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getPowerHardware()
* @generated
@@ -11995,7 +11995,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.RobotML.impl.SensorHardwareImpl <em>Sensor Hardware</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.SensorHardwareImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getSensorHardware()
* @generated
@@ -12006,7 +12006,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.RobotML.impl.GraspingHardwareImpl <em>Grasping Hardware</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.GraspingHardwareImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getGraspingHardware()
* @generated
@@ -12017,7 +12017,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.RobotML.impl.SteeredWheelHardwareImpl <em>Steered Wheel Hardware</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.SteeredWheelHardwareImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getSteeredWheelHardware()
* @generated
@@ -12028,7 +12028,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.RobotML.impl.ArmImpl <em>Arm</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.ArmImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getArm()
* @generated
@@ -12039,7 +12039,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.RobotML.impl.LegSystemImpl <em>Leg System</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.LegSystemImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getLegSystem()
* @generated
@@ -12050,7 +12050,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.RobotML.impl.GraspingSystemImpl <em>Grasping System</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.GraspingSystemImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getGraspingSystem()
* @generated
@@ -12061,7 +12061,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.RobotML.impl.WeaponSystemImpl <em>Weapon System</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.WeaponSystemImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getWeaponSystem()
* @generated
@@ -12072,7 +12072,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.RobotML.impl.ManMachineInterfaceSystemImpl <em>Man Machine Interface System</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.ManMachineInterfaceSystemImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getManMachineInterfaceSystem()
* @generated
@@ -12083,7 +12083,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.RobotML.impl.ClosedLoopControlSystemImpl <em>Closed Loop Control System</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.ClosedLoopControlSystemImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getClosedLoopControlSystem()
* @generated
@@ -12094,7 +12094,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.RobotML.impl.OpenLoopControlSystemImpl <em>Open Loop Control System</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.OpenLoopControlSystemImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getOpenLoopControlSystem()
* @generated
@@ -12105,7 +12105,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.RobotML.impl.RoboticHeadImpl <em>Robotic Head</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.RoboticHeadImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getRoboticHead()
* @generated
@@ -12116,7 +12116,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.RobotML.impl.NavigationCommandSystemImpl <em>Navigation Command System</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.NavigationCommandSystemImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getNavigationCommandSystem()
* @generated
@@ -12127,7 +12127,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.RobotML.impl.JoysticNavigationSystemImpl <em>Joystic Navigation System</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.impl.JoysticNavigationSystemImpl
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getJoysticNavigationSystem()
* @generated
@@ -12138,7 +12138,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.RobotML.SynchronizationKind <em>Synchronization Kind</em>}' enum.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.SynchronizationKind
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getSynchronizationKind()
* @generated
@@ -12149,7 +12149,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.RobotML.DataFlowDirectionKind <em>Data Flow Direction Kind</em>}' enum.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.DataFlowDirectionKind
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getDataFlowDirectionKind()
* @generated
@@ -12160,7 +12160,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.RobotML.ServiceFlowKind <em>Service Flow Kind</em>}' enum.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.ServiceFlowKind
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getServiceFlowKind()
* @generated
@@ -12171,7 +12171,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.RobotML.UGVKind <em>UGV Kind</em>}' enum.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.UGVKind
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getUGVKind()
* @generated
@@ -12182,7 +12182,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.RobotML.RoboticMiddlewareKind <em>Robotic Middleware Kind</em>}' enum.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.RoboticMiddlewareKind
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getRoboticMiddlewareKind()
* @generated
@@ -12193,7 +12193,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.RobotML.Shade <em>Shade</em>}' enum.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.Shade
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getShade()
* @generated
@@ -12204,7 +12204,7 @@ public interface RobotMLPackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.RobotML.MobileRobotKind <em>Mobile Robot Kind</em>}' enum.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.MobileRobotKind
* @see org.eclipse.papyrus.RobotML.impl.RobotMLPackageImpl#getMobileRobotKind()
* @generated
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/RoboticMiddleware.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/RoboticMiddleware.java
index 122040e5a4d..5a2fa873e2d 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/RoboticMiddleware.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/RoboticMiddleware.java
@@ -28,7 +28,7 @@ public interface RoboticMiddleware extends Platform {
* If the meaning of the '<em>Kind</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Kind</em>' attribute.
* @see org.eclipse.papyrus.RobotML.RoboticMiddlewareKind
* @see #setKind(RoboticMiddlewareKind)
@@ -42,7 +42,7 @@ public interface RoboticMiddleware extends Platform {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.RoboticMiddleware#getKind <em>Kind</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Kind</em>' attribute.
* @see org.eclipse.papyrus.RobotML.RoboticMiddlewareKind
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/RoboticMiddlewareKind.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/RoboticMiddlewareKind.java
index 5b03b97f047..dafe7adc325 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/RoboticMiddlewareKind.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/RoboticMiddlewareKind.java
@@ -13,7 +13,7 @@ import org.eclipse.emf.common.util.Enumerator;
* A representation of the literals of the enumeration '<em><b>Robotic Middleware Kind</b></em>',
* and utility methods for working with them.
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getRoboticMiddlewareKind()
* @model
* @generated
@@ -23,7 +23,7 @@ public enum RoboticMiddlewareKind implements Enumerator {
* The '<em><b>RT Maps</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #RT_MAPS_VALUE
* @generated
* @ordered
@@ -34,7 +34,7 @@ public enum RoboticMiddlewareKind implements Enumerator {
* The '<em><b>AROCAM</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #AROCAM_VALUE
* @generated
* @ordered
@@ -45,7 +45,7 @@ public enum RoboticMiddlewareKind implements Enumerator {
* The '<em><b>ROS</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #ROS_VALUE
* @generated
* @ordered
@@ -56,7 +56,7 @@ public enum RoboticMiddlewareKind implements Enumerator {
* The '<em><b>OROCOS</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #OROCOS_VALUE
* @generated
* @ordered
@@ -67,7 +67,7 @@ public enum RoboticMiddlewareKind implements Enumerator {
* The '<em><b>URBI</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #URBI_VALUE
* @generated
* @ordered
@@ -81,7 +81,7 @@ public enum RoboticMiddlewareKind implements Enumerator {
* If the meaning of '<em><b>RT Maps</b></em>' literal object isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @see #RT_MAPS
* @model name="RTMaps"
* @generated
@@ -96,7 +96,7 @@ public enum RoboticMiddlewareKind implements Enumerator {
* If the meaning of '<em><b>AROCAM</b></em>' literal object isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @see #AROCAM
* @model
* @generated
@@ -111,7 +111,7 @@ public enum RoboticMiddlewareKind implements Enumerator {
* If the meaning of '<em><b>ROS</b></em>' literal object isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @see #ROS
* @model
* @generated
@@ -126,7 +126,7 @@ public enum RoboticMiddlewareKind implements Enumerator {
* If the meaning of '<em><b>OROCOS</b></em>' literal object isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @see #OROCOS
* @model
* @generated
@@ -141,7 +141,7 @@ public enum RoboticMiddlewareKind implements Enumerator {
* If the meaning of '<em><b>URBI</b></em>' literal object isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @see #URBI
* @model
* @generated
@@ -153,7 +153,7 @@ public enum RoboticMiddlewareKind implements Enumerator {
* An array of all the '<em><b>Robotic Middleware Kind</b></em>' enumerators.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private static final RoboticMiddlewareKind[] VALUES_ARRAY =
@@ -169,7 +169,7 @@ public enum RoboticMiddlewareKind implements Enumerator {
* A public read-only list of all the '<em><b>Robotic Middleware Kind</b></em>' enumerators.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public static final List<RoboticMiddlewareKind> VALUES = Collections.unmodifiableList(Arrays.asList(VALUES_ARRAY));
@@ -178,7 +178,7 @@ public enum RoboticMiddlewareKind implements Enumerator {
* Returns the '<em><b>Robotic Middleware Kind</b></em>' literal with the specified literal value.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public static RoboticMiddlewareKind get(String literal) {
@@ -195,7 +195,7 @@ public enum RoboticMiddlewareKind implements Enumerator {
* Returns the '<em><b>Robotic Middleware Kind</b></em>' literal with the specified name.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public static RoboticMiddlewareKind getByName(String name) {
@@ -212,7 +212,7 @@ public enum RoboticMiddlewareKind implements Enumerator {
* Returns the '<em><b>Robotic Middleware Kind</b></em>' literal with the specified integer value.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public static RoboticMiddlewareKind get(int value) {
@@ -234,7 +234,7 @@ public enum RoboticMiddlewareKind implements Enumerator {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private final int value;
@@ -242,7 +242,7 @@ public enum RoboticMiddlewareKind implements Enumerator {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private final String name;
@@ -250,7 +250,7 @@ public enum RoboticMiddlewareKind implements Enumerator {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private final String literal;
@@ -259,7 +259,7 @@ public enum RoboticMiddlewareKind implements Enumerator {
* Only this class can construct instances.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private RoboticMiddlewareKind(int value, String name, String literal) {
@@ -271,7 +271,7 @@ public enum RoboticMiddlewareKind implements Enumerator {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public int getValue() {
@@ -281,7 +281,7 @@ public enum RoboticMiddlewareKind implements Enumerator {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public String getName() {
@@ -291,7 +291,7 @@ public enum RoboticMiddlewareKind implements Enumerator {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public String getLiteral() {
@@ -302,7 +302,7 @@ public enum RoboticMiddlewareKind implements Enumerator {
* Returns the literal value of the enumerator, which is its string representation.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/RoboticSystem.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/RoboticSystem.java
index f43ba6000d5..305f5b48410 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/RoboticSystem.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/RoboticSystem.java
@@ -29,7 +29,7 @@ public interface RoboticSystem extends org.eclipse.papyrus.RobotML.System {
* If the meaning of the '<em>Local Position</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>Local Position</em>' containment reference.
* @see #setLocalPosition(Point32)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getRoboticSystem_LocalPosition()
@@ -42,7 +42,7 @@ public interface RoboticSystem extends org.eclipse.papyrus.RobotML.System {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.RoboticSystem#getLocalPosition <em>Local Position</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Local Position</em>' containment reference.
* @see #getLocalPosition()
@@ -57,7 +57,7 @@ public interface RoboticSystem extends org.eclipse.papyrus.RobotML.System {
* If the meaning of the '<em>Local Orientation</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>Local Orientation</em>' containment reference.
* @see #setLocalOrientation(Point32)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getRoboticSystem_LocalOrientation()
@@ -70,7 +70,7 @@ public interface RoboticSystem extends org.eclipse.papyrus.RobotML.System {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.RoboticSystem#getLocalOrientation <em>Local Orientation</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Local Orientation</em>' containment reference.
* @see #getLocalOrientation()
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/SensorSystem.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/SensorSystem.java
index 56326b3d33a..7afed0cffbf 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/SensorSystem.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/SensorSystem.java
@@ -28,7 +28,7 @@ public interface SensorSystem extends RoboticSystem, CyberPhysicalSystem {
* If the meaning of the '<em>Frequency</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Frequency</em>' attribute.
* @see #setFrequency(float)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getSensorSystem_Frequency()
@@ -41,7 +41,7 @@ public interface SensorSystem extends RoboticSystem, CyberPhysicalSystem {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.SensorSystem#getFrequency <em>Frequency</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Frequency</em>' attribute.
* @see #getFrequency()
@@ -56,7 +56,7 @@ public interface SensorSystem extends RoboticSystem, CyberPhysicalSystem {
* If the meaning of the '<em>Identifier</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Identifier</em>' attribute.
* @see #setIdentifier(String)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getSensorSystem_Identifier()
@@ -69,7 +69,7 @@ public interface SensorSystem extends RoboticSystem, CyberPhysicalSystem {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.SensorSystem#getIdentifier <em>Identifier</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Identifier</em>' attribute.
* @see #getIdentifier()
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/ServiceFlowKind.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/ServiceFlowKind.java
index bdda63dea7c..87790695e1a 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/ServiceFlowKind.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/ServiceFlowKind.java
@@ -13,7 +13,7 @@ import org.eclipse.emf.common.util.Enumerator;
* A representation of the literals of the enumeration '<em><b>Service Flow Kind</b></em>',
* and utility methods for working with them.
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getServiceFlowKind()
* @model
* @generated
@@ -23,7 +23,7 @@ public enum ServiceFlowKind implements Enumerator {
* The '<em><b>Provided</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #PROVIDED_VALUE
* @generated
* @ordered
@@ -34,7 +34,7 @@ public enum ServiceFlowKind implements Enumerator {
* The '<em><b>Required</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #REQUIRED_VALUE
* @generated
* @ordered
@@ -48,7 +48,7 @@ public enum ServiceFlowKind implements Enumerator {
* If the meaning of '<em><b>Provided</b></em>' literal object isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @see #PROVIDED
* @model name="provided"
* @generated
@@ -63,7 +63,7 @@ public enum ServiceFlowKind implements Enumerator {
* If the meaning of '<em><b>Required</b></em>' literal object isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @see #REQUIRED
* @model name="required"
* @generated
@@ -75,7 +75,7 @@ public enum ServiceFlowKind implements Enumerator {
* An array of all the '<em><b>Service Flow Kind</b></em>' enumerators.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private static final ServiceFlowKind[] VALUES_ARRAY =
@@ -88,7 +88,7 @@ public enum ServiceFlowKind implements Enumerator {
* A public read-only list of all the '<em><b>Service Flow Kind</b></em>' enumerators.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public static final List<ServiceFlowKind> VALUES = Collections.unmodifiableList(Arrays.asList(VALUES_ARRAY));
@@ -97,7 +97,7 @@ public enum ServiceFlowKind implements Enumerator {
* Returns the '<em><b>Service Flow Kind</b></em>' literal with the specified literal value.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public static ServiceFlowKind get(String literal) {
@@ -114,7 +114,7 @@ public enum ServiceFlowKind implements Enumerator {
* Returns the '<em><b>Service Flow Kind</b></em>' literal with the specified name.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public static ServiceFlowKind getByName(String name) {
@@ -131,7 +131,7 @@ public enum ServiceFlowKind implements Enumerator {
* Returns the '<em><b>Service Flow Kind</b></em>' literal with the specified integer value.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public static ServiceFlowKind get(int value) {
@@ -147,7 +147,7 @@ public enum ServiceFlowKind implements Enumerator {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private final int value;
@@ -155,7 +155,7 @@ public enum ServiceFlowKind implements Enumerator {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private final String name;
@@ -163,7 +163,7 @@ public enum ServiceFlowKind implements Enumerator {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private final String literal;
@@ -172,7 +172,7 @@ public enum ServiceFlowKind implements Enumerator {
* Only this class can construct instances.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private ServiceFlowKind(int value, String name, String literal) {
@@ -184,7 +184,7 @@ public enum ServiceFlowKind implements Enumerator {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public int getValue() {
@@ -194,7 +194,7 @@ public enum ServiceFlowKind implements Enumerator {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public String getName() {
@@ -204,7 +204,7 @@ public enum ServiceFlowKind implements Enumerator {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public String getLiteral() {
@@ -215,7 +215,7 @@ public enum ServiceFlowKind implements Enumerator {
* Returns the literal value of the enumerator, which is its string representation.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/ServicePort.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/ServicePort.java
index b6ef87d2847..526b007a96d 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/ServicePort.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/ServicePort.java
@@ -28,7 +28,7 @@ public interface ServicePort extends Port {
* If the meaning of the '<em>Kind</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Kind</em>' attribute.
* @see org.eclipse.papyrus.RobotML.ServiceFlowKind
* @see #setKind(ServiceFlowKind)
@@ -42,7 +42,7 @@ public interface ServicePort extends Port {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.ServicePort#getKind <em>Kind</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Kind</em>' attribute.
* @see org.eclipse.papyrus.RobotML.ServiceFlowKind
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/Shade.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/Shade.java
index d5391eed3d9..3d62b962bd2 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/Shade.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/Shade.java
@@ -13,7 +13,7 @@ import org.eclipse.emf.common.util.Enumerator;
* A representation of the literals of the enumeration '<em><b>Shade</b></em>',
* and utility methods for working with them.
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getShade()
* @model
* @generated
@@ -23,7 +23,7 @@ public enum Shade implements Enumerator {
* The '<em><b>WIREFRAME</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #WIREFRAME_VALUE
* @generated
* @ordered
@@ -34,7 +34,7 @@ public enum Shade implements Enumerator {
* The '<em><b>BOUNDBOX</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #BOUNDBOX_VALUE
* @generated
* @ordered
@@ -45,7 +45,7 @@ public enum Shade implements Enumerator {
* The '<em><b>SOLID</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #SOLID_VALUE
* @generated
* @ordered
@@ -56,7 +56,7 @@ public enum Shade implements Enumerator {
* The '<em><b>TEXTURED</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #TEXTURED_VALUE
* @generated
* @ordered
@@ -70,7 +70,7 @@ public enum Shade implements Enumerator {
* If the meaning of '<em><b>WIREFRAME</b></em>' literal object isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @see #WIREFRAME
* @model
* @generated
@@ -85,7 +85,7 @@ public enum Shade implements Enumerator {
* If the meaning of '<em><b>BOUNDBOX</b></em>' literal object isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @see #BOUNDBOX
* @model
* @generated
@@ -100,7 +100,7 @@ public enum Shade implements Enumerator {
* If the meaning of '<em><b>SOLID</b></em>' literal object isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @see #SOLID
* @model
* @generated
@@ -115,7 +115,7 @@ public enum Shade implements Enumerator {
* If the meaning of '<em><b>TEXTURED</b></em>' literal object isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @see #TEXTURED
* @model
* @generated
@@ -127,7 +127,7 @@ public enum Shade implements Enumerator {
* An array of all the '<em><b>Shade</b></em>' enumerators.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private static final Shade[] VALUES_ARRAY =
@@ -142,7 +142,7 @@ public enum Shade implements Enumerator {
* A public read-only list of all the '<em><b>Shade</b></em>' enumerators.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public static final List<Shade> VALUES = Collections.unmodifiableList(Arrays.asList(VALUES_ARRAY));
@@ -151,7 +151,7 @@ public enum Shade implements Enumerator {
* Returns the '<em><b>Shade</b></em>' literal with the specified literal value.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public static Shade get(String literal) {
@@ -168,7 +168,7 @@ public enum Shade implements Enumerator {
* Returns the '<em><b>Shade</b></em>' literal with the specified name.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public static Shade getByName(String name) {
@@ -185,7 +185,7 @@ public enum Shade implements Enumerator {
* Returns the '<em><b>Shade</b></em>' literal with the specified integer value.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public static Shade get(int value) {
@@ -205,7 +205,7 @@ public enum Shade implements Enumerator {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private final int value;
@@ -213,7 +213,7 @@ public enum Shade implements Enumerator {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private final String name;
@@ -221,7 +221,7 @@ public enum Shade implements Enumerator {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private final String literal;
@@ -230,7 +230,7 @@ public enum Shade implements Enumerator {
* Only this class can construct instances.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private Shade(int value, String name, String literal) {
@@ -242,7 +242,7 @@ public enum Shade implements Enumerator {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public int getValue() {
@@ -252,7 +252,7 @@ public enum Shade implements Enumerator {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public String getName() {
@@ -262,7 +262,7 @@ public enum Shade implements Enumerator {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public String getLiteral() {
@@ -273,7 +273,7 @@ public enum Shade implements Enumerator {
* Returns the literal value of the enumerator, which is its string representation.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/Software.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/Software.java
index 79ef1049c82..230fd1bb073 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/Software.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/Software.java
@@ -31,7 +31,7 @@ public interface Software extends org.eclipse.papyrus.RobotML.System {
* If the meaning of the '<em>Is Periodic</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Is Periodic</em>' attribute.
* @see #setIsPeriodic(boolean)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getSoftware_IsPeriodic()
@@ -44,7 +44,7 @@ public interface Software extends org.eclipse.papyrus.RobotML.System {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.Software#isIsPeriodic <em>Is Periodic</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Is Periodic</em>' attribute.
* @see #isIsPeriodic()
@@ -59,7 +59,7 @@ public interface Software extends org.eclipse.papyrus.RobotML.System {
* If the meaning of the '<em>Period</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Period</em>' attribute.
* @see #setPeriod(float)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getSoftware_Period()
@@ -72,7 +72,7 @@ public interface Software extends org.eclipse.papyrus.RobotML.System {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.Software#getPeriod <em>Period</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Period</em>' attribute.
* @see #getPeriod()
@@ -87,7 +87,7 @@ public interface Software extends org.eclipse.papyrus.RobotML.System {
* If the meaning of the '<em>Priority</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Priority</em>' attribute.
* @see #setPriority(char)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getSoftware_Priority()
@@ -100,7 +100,7 @@ public interface Software extends org.eclipse.papyrus.RobotML.System {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.Software#getPriority <em>Priority</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Priority</em>' attribute.
* @see #getPriority()
@@ -115,7 +115,7 @@ public interface Software extends org.eclipse.papyrus.RobotML.System {
* If the meaning of the '<em>Deadline</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Deadline</em>' attribute.
* @see #setDeadline(float)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getSoftware_Deadline()
@@ -128,7 +128,7 @@ public interface Software extends org.eclipse.papyrus.RobotML.System {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.Software#getDeadline <em>Deadline</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Deadline</em>' attribute.
* @see #getDeadline()
@@ -143,7 +143,7 @@ public interface Software extends org.eclipse.papyrus.RobotML.System {
* If the meaning of the '<em>Wcet</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Wcet</em>' attribute.
* @see #setWcet(float)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getSoftware_Wcet()
@@ -156,7 +156,7 @@ public interface Software extends org.eclipse.papyrus.RobotML.System {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.Software#getWcet <em>Wcet</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Wcet</em>' attribute.
* @see #getWcet()
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/State.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/State.java
index b23b0470285..23111e63316 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/State.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/State.java
@@ -3,7 +3,6 @@
package org.eclipse.papyrus.RobotML;
import org.eclipse.emf.ecore.EObject;
-
import org.eclipse.uml2.uml.Behavior;
/**
@@ -36,7 +35,7 @@ public interface State extends EObject {
* If the meaning of the '<em>Base State</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 State</em>' reference.
* @see #setBase_State(org.eclipse.uml2.uml.State)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getState_Base_State()
@@ -49,7 +48,7 @@ public interface State extends EObject {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.State#getBase_State <em>Base State</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Base State</em>' reference.
* @see #getBase_State()
@@ -64,7 +63,7 @@ public interface State extends EObject {
* If the meaning of the '<em>Behavior</em>' reference isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Behavior</em>' reference.
* @see #setBehavior(Behavior)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getState_Behavior()
@@ -77,7 +76,7 @@ public interface State extends EObject {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.State#getBehavior <em>Behavior</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Behavior</em>' reference.
* @see #getBehavior()
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/SteeredWheelSystem.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/SteeredWheelSystem.java
index 92c73ca9d5b..6dd92d5afde 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/SteeredWheelSystem.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/SteeredWheelSystem.java
@@ -42,7 +42,7 @@ public interface SteeredWheelSystem extends LocomotionSystem {
* If the meaning of the '<em>Wheel Radius</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Wheel Radius</em>' attribute.
* @see #setWheelRadius(float)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getSteeredWheelSystem_WheelRadius()
@@ -55,7 +55,7 @@ public interface SteeredWheelSystem extends LocomotionSystem {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.SteeredWheelSystem#getWheelRadius <em>Wheel Radius</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Wheel Radius</em>' attribute.
* @see #getWheelRadius()
@@ -70,7 +70,7 @@ public interface SteeredWheelSystem extends LocomotionSystem {
* If the meaning of the '<em>Wheel 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>Wheel Width</em>' attribute.
* @see #setWheelWidth(float)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getSteeredWheelSystem_WheelWidth()
@@ -83,7 +83,7 @@ public interface SteeredWheelSystem extends LocomotionSystem {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.SteeredWheelSystem#getWheelWidth <em>Wheel Width</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Wheel Width</em>' attribute.
* @see #getWheelWidth()
@@ -98,7 +98,7 @@ public interface SteeredWheelSystem extends LocomotionSystem {
* If the meaning of the '<em>Suspension Rest Length</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Suspension Rest Length</em>' attribute.
* @see #setSuspensionRestLength(float)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getSteeredWheelSystem_SuspensionRestLength()
@@ -111,7 +111,7 @@ public interface SteeredWheelSystem extends LocomotionSystem {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.SteeredWheelSystem#getSuspensionRestLength <em>Suspension Rest Length</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Suspension Rest Length</em>' attribute.
* @see #getSuspensionRestLength()
@@ -126,7 +126,7 @@ public interface SteeredWheelSystem extends LocomotionSystem {
* If the meaning of the '<em>Wheel Connection 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>Wheel Connection Height</em>' attribute.
* @see #setWheelConnectionHeight(float)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getSteeredWheelSystem_WheelConnectionHeight()
@@ -139,7 +139,7 @@ public interface SteeredWheelSystem extends LocomotionSystem {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.SteeredWheelSystem#getWheelConnectionHeight <em>Wheel Connection Height</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Wheel Connection Height</em>' attribute.
* @see #getWheelConnectionHeight()
@@ -154,7 +154,7 @@ public interface SteeredWheelSystem extends LocomotionSystem {
* If the meaning of the '<em>Type Of Wheel</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Type Of Wheel</em>' attribute.
* @see #setTypeOfWheel(String)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getSteeredWheelSystem_TypeOfWheel()
@@ -167,7 +167,7 @@ public interface SteeredWheelSystem extends LocomotionSystem {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.SteeredWheelSystem#getTypeOfWheel <em>Type Of Wheel</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Type Of Wheel</em>' attribute.
* @see #getTypeOfWheel()
@@ -182,7 +182,7 @@ public interface SteeredWheelSystem extends LocomotionSystem {
* If the meaning of the '<em>Wheel Velocity PI Dkp</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Wheel Velocity PI Dkp</em>' attribute.
* @see #setWheelVelocityPIDkp(float)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getSteeredWheelSystem_WheelVelocityPIDkp()
@@ -195,7 +195,7 @@ public interface SteeredWheelSystem extends LocomotionSystem {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.SteeredWheelSystem#getWheelVelocityPIDkp <em>Wheel Velocity PI Dkp</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Wheel Velocity PI Dkp</em>' attribute.
* @see #getWheelVelocityPIDkp()
@@ -210,7 +210,7 @@ public interface SteeredWheelSystem extends LocomotionSystem {
* If the meaning of the '<em>Wheel Velocity PI Dki</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Wheel Velocity PI Dki</em>' attribute.
* @see #setWheelVelocityPIDki(float)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getSteeredWheelSystem_WheelVelocityPIDki()
@@ -223,7 +223,7 @@ public interface SteeredWheelSystem extends LocomotionSystem {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.SteeredWheelSystem#getWheelVelocityPIDki <em>Wheel Velocity PI Dki</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Wheel Velocity PI Dki</em>' attribute.
* @see #getWheelVelocityPIDki()
@@ -238,7 +238,7 @@ public interface SteeredWheelSystem extends LocomotionSystem {
* If the meaning of the '<em>Wheel Velocity PI Dkd</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Wheel Velocity PI Dkd</em>' attribute.
* @see #setWheelVelocityPIDkd(float)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getSteeredWheelSystem_WheelVelocityPIDkd()
@@ -251,7 +251,7 @@ public interface SteeredWheelSystem extends LocomotionSystem {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.SteeredWheelSystem#getWheelVelocityPIDkd <em>Wheel Velocity PI Dkd</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Wheel Velocity PI Dkd</em>' attribute.
* @see #getWheelVelocityPIDkd()
@@ -266,7 +266,7 @@ public interface SteeredWheelSystem extends LocomotionSystem {
* If the meaning of the '<em>Wheel Steering PI Dkp</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Wheel Steering PI Dkp</em>' attribute.
* @see #setWheelSteeringPIDkp(float)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getSteeredWheelSystem_WheelSteeringPIDkp()
@@ -279,7 +279,7 @@ public interface SteeredWheelSystem extends LocomotionSystem {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.SteeredWheelSystem#getWheelSteeringPIDkp <em>Wheel Steering PI Dkp</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Wheel Steering PI Dkp</em>' attribute.
* @see #getWheelSteeringPIDkp()
@@ -294,7 +294,7 @@ public interface SteeredWheelSystem extends LocomotionSystem {
* If the meaning of the '<em>Wheel Steering PI Dkd</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Wheel Steering PI Dkd</em>' attribute.
* @see #setWheelSteeringPIDkd(float)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getSteeredWheelSystem_WheelSteeringPIDkd()
@@ -307,7 +307,7 @@ public interface SteeredWheelSystem extends LocomotionSystem {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.SteeredWheelSystem#getWheelSteeringPIDkd <em>Wheel Steering PI Dkd</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Wheel Steering PI Dkd</em>' attribute.
* @see #getWheelSteeringPIDkd()
@@ -322,7 +322,7 @@ public interface SteeredWheelSystem extends LocomotionSystem {
* If the meaning of the '<em>Wheel Friction</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Wheel Friction</em>' attribute.
* @see #setWheelFriction(float)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getSteeredWheelSystem_WheelFriction()
@@ -335,7 +335,7 @@ public interface SteeredWheelSystem extends LocomotionSystem {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.SteeredWheelSystem#getWheelFriction <em>Wheel Friction</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Wheel Friction</em>' attribute.
* @see #getWheelFriction()
@@ -350,7 +350,7 @@ public interface SteeredWheelSystem extends LocomotionSystem {
* If the meaning of the '<em>Suspension Stiffness</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Suspension Stiffness</em>' attribute.
* @see #setSuspensionStiffness(float)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getSteeredWheelSystem_SuspensionStiffness()
@@ -363,7 +363,7 @@ public interface SteeredWheelSystem extends LocomotionSystem {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.SteeredWheelSystem#getSuspensionStiffness <em>Suspension Stiffness</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Suspension Stiffness</em>' attribute.
* @see #getSuspensionStiffness()
@@ -378,7 +378,7 @@ public interface SteeredWheelSystem extends LocomotionSystem {
* If the meaning of the '<em>Suspension Damping</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Suspension Damping</em>' attribute.
* @see #setSuspensionDamping(float)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getSteeredWheelSystem_SuspensionDamping()
@@ -391,7 +391,7 @@ public interface SteeredWheelSystem extends LocomotionSystem {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.SteeredWheelSystem#getSuspensionDamping <em>Suspension Damping</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Suspension Damping</em>' attribute.
* @see #getSuspensionDamping()
@@ -406,7 +406,7 @@ public interface SteeredWheelSystem extends LocomotionSystem {
* If the meaning of the '<em>Suspension Compression</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Suspension Compression</em>' attribute.
* @see #setSuspensionCompression(float)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getSteeredWheelSystem_SuspensionCompression()
@@ -419,7 +419,7 @@ public interface SteeredWheelSystem extends LocomotionSystem {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.SteeredWheelSystem#getSuspensionCompression <em>Suspension Compression</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Suspension Compression</em>' attribute.
* @see #getSuspensionCompression()
@@ -434,7 +434,7 @@ public interface SteeredWheelSystem extends LocomotionSystem {
* If the meaning of the '<em>Wheel Velocity PI Dmax Sum</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Wheel Velocity PI Dmax Sum</em>' attribute.
* @see #setWheelVelocityPIDmaxSum(float)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getSteeredWheelSystem_WheelVelocityPIDmaxSum()
@@ -447,7 +447,7 @@ public interface SteeredWheelSystem extends LocomotionSystem {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.SteeredWheelSystem#getWheelVelocityPIDmaxSum <em>Wheel Velocity PI Dmax Sum</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Wheel Velocity PI Dmax Sum</em>' attribute.
* @see #getWheelVelocityPIDmaxSum()
@@ -462,7 +462,7 @@ public interface SteeredWheelSystem extends LocomotionSystem {
* If the meaning of the '<em>Wheel Velocity PI Dmax Val</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Wheel Velocity PI Dmax Val</em>' attribute.
* @see #setWheelVelocityPIDmaxVal(float)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getSteeredWheelSystem_WheelVelocityPIDmaxVal()
@@ -475,7 +475,7 @@ public interface SteeredWheelSystem extends LocomotionSystem {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.SteeredWheelSystem#getWheelVelocityPIDmaxVal <em>Wheel Velocity PI Dmax Val</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Wheel Velocity PI Dmax Val</em>' attribute.
* @see #getWheelVelocityPIDmaxVal()
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/SynchronizationKind.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/SynchronizationKind.java
index 1dcac7df7d1..294265164ff 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/SynchronizationKind.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/SynchronizationKind.java
@@ -13,7 +13,7 @@ import org.eclipse.emf.common.util.Enumerator;
* A representation of the literals of the enumeration '<em><b>Synchronization Kind</b></em>',
* and utility methods for working with them.
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getSynchronizationKind()
* @model
* @generated
@@ -23,7 +23,7 @@ public enum SynchronizationKind implements Enumerator {
* The '<em><b>SYNCH</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #SYNCH_VALUE
* @generated
* @ordered
@@ -34,7 +34,7 @@ public enum SynchronizationKind implements Enumerator {
* The '<em><b>ASYNCH</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #ASYNCH_VALUE
* @generated
* @ordered
@@ -45,7 +45,7 @@ public enum SynchronizationKind implements Enumerator {
* The '<em><b>Undefined</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #UNDEFINED_VALUE
* @generated
* @ordered
@@ -59,7 +59,7 @@ public enum SynchronizationKind implements Enumerator {
* If the meaning of '<em><b>SYNCH</b></em>' literal object isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @see #SYNCH
* @model
* @generated
@@ -74,7 +74,7 @@ public enum SynchronizationKind implements Enumerator {
* If the meaning of '<em><b>ASYNCH</b></em>' literal object isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @see #ASYNCH
* @model
* @generated
@@ -89,7 +89,7 @@ public enum SynchronizationKind implements Enumerator {
* If the meaning of '<em><b>Undefined</b></em>' literal object isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @see #UNDEFINED
* @model name="undefined"
* @generated
@@ -101,7 +101,7 @@ public enum SynchronizationKind implements Enumerator {
* An array of all the '<em><b>Synchronization Kind</b></em>' enumerators.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private static final SynchronizationKind[] VALUES_ARRAY =
@@ -115,7 +115,7 @@ public enum SynchronizationKind implements Enumerator {
* A public read-only list of all the '<em><b>Synchronization Kind</b></em>' enumerators.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public static final List<SynchronizationKind> VALUES = Collections.unmodifiableList(Arrays.asList(VALUES_ARRAY));
@@ -124,7 +124,7 @@ public enum SynchronizationKind implements Enumerator {
* Returns the '<em><b>Synchronization Kind</b></em>' literal with the specified literal value.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public static SynchronizationKind get(String literal) {
@@ -141,7 +141,7 @@ public enum SynchronizationKind implements Enumerator {
* Returns the '<em><b>Synchronization Kind</b></em>' literal with the specified name.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public static SynchronizationKind getByName(String name) {
@@ -158,7 +158,7 @@ public enum SynchronizationKind implements Enumerator {
* Returns the '<em><b>Synchronization Kind</b></em>' literal with the specified integer value.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public static SynchronizationKind get(int value) {
@@ -176,7 +176,7 @@ public enum SynchronizationKind implements Enumerator {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private final int value;
@@ -184,7 +184,7 @@ public enum SynchronizationKind implements Enumerator {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private final String name;
@@ -192,7 +192,7 @@ public enum SynchronizationKind implements Enumerator {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private final String literal;
@@ -201,7 +201,7 @@ public enum SynchronizationKind implements Enumerator {
* Only this class can construct instances.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private SynchronizationKind(int value, String name, String literal) {
@@ -213,7 +213,7 @@ public enum SynchronizationKind implements Enumerator {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public int getValue() {
@@ -223,7 +223,7 @@ public enum SynchronizationKind implements Enumerator {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public String getName() {
@@ -233,7 +233,7 @@ public enum SynchronizationKind implements Enumerator {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public String getLiteral() {
@@ -244,7 +244,7 @@ public enum SynchronizationKind implements Enumerator {
* Returns the literal value of the enumerator, which is its string representation.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/System.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/System.java
index 5c1d9ee9b46..ed56f662a30 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/System.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/System.java
@@ -31,7 +31,7 @@ public interface System extends EObject {
* If the meaning of the '<em>Base Class</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 Class</em>' reference.
* @see #setBase_Class(org.eclipse.uml2.uml.Class)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getSystem_Base_Class()
@@ -44,7 +44,7 @@ public interface System extends EObject {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.System#getBase_Class <em>Base Class</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Base Class</em>' reference.
* @see #getBase_Class()
@@ -59,7 +59,7 @@ public interface System extends EObject {
* If the meaning of the '<em>Native</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Native</em>' attribute.
* @see #setNative(boolean)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getSystem_Native()
@@ -72,7 +72,7 @@ public interface System extends EObject {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.System#isNative <em>Native</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Native</em>' attribute.
* @see #isNative()
@@ -87,7 +87,7 @@ public interface System extends EObject {
* If the meaning of the '<em>Library Path</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Library Path</em>' attribute.
* @see #setLibraryPath(String)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getSystem_LibraryPath()
@@ -100,7 +100,7 @@ public interface System extends EObject {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.System#getLibraryPath <em>Library Path</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Library Path</em>' attribute.
* @see #getLibraryPath()
@@ -115,7 +115,7 @@ public interface System extends EObject {
* If the meaning of the '<em>Library Component Name</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Library Component Name</em>' attribute.
* @see #setLibraryComponentName(String)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getSystem_LibraryComponentName()
@@ -128,7 +128,7 @@ public interface System extends EObject {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.System#getLibraryComponentName <em>Library Component Name</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Library Component Name</em>' attribute.
* @see #getLibraryComponentName()
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/Transition.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/Transition.java
index 16c0bc38caa..59d946c8176 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/Transition.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/Transition.java
@@ -3,7 +3,6 @@
package org.eclipse.papyrus.RobotML;
import org.eclipse.emf.ecore.EObject;
-
import org.eclipse.uml2.uml.Behavior;
/**
@@ -38,7 +37,7 @@ public interface Transition extends EObject {
* If the meaning of the '<em>Base Transition</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 Transition</em>' reference.
* @see #setBase_Transition(org.eclipse.uml2.uml.Transition)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getTransition_Base_Transition()
@@ -51,7 +50,7 @@ public interface Transition extends EObject {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.Transition#getBase_Transition <em>Base Transition</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Base Transition</em>' reference.
* @see #getBase_Transition()
@@ -66,7 +65,7 @@ public interface Transition extends EObject {
* If the meaning of the '<em>Guard</em>' reference isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Guard</em>' reference.
* @see #setGuard(Behavior)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getTransition_Guard()
@@ -79,7 +78,7 @@ public interface Transition extends EObject {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.Transition#getGuard <em>Guard</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Guard</em>' reference.
* @see #getGuard()
@@ -94,7 +93,7 @@ public interface Transition extends EObject {
* If the meaning of the '<em>Effect</em>' reference isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Effect</em>' reference.
* @see #setEffect(Behavior)
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getTransition_Effect()
@@ -107,7 +106,7 @@ public interface Transition extends EObject {
* Sets the value of the '{@link org.eclipse.papyrus.RobotML.Transition#getEffect <em>Effect</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Effect</em>' reference.
* @see #getEffect()
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/UGVKind.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/UGVKind.java
index d8a672968f9..6afb160e93c 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/UGVKind.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/UGVKind.java
@@ -13,7 +13,7 @@ import org.eclipse.emf.common.util.Enumerator;
* A representation of the literals of the enumeration '<em><b>UGV Kind</b></em>',
* and utility methods for working with them.
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#getUGVKind()
* @model
* @generated
@@ -23,7 +23,7 @@ public enum UGVKind implements Enumerator {
* The '<em><b>Differential</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #DIFFERENTIAL_VALUE
* @generated
* @ordered
@@ -34,7 +34,7 @@ public enum UGVKind implements Enumerator {
* The '<em><b>Car</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #CAR_VALUE
* @generated
* @ordered
@@ -48,7 +48,7 @@ public enum UGVKind implements Enumerator {
* If the meaning of '<em><b>Differential</b></em>' literal object isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @see #DIFFERENTIAL
* @model name="differential"
* @generated
@@ -63,7 +63,7 @@ public enum UGVKind implements Enumerator {
* If the meaning of '<em><b>Car</b></em>' literal object isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @see #CAR
* @model name="car"
* @generated
@@ -75,7 +75,7 @@ public enum UGVKind implements Enumerator {
* An array of all the '<em><b>UGV Kind</b></em>' enumerators.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private static final UGVKind[] VALUES_ARRAY =
@@ -88,7 +88,7 @@ public enum UGVKind implements Enumerator {
* A public read-only list of all the '<em><b>UGV Kind</b></em>' enumerators.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public static final List<UGVKind> VALUES = Collections.unmodifiableList(Arrays.asList(VALUES_ARRAY));
@@ -97,7 +97,7 @@ public enum UGVKind implements Enumerator {
* Returns the '<em><b>UGV Kind</b></em>' literal with the specified literal value.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public static UGVKind get(String literal) {
@@ -114,7 +114,7 @@ public enum UGVKind implements Enumerator {
* Returns the '<em><b>UGV Kind</b></em>' literal with the specified name.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public static UGVKind getByName(String name) {
@@ -131,7 +131,7 @@ public enum UGVKind implements Enumerator {
* Returns the '<em><b>UGV Kind</b></em>' literal with the specified integer value.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public static UGVKind get(int value) {
@@ -147,7 +147,7 @@ public enum UGVKind implements Enumerator {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private final int value;
@@ -155,7 +155,7 @@ public enum UGVKind implements Enumerator {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private final String name;
@@ -163,7 +163,7 @@ public enum UGVKind implements Enumerator {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private final String literal;
@@ -172,7 +172,7 @@ public enum UGVKind implements Enumerator {
* Only this class can construct instances.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private UGVKind(int value, String name, String literal) {
@@ -184,7 +184,7 @@ public enum UGVKind implements Enumerator {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public int getValue() {
@@ -194,7 +194,7 @@ public enum UGVKind implements Enumerator {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public String getName() {
@@ -204,7 +204,7 @@ public enum UGVKind implements Enumerator {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public String getLiteral() {
@@ -215,7 +215,7 @@ public enum UGVKind implements Enumerator {
* Returns the literal value of the enumerator, which is its string representation.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/ActuatedJointImpl.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/ActuatedJointImpl.java
index 23d3072293b..e7fbc9b0607 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/ActuatedJointImpl.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/ActuatedJointImpl.java
@@ -3,7 +3,6 @@
package org.eclipse.papyrus.RobotML.impl;
import org.eclipse.emf.ecore.EClass;
-
import org.eclipse.papyrus.RobotML.ActuatedJoint;
import org.eclipse.papyrus.RobotML.RobotMLPackage;
@@ -20,7 +19,7 @@ public class ActuatedJointImpl extends JointImpl implements ActuatedJoint {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected ActuatedJointImpl() {
@@ -30,7 +29,7 @@ public class ActuatedJointImpl extends JointImpl implements ActuatedJoint {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/ActuatorHardwareImpl.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/ActuatorHardwareImpl.java
index 54f3a3868e4..d004370a537 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/ActuatorHardwareImpl.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/ActuatorHardwareImpl.java
@@ -3,7 +3,6 @@
package org.eclipse.papyrus.RobotML.impl;
import org.eclipse.emf.ecore.EClass;
-
import org.eclipse.papyrus.RobotML.ActuatorHardware;
import org.eclipse.papyrus.RobotML.RobotMLPackage;
@@ -20,7 +19,7 @@ public class ActuatorHardwareImpl extends HardwareImpl implements ActuatorHardwa
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected ActuatorHardwareImpl() {
@@ -30,7 +29,7 @@ public class ActuatorHardwareImpl extends HardwareImpl implements ActuatorHardwa
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/ActuatorSystemImpl.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/ActuatorSystemImpl.java
index 1f4ad88688f..8d9de6c3c0d 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/ActuatorSystemImpl.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/ActuatorSystemImpl.java
@@ -3,7 +3,6 @@
package org.eclipse.papyrus.RobotML.impl;
import org.eclipse.emf.ecore.EClass;
-
import org.eclipse.papyrus.RobotML.ActuatorSystem;
import org.eclipse.papyrus.RobotML.RobotMLPackage;
@@ -20,7 +19,7 @@ public class ActuatorSystemImpl extends RoboticSystemImpl implements ActuatorSys
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected ActuatorSystemImpl() {
@@ -30,7 +29,7 @@ public class ActuatorSystemImpl extends RoboticSystemImpl implements ActuatorSys
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/AgentImpl.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/AgentImpl.java
index 3a00d0df356..d1baad70f81 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/AgentImpl.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/AgentImpl.java
@@ -5,11 +5,8 @@ package org.eclipse.papyrus.RobotML.impl;
import java.util.Collection;
import org.eclipse.emf.common.util.EList;
-
import org.eclipse.emf.ecore.EClass;
-
import org.eclipse.emf.ecore.util.EObjectResolvingEList;
-
import org.eclipse.papyrus.RobotML.Agent;
import org.eclipse.papyrus.RobotML.RobotMLPackage;
import org.eclipse.papyrus.RobotML.Surface;
@@ -32,7 +29,7 @@ public class AgentImpl extends PhysicalObjectImpl implements Agent {
* The cached value of the '{@link #getMovesOver() <em>Moves Over</em>}' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getMovesOver()
* @generated
* @ordered
@@ -42,7 +39,7 @@ public class AgentImpl extends PhysicalObjectImpl implements Agent {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected AgentImpl() {
@@ -52,7 +49,7 @@ public class AgentImpl extends PhysicalObjectImpl implements Agent {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -63,7 +60,7 @@ public class AgentImpl extends PhysicalObjectImpl implements Agent {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EList<Surface> getMovesOver() {
@@ -76,7 +73,7 @@ public class AgentImpl extends PhysicalObjectImpl implements Agent {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -91,7 +88,7 @@ public class AgentImpl extends PhysicalObjectImpl implements Agent {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@SuppressWarnings("unchecked")
@@ -109,7 +106,7 @@ public class AgentImpl extends PhysicalObjectImpl implements Agent {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -125,7 +122,7 @@ public class AgentImpl extends PhysicalObjectImpl implements Agent {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/AlgorithmImpl.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/AlgorithmImpl.java
index 8e68cc041b1..6df7c202d21 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/AlgorithmImpl.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/AlgorithmImpl.java
@@ -3,16 +3,12 @@
package org.eclipse.papyrus.RobotML.impl;
import org.eclipse.emf.common.notify.Notification;
-
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.InternalEObject;
-
import org.eclipse.emf.ecore.impl.ENotificationImpl;
import org.eclipse.emf.ecore.impl.MinimalEObjectImpl;
-
import org.eclipse.papyrus.RobotML.Algorithm;
import org.eclipse.papyrus.RobotML.RobotMLPackage;
-
import org.eclipse.uml2.uml.Operation;
/**
@@ -37,7 +33,7 @@ public class AlgorithmImpl extends MinimalEObjectImpl.Container implements Algor
* The cached value of the '{@link #getBase_Operation() <em>Base Operation</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getBase_Operation()
* @generated
* @ordered
@@ -48,7 +44,7 @@ public class AlgorithmImpl extends MinimalEObjectImpl.Container implements Algor
* The default value of the '{@link #isIsExternal() <em>Is External</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #isIsExternal()
* @generated
* @ordered
@@ -59,7 +55,7 @@ public class AlgorithmImpl extends MinimalEObjectImpl.Container implements Algor
* The cached value of the '{@link #isIsExternal() <em>Is External</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #isIsExternal()
* @generated
* @ordered
@@ -70,7 +66,7 @@ public class AlgorithmImpl extends MinimalEObjectImpl.Container implements Algor
* The default value of the '{@link #getExtFunctionName() <em>Ext Function Name</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getExtFunctionName()
* @generated
* @ordered
@@ -81,7 +77,7 @@ public class AlgorithmImpl extends MinimalEObjectImpl.Container implements Algor
* The cached value of the '{@link #getExtFunctionName() <em>Ext Function Name</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getExtFunctionName()
* @generated
* @ordered
@@ -92,7 +88,7 @@ public class AlgorithmImpl extends MinimalEObjectImpl.Container implements Algor
* The default value of the '{@link #getLibPath() <em>Lib Path</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getLibPath()
* @generated
* @ordered
@@ -103,7 +99,7 @@ public class AlgorithmImpl extends MinimalEObjectImpl.Container implements Algor
* The cached value of the '{@link #getLibPath() <em>Lib Path</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getLibPath()
* @generated
* @ordered
@@ -114,7 +110,7 @@ public class AlgorithmImpl extends MinimalEObjectImpl.Container implements Algor
* The default value of the '{@link #getLibFileFormat() <em>Lib File Format</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getLibFileFormat()
* @generated
* @ordered
@@ -125,7 +121,7 @@ public class AlgorithmImpl extends MinimalEObjectImpl.Container implements Algor
* The cached value of the '{@link #getLibFileFormat() <em>Lib File Format</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getLibFileFormat()
* @generated
* @ordered
@@ -135,7 +131,7 @@ public class AlgorithmImpl extends MinimalEObjectImpl.Container implements Algor
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected AlgorithmImpl() {
@@ -145,7 +141,7 @@ public class AlgorithmImpl extends MinimalEObjectImpl.Container implements Algor
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -156,7 +152,7 @@ public class AlgorithmImpl extends MinimalEObjectImpl.Container implements Algor
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public Operation getBase_Operation() {
@@ -175,7 +171,7 @@ public class AlgorithmImpl extends MinimalEObjectImpl.Container implements Algor
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public Operation basicGetBase_Operation() {
@@ -185,7 +181,7 @@ public class AlgorithmImpl extends MinimalEObjectImpl.Container implements Algor
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setBase_Operation(Operation newBase_Operation) {
@@ -199,7 +195,7 @@ public class AlgorithmImpl extends MinimalEObjectImpl.Container implements Algor
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public boolean isIsExternal() {
@@ -209,7 +205,7 @@ public class AlgorithmImpl extends MinimalEObjectImpl.Container implements Algor
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setIsExternal(boolean newIsExternal) {
@@ -223,7 +219,7 @@ public class AlgorithmImpl extends MinimalEObjectImpl.Container implements Algor
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public String getExtFunctionName() {
@@ -233,7 +229,7 @@ public class AlgorithmImpl extends MinimalEObjectImpl.Container implements Algor
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setExtFunctionName(String newExtFunctionName) {
@@ -247,7 +243,7 @@ public class AlgorithmImpl extends MinimalEObjectImpl.Container implements Algor
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public String getLibPath() {
@@ -257,7 +253,7 @@ public class AlgorithmImpl extends MinimalEObjectImpl.Container implements Algor
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setLibPath(String newLibPath) {
@@ -271,7 +267,7 @@ public class AlgorithmImpl extends MinimalEObjectImpl.Container implements Algor
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public String getLibFileFormat() {
@@ -281,7 +277,7 @@ public class AlgorithmImpl extends MinimalEObjectImpl.Container implements Algor
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setLibFileFormat(String newLibFileFormat) {
@@ -295,7 +291,7 @@ public class AlgorithmImpl extends MinimalEObjectImpl.Container implements Algor
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -321,7 +317,7 @@ public class AlgorithmImpl extends MinimalEObjectImpl.Container implements Algor
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -349,7 +345,7 @@ public class AlgorithmImpl extends MinimalEObjectImpl.Container implements Algor
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -377,7 +373,7 @@ public class AlgorithmImpl extends MinimalEObjectImpl.Container implements Algor
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -400,7 +396,7 @@ public class AlgorithmImpl extends MinimalEObjectImpl.Container implements Algor
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/AlgorithmLibraryImpl.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/AlgorithmLibraryImpl.java
index 24140db848a..dc5d9ad7967 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/AlgorithmLibraryImpl.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/AlgorithmLibraryImpl.java
@@ -3,13 +3,10 @@
package org.eclipse.papyrus.RobotML.impl;
import org.eclipse.emf.common.notify.Notification;
-
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.InternalEObject;
-
import org.eclipse.emf.ecore.impl.ENotificationImpl;
import org.eclipse.emf.ecore.impl.MinimalEObjectImpl;
-
import org.eclipse.papyrus.RobotML.AlgorithmLibrary;
import org.eclipse.papyrus.RobotML.RobotMLPackage;
@@ -32,7 +29,7 @@ public class AlgorithmLibraryImpl extends MinimalEObjectImpl.Container implement
* The cached value of the '{@link #getBase_Class() <em>Base Class</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getBase_Class()
* @generated
* @ordered
@@ -43,7 +40,7 @@ public class AlgorithmLibraryImpl extends MinimalEObjectImpl.Container implement
* The default value of the '{@link #getPath() <em>Path</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getPath()
* @generated
* @ordered
@@ -54,7 +51,7 @@ public class AlgorithmLibraryImpl extends MinimalEObjectImpl.Container implement
* The cached value of the '{@link #getPath() <em>Path</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getPath()
* @generated
* @ordered
@@ -64,7 +61,7 @@ public class AlgorithmLibraryImpl extends MinimalEObjectImpl.Container implement
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected AlgorithmLibraryImpl() {
@@ -74,7 +71,7 @@ public class AlgorithmLibraryImpl extends MinimalEObjectImpl.Container implement
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -85,7 +82,7 @@ public class AlgorithmLibraryImpl extends MinimalEObjectImpl.Container implement
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public org.eclipse.uml2.uml.Class getBase_Class() {
@@ -104,7 +101,7 @@ public class AlgorithmLibraryImpl extends MinimalEObjectImpl.Container implement
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public org.eclipse.uml2.uml.Class basicGetBase_Class() {
@@ -114,7 +111,7 @@ public class AlgorithmLibraryImpl extends MinimalEObjectImpl.Container implement
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setBase_Class(org.eclipse.uml2.uml.Class newBase_Class) {
@@ -128,7 +125,7 @@ public class AlgorithmLibraryImpl extends MinimalEObjectImpl.Container implement
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public String getPath() {
@@ -138,7 +135,7 @@ public class AlgorithmLibraryImpl extends MinimalEObjectImpl.Container implement
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setPath(String newPath) {
@@ -152,7 +149,7 @@ public class AlgorithmLibraryImpl extends MinimalEObjectImpl.Container implement
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -172,7 +169,7 @@ public class AlgorithmLibraryImpl extends MinimalEObjectImpl.Container implement
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -191,7 +188,7 @@ public class AlgorithmLibraryImpl extends MinimalEObjectImpl.Container implement
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -210,7 +207,7 @@ public class AlgorithmLibraryImpl extends MinimalEObjectImpl.Container implement
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -227,7 +224,7 @@ public class AlgorithmLibraryImpl extends MinimalEObjectImpl.Container implement
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/AllocateImpl.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/AllocateImpl.java
index 2f1c0f4cc2e..2bcac6d123b 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/AllocateImpl.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/AllocateImpl.java
@@ -3,16 +3,12 @@
package org.eclipse.papyrus.RobotML.impl;
import org.eclipse.emf.common.notify.Notification;
-
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.InternalEObject;
-
import org.eclipse.emf.ecore.impl.ENotificationImpl;
import org.eclipse.emf.ecore.impl.MinimalEObjectImpl;
-
import org.eclipse.papyrus.RobotML.Allocate;
import org.eclipse.papyrus.RobotML.RobotMLPackage;
-
import org.eclipse.uml2.uml.Abstraction;
/**
@@ -33,7 +29,7 @@ public class AllocateImpl extends MinimalEObjectImpl.Container implements Alloca
* The cached value of the '{@link #getBase_Abstraction() <em>Base Abstraction</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getBase_Abstraction()
* @generated
* @ordered
@@ -43,7 +39,7 @@ public class AllocateImpl extends MinimalEObjectImpl.Container implements Alloca
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected AllocateImpl() {
@@ -53,7 +49,7 @@ public class AllocateImpl extends MinimalEObjectImpl.Container implements Alloca
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -64,7 +60,7 @@ public class AllocateImpl extends MinimalEObjectImpl.Container implements Alloca
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public Abstraction getBase_Abstraction() {
@@ -83,7 +79,7 @@ public class AllocateImpl extends MinimalEObjectImpl.Container implements Alloca
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public Abstraction basicGetBase_Abstraction() {
@@ -93,7 +89,7 @@ public class AllocateImpl extends MinimalEObjectImpl.Container implements Alloca
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setBase_Abstraction(Abstraction newBase_Abstraction) {
@@ -107,7 +103,7 @@ public class AllocateImpl extends MinimalEObjectImpl.Container implements Alloca
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -125,7 +121,7 @@ public class AllocateImpl extends MinimalEObjectImpl.Container implements Alloca
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -141,7 +137,7 @@ public class AllocateImpl extends MinimalEObjectImpl.Container implements Alloca
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -157,7 +153,7 @@ public class AllocateImpl extends MinimalEObjectImpl.Container implements Alloca
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/ArmImpl.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/ArmImpl.java
index a94a058c14c..cef5f9a3a79 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/ArmImpl.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/ArmImpl.java
@@ -3,9 +3,7 @@
package org.eclipse.papyrus.RobotML.impl;
import org.eclipse.emf.ecore.EClass;
-
import org.eclipse.emf.ecore.impl.MinimalEObjectImpl;
-
import org.eclipse.papyrus.RobotML.Arm;
import org.eclipse.papyrus.RobotML.RobotMLPackage;
@@ -22,7 +20,7 @@ public class ArmImpl extends MinimalEObjectImpl.Container implements Arm {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected ArmImpl() {
@@ -32,7 +30,7 @@ public class ArmImpl extends MinimalEObjectImpl.Container implements Arm {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/BlenderMorseImpl.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/BlenderMorseImpl.java
index a151142a30f..6b12e17e5cd 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/BlenderMorseImpl.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/BlenderMorseImpl.java
@@ -3,11 +3,8 @@
package org.eclipse.papyrus.RobotML.impl;
import org.eclipse.emf.common.notify.Notification;
-
import org.eclipse.emf.ecore.EClass;
-
import org.eclipse.emf.ecore.impl.ENotificationImpl;
-
import org.eclipse.papyrus.RobotML.BlenderMorse;
import org.eclipse.papyrus.RobotML.RobotMLPackage;
import org.eclipse.papyrus.RobotML.Shade;
@@ -33,7 +30,7 @@ public class BlenderMorseImpl extends RoboticSimulatorImpl implements BlenderMor
* The default value of the '{@link #isDebugMode() <em>Debug Mode</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #isDebugMode()
* @generated
* @ordered
@@ -44,7 +41,7 @@ public class BlenderMorseImpl extends RoboticSimulatorImpl implements BlenderMor
* The cached value of the '{@link #isDebugMode() <em>Debug Mode</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #isDebugMode()
* @generated
* @ordered
@@ -55,7 +52,7 @@ public class BlenderMorseImpl extends RoboticSimulatorImpl implements BlenderMor
* The default value of the '{@link #isDebugDisplay() <em>Debug Display</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #isDebugDisplay()
* @generated
* @ordered
@@ -66,7 +63,7 @@ public class BlenderMorseImpl extends RoboticSimulatorImpl implements BlenderMor
* The cached value of the '{@link #isDebugDisplay() <em>Debug Display</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #isDebugDisplay()
* @generated
* @ordered
@@ -77,7 +74,7 @@ public class BlenderMorseImpl extends RoboticSimulatorImpl implements BlenderMor
* The default value of the '{@link #getGravity() <em>Gravity</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getGravity()
* @generated
* @ordered
@@ -88,7 +85,7 @@ public class BlenderMorseImpl extends RoboticSimulatorImpl implements BlenderMor
* The cached value of the '{@link #getGravity() <em>Gravity</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getGravity()
* @generated
* @ordered
@@ -99,7 +96,7 @@ public class BlenderMorseImpl extends RoboticSimulatorImpl implements BlenderMor
* The default value of the '{@link #get_viewport_shade() <em>viewport shade</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #get_viewport_shade()
* @generated
* @ordered
@@ -110,7 +107,7 @@ public class BlenderMorseImpl extends RoboticSimulatorImpl implements BlenderMor
* The cached value of the '{@link #get_viewport_shade() <em>viewport shade</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #get_viewport_shade()
* @generated
* @ordered
@@ -120,7 +117,7 @@ public class BlenderMorseImpl extends RoboticSimulatorImpl implements BlenderMor
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected BlenderMorseImpl() {
@@ -130,7 +127,7 @@ public class BlenderMorseImpl extends RoboticSimulatorImpl implements BlenderMor
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -141,7 +138,7 @@ public class BlenderMorseImpl extends RoboticSimulatorImpl implements BlenderMor
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public boolean isDebugMode() {
@@ -151,7 +148,7 @@ public class BlenderMorseImpl extends RoboticSimulatorImpl implements BlenderMor
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setDebugMode(boolean newDebugMode) {
@@ -165,7 +162,7 @@ public class BlenderMorseImpl extends RoboticSimulatorImpl implements BlenderMor
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public boolean isDebugDisplay() {
@@ -175,7 +172,7 @@ public class BlenderMorseImpl extends RoboticSimulatorImpl implements BlenderMor
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setDebugDisplay(boolean newDebugDisplay) {
@@ -189,7 +186,7 @@ public class BlenderMorseImpl extends RoboticSimulatorImpl implements BlenderMor
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public float getGravity() {
@@ -199,7 +196,7 @@ public class BlenderMorseImpl extends RoboticSimulatorImpl implements BlenderMor
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setGravity(float newGravity) {
@@ -213,7 +210,7 @@ public class BlenderMorseImpl extends RoboticSimulatorImpl implements BlenderMor
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public Shade get_viewport_shade() {
@@ -223,7 +220,7 @@ public class BlenderMorseImpl extends RoboticSimulatorImpl implements BlenderMor
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void set_viewport_shade(Shade new_viewport_shade) {
@@ -237,7 +234,7 @@ public class BlenderMorseImpl extends RoboticSimulatorImpl implements BlenderMor
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -258,7 +255,7 @@ public class BlenderMorseImpl extends RoboticSimulatorImpl implements BlenderMor
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -283,7 +280,7 @@ public class BlenderMorseImpl extends RoboticSimulatorImpl implements BlenderMor
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -308,7 +305,7 @@ public class BlenderMorseImpl extends RoboticSimulatorImpl implements BlenderMor
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -329,7 +326,7 @@ public class BlenderMorseImpl extends RoboticSimulatorImpl implements BlenderMor
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/BuildingImpl.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/BuildingImpl.java
index 5a4805d2bd1..b8107d78096 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/BuildingImpl.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/BuildingImpl.java
@@ -3,7 +3,6 @@
package org.eclipse.papyrus.RobotML.impl;
import org.eclipse.emf.ecore.EClass;
-
import org.eclipse.papyrus.RobotML.Building;
import org.eclipse.papyrus.RobotML.RobotMLPackage;
@@ -20,7 +19,7 @@ public class BuildingImpl extends PhysicalObjectImpl implements Building {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected BuildingImpl() {
@@ -30,7 +29,7 @@ public class BuildingImpl extends PhysicalObjectImpl implements Building {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/CameraSystemImpl.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/CameraSystemImpl.java
index f90a793d086..f306905b56b 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/CameraSystemImpl.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/CameraSystemImpl.java
@@ -4,15 +4,11 @@ package org.eclipse.papyrus.RobotML.impl;
import org.eclipse.emf.common.notify.Notification;
import org.eclipse.emf.common.notify.NotificationChain;
-
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.InternalEObject;
-
import org.eclipse.emf.ecore.impl.ENotificationImpl;
-
import org.eclipse.papyrus.RobotML.CameraSystem;
import org.eclipse.papyrus.RobotML.RobotMLPackage;
-
import org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.geometry_datatypes.Point32;
/**
@@ -41,7 +37,7 @@ public class CameraSystemImpl extends ImageSensorSystemImpl implements CameraSys
* The default value of the '{@link #getWidth() <em>Width</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getWidth()
* @generated
* @ordered
@@ -52,7 +48,7 @@ public class CameraSystemImpl extends ImageSensorSystemImpl implements CameraSys
* The cached value of the '{@link #getWidth() <em>Width</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getWidth()
* @generated
* @ordered
@@ -63,7 +59,7 @@ public class CameraSystemImpl extends ImageSensorSystemImpl implements CameraSys
* The default value of the '{@link #getHeight() <em>Height</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getHeight()
* @generated
* @ordered
@@ -74,7 +70,7 @@ public class CameraSystemImpl extends ImageSensorSystemImpl implements CameraSys
* The cached value of the '{@link #getHeight() <em>Height</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getHeight()
* @generated
* @ordered
@@ -85,7 +81,7 @@ public class CameraSystemImpl extends ImageSensorSystemImpl implements CameraSys
* The default value of the '{@link #getAlpha_u() <em>Alpha u</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getAlpha_u()
* @generated
* @ordered
@@ -96,7 +92,7 @@ public class CameraSystemImpl extends ImageSensorSystemImpl implements CameraSys
* The cached value of the '{@link #getAlpha_u() <em>Alpha u</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getAlpha_u()
* @generated
* @ordered
@@ -107,7 +103,7 @@ public class CameraSystemImpl extends ImageSensorSystemImpl implements CameraSys
* The default value of the '{@link #getAlpha_v() <em>Alpha v</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getAlpha_v()
* @generated
* @ordered
@@ -118,7 +114,7 @@ public class CameraSystemImpl extends ImageSensorSystemImpl implements CameraSys
* The cached value of the '{@link #getAlpha_v() <em>Alpha v</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getAlpha_v()
* @generated
* @ordered
@@ -129,7 +125,7 @@ public class CameraSystemImpl extends ImageSensorSystemImpl implements CameraSys
* The default value of the '{@link #getU0() <em>U0</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getU0()
* @generated
* @ordered
@@ -140,7 +136,7 @@ public class CameraSystemImpl extends ImageSensorSystemImpl implements CameraSys
* The cached value of the '{@link #getU0() <em>U0</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getU0()
* @generated
* @ordered
@@ -151,7 +147,7 @@ public class CameraSystemImpl extends ImageSensorSystemImpl implements CameraSys
* The default value of the '{@link #getV0() <em>V0</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getV0()
* @generated
* @ordered
@@ -162,7 +158,7 @@ public class CameraSystemImpl extends ImageSensorSystemImpl implements CameraSys
* The cached value of the '{@link #getV0() <em>V0</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getV0()
* @generated
* @ordered
@@ -173,7 +169,7 @@ public class CameraSystemImpl extends ImageSensorSystemImpl implements CameraSys
* The default value of the '{@link #getColor_format() <em>Color format</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getColor_format()
* @generated
* @ordered
@@ -184,7 +180,7 @@ public class CameraSystemImpl extends ImageSensorSystemImpl implements CameraSys
* The cached value of the '{@link #getColor_format() <em>Color format</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getColor_format()
* @generated
* @ordered
@@ -195,7 +191,7 @@ public class CameraSystemImpl extends ImageSensorSystemImpl implements CameraSys
* The cached value of the '{@link #getTranslate() <em>Translate</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getTranslate()
* @generated
* @ordered
@@ -206,7 +202,7 @@ public class CameraSystemImpl extends ImageSensorSystemImpl implements CameraSys
* The cached value of the '{@link #getRotate() <em>Rotate</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getRotate()
* @generated
* @ordered
@@ -216,7 +212,7 @@ public class CameraSystemImpl extends ImageSensorSystemImpl implements CameraSys
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected CameraSystemImpl() {
@@ -226,7 +222,7 @@ public class CameraSystemImpl extends ImageSensorSystemImpl implements CameraSys
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -237,7 +233,7 @@ public class CameraSystemImpl extends ImageSensorSystemImpl implements CameraSys
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public long getWidth() {
@@ -247,7 +243,7 @@ public class CameraSystemImpl extends ImageSensorSystemImpl implements CameraSys
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setWidth(long newWidth) {
@@ -261,7 +257,7 @@ public class CameraSystemImpl extends ImageSensorSystemImpl implements CameraSys
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public long getHeight() {
@@ -271,7 +267,7 @@ public class CameraSystemImpl extends ImageSensorSystemImpl implements CameraSys
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setHeight(long newHeight) {
@@ -285,7 +281,7 @@ public class CameraSystemImpl extends ImageSensorSystemImpl implements CameraSys
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public float getAlpha_u() {
@@ -295,7 +291,7 @@ public class CameraSystemImpl extends ImageSensorSystemImpl implements CameraSys
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setAlpha_u(float newAlpha_u) {
@@ -309,7 +305,7 @@ public class CameraSystemImpl extends ImageSensorSystemImpl implements CameraSys
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public float getAlpha_v() {
@@ -319,7 +315,7 @@ public class CameraSystemImpl extends ImageSensorSystemImpl implements CameraSys
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setAlpha_v(float newAlpha_v) {
@@ -333,7 +329,7 @@ public class CameraSystemImpl extends ImageSensorSystemImpl implements CameraSys
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public float getU0() {
@@ -343,7 +339,7 @@ public class CameraSystemImpl extends ImageSensorSystemImpl implements CameraSys
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setU0(float newU0) {
@@ -357,7 +353,7 @@ public class CameraSystemImpl extends ImageSensorSystemImpl implements CameraSys
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public float getV0() {
@@ -367,7 +363,7 @@ public class CameraSystemImpl extends ImageSensorSystemImpl implements CameraSys
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setV0(float newV0) {
@@ -381,7 +377,7 @@ public class CameraSystemImpl extends ImageSensorSystemImpl implements CameraSys
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public String getColor_format() {
@@ -391,7 +387,7 @@ public class CameraSystemImpl extends ImageSensorSystemImpl implements CameraSys
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setColor_format(String newColor_format) {
@@ -405,7 +401,7 @@ public class CameraSystemImpl extends ImageSensorSystemImpl implements CameraSys
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public Point32 getTranslate() {
@@ -415,7 +411,7 @@ public class CameraSystemImpl extends ImageSensorSystemImpl implements CameraSys
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public NotificationChain basicSetTranslate(Point32 newTranslate, NotificationChain msgs) {
@@ -435,7 +431,7 @@ public class CameraSystemImpl extends ImageSensorSystemImpl implements CameraSys
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setTranslate(Point32 newTranslate) {
@@ -460,7 +456,7 @@ public class CameraSystemImpl extends ImageSensorSystemImpl implements CameraSys
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public Point32 getRotate() {
@@ -470,7 +466,7 @@ public class CameraSystemImpl extends ImageSensorSystemImpl implements CameraSys
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public NotificationChain basicSetRotate(Point32 newRotate, NotificationChain msgs) {
@@ -490,7 +486,7 @@ public class CameraSystemImpl extends ImageSensorSystemImpl implements CameraSys
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setRotate(Point32 newRotate) {
@@ -515,7 +511,7 @@ public class CameraSystemImpl extends ImageSensorSystemImpl implements CameraSys
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -532,7 +528,7 @@ public class CameraSystemImpl extends ImageSensorSystemImpl implements CameraSys
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -563,7 +559,7 @@ public class CameraSystemImpl extends ImageSensorSystemImpl implements CameraSys
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -603,7 +599,7 @@ public class CameraSystemImpl extends ImageSensorSystemImpl implements CameraSys
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -643,7 +639,7 @@ public class CameraSystemImpl extends ImageSensorSystemImpl implements CameraSys
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -674,7 +670,7 @@ public class CameraSystemImpl extends ImageSensorSystemImpl implements CameraSys
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/ChassisImpl.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/ChassisImpl.java
index d3011dbc156..e0bcd842da4 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/ChassisImpl.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/ChassisImpl.java
@@ -3,7 +3,6 @@
package org.eclipse.papyrus.RobotML.impl;
import org.eclipse.emf.ecore.EClass;
-
import org.eclipse.papyrus.RobotML.Chassis;
import org.eclipse.papyrus.RobotML.RobotMLPackage;
@@ -20,7 +19,7 @@ public class ChassisImpl extends SupportingStructureImpl implements Chassis {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected ChassisImpl() {
@@ -30,7 +29,7 @@ public class ChassisImpl extends SupportingStructureImpl implements Chassis {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/ClosedLoopControlSystemImpl.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/ClosedLoopControlSystemImpl.java
index 14e2cebd099..327e865e0dd 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/ClosedLoopControlSystemImpl.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/ClosedLoopControlSystemImpl.java
@@ -3,7 +3,6 @@
package org.eclipse.papyrus.RobotML.impl;
import org.eclipse.emf.ecore.EClass;
-
import org.eclipse.papyrus.RobotML.ClosedLoopControlSystem;
import org.eclipse.papyrus.RobotML.RobotMLPackage;
@@ -20,7 +19,7 @@ public class ClosedLoopControlSystemImpl extends CyberPhysicalSystemImpl impleme
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected ClosedLoopControlSystemImpl() {
@@ -30,7 +29,7 @@ public class ClosedLoopControlSystemImpl extends CyberPhysicalSystemImpl impleme
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/CompleteBondingImpl.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/CompleteBondingImpl.java
index 66b46cfa033..0a47bc720a5 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/CompleteBondingImpl.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/CompleteBondingImpl.java
@@ -3,7 +3,6 @@
package org.eclipse.papyrus.RobotML.impl;
import org.eclipse.emf.ecore.EClass;
-
import org.eclipse.papyrus.RobotML.CompleteBonding;
import org.eclipse.papyrus.RobotML.RobotMLPackage;
@@ -20,7 +19,7 @@ public class CompleteBondingImpl extends JointImpl implements CompleteBonding {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected CompleteBondingImpl() {
@@ -30,7 +29,7 @@ public class CompleteBondingImpl extends JointImpl implements CompleteBonding {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/CyberPhysicalSystemImpl.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/CyberPhysicalSystemImpl.java
index d09fbd48dd1..a51f9d65e3b 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/CyberPhysicalSystemImpl.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/CyberPhysicalSystemImpl.java
@@ -3,7 +3,6 @@
package org.eclipse.papyrus.RobotML.impl;
import org.eclipse.emf.ecore.EClass;
-
import org.eclipse.papyrus.RobotML.CyberPhysicalSystem;
import org.eclipse.papyrus.RobotML.RobotMLPackage;
@@ -20,7 +19,7 @@ public class CyberPhysicalSystemImpl extends SystemImpl implements CyberPhysical
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected CyberPhysicalSystemImpl() {
@@ -30,7 +29,7 @@ public class CyberPhysicalSystemImpl extends SystemImpl implements CyberPhysical
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/CycabTKImpl.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/CycabTKImpl.java
index 11ae7fcd1c1..ba536a8937c 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/CycabTKImpl.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/CycabTKImpl.java
@@ -3,11 +3,8 @@
package org.eclipse.papyrus.RobotML.impl;
import org.eclipse.emf.common.notify.Notification;
-
import org.eclipse.emf.ecore.EClass;
-
import org.eclipse.emf.ecore.impl.ENotificationImpl;
-
import org.eclipse.papyrus.RobotML.CycabTK;
import org.eclipse.papyrus.RobotML.RobotMLPackage;
@@ -31,7 +28,7 @@ public class CycabTKImpl extends RoboticSimulatorImpl implements CycabTK {
* The default value of the '{@link #isUseRealTime() <em>Use Real Time</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #isUseRealTime()
* @generated
* @ordered
@@ -42,7 +39,7 @@ public class CycabTKImpl extends RoboticSimulatorImpl implements CycabTK {
* The cached value of the '{@link #isUseRealTime() <em>Use Real Time</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #isUseRealTime()
* @generated
* @ordered
@@ -53,7 +50,7 @@ public class CycabTKImpl extends RoboticSimulatorImpl implements CycabTK {
* The default value of the '{@link #getTimeStep() <em>Time Step</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getTimeStep()
* @generated
* @ordered
@@ -64,7 +61,7 @@ public class CycabTKImpl extends RoboticSimulatorImpl implements CycabTK {
* The cached value of the '{@link #getTimeStep() <em>Time Step</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getTimeStep()
* @generated
* @ordered
@@ -75,7 +72,7 @@ public class CycabTKImpl extends RoboticSimulatorImpl implements CycabTK {
* The default value of the '{@link #getTimeFactor() <em>Time Factor</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getTimeFactor()
* @generated
* @ordered
@@ -86,7 +83,7 @@ public class CycabTKImpl extends RoboticSimulatorImpl implements CycabTK {
* The cached value of the '{@link #getTimeFactor() <em>Time Factor</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getTimeFactor()
* @generated
* @ordered
@@ -96,7 +93,7 @@ public class CycabTKImpl extends RoboticSimulatorImpl implements CycabTK {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected CycabTKImpl() {
@@ -106,7 +103,7 @@ public class CycabTKImpl extends RoboticSimulatorImpl implements CycabTK {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -117,7 +114,7 @@ public class CycabTKImpl extends RoboticSimulatorImpl implements CycabTK {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public boolean isUseRealTime() {
@@ -127,7 +124,7 @@ public class CycabTKImpl extends RoboticSimulatorImpl implements CycabTK {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setUseRealTime(boolean newUseRealTime) {
@@ -141,7 +138,7 @@ public class CycabTKImpl extends RoboticSimulatorImpl implements CycabTK {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public float getTimeStep() {
@@ -151,7 +148,7 @@ public class CycabTKImpl extends RoboticSimulatorImpl implements CycabTK {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setTimeStep(float newTimeStep) {
@@ -165,7 +162,7 @@ public class CycabTKImpl extends RoboticSimulatorImpl implements CycabTK {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public float getTimeFactor() {
@@ -175,7 +172,7 @@ public class CycabTKImpl extends RoboticSimulatorImpl implements CycabTK {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setTimeFactor(float newTimeFactor) {
@@ -189,7 +186,7 @@ public class CycabTKImpl extends RoboticSimulatorImpl implements CycabTK {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -208,7 +205,7 @@ public class CycabTKImpl extends RoboticSimulatorImpl implements CycabTK {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -230,7 +227,7 @@ public class CycabTKImpl extends RoboticSimulatorImpl implements CycabTK {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -252,7 +249,7 @@ public class CycabTKImpl extends RoboticSimulatorImpl implements CycabTK {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -271,7 +268,7 @@ public class CycabTKImpl extends RoboticSimulatorImpl implements CycabTK {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/DataFlowPortImpl.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/DataFlowPortImpl.java
index e6100d73240..46157c8d8c5 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/DataFlowPortImpl.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/DataFlowPortImpl.java
@@ -3,11 +3,8 @@
package org.eclipse.papyrus.RobotML.impl;
import org.eclipse.emf.common.notify.Notification;
-
import org.eclipse.emf.ecore.EClass;
-
import org.eclipse.emf.ecore.impl.ENotificationImpl;
-
import org.eclipse.papyrus.RobotML.DataFlowDirectionKind;
import org.eclipse.papyrus.RobotML.DataFlowPort;
import org.eclipse.papyrus.RobotML.RobotMLPackage;
@@ -33,7 +30,7 @@ public class DataFlowPortImpl extends PortImpl implements DataFlowPort {
* The default value of the '{@link #getDirection() <em>Direction</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getDirection()
* @generated
* @ordered
@@ -44,7 +41,7 @@ public class DataFlowPortImpl extends PortImpl implements DataFlowPort {
* The cached value of the '{@link #getDirection() <em>Direction</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getDirection()
* @generated
* @ordered
@@ -55,7 +52,7 @@ public class DataFlowPortImpl extends PortImpl implements DataFlowPort {
* The default value of the '{@link #getBufferSize() <em>Buffer Size</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getBufferSize()
* @generated
* @ordered
@@ -66,7 +63,7 @@ public class DataFlowPortImpl extends PortImpl implements DataFlowPort {
* The cached value of the '{@link #getBufferSize() <em>Buffer Size</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getBufferSize()
* @generated
* @ordered
@@ -76,7 +73,7 @@ public class DataFlowPortImpl extends PortImpl implements DataFlowPort {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected DataFlowPortImpl() {
@@ -86,7 +83,7 @@ public class DataFlowPortImpl extends PortImpl implements DataFlowPort {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -97,7 +94,7 @@ public class DataFlowPortImpl extends PortImpl implements DataFlowPort {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public DataFlowDirectionKind getDirection() {
@@ -107,7 +104,7 @@ public class DataFlowPortImpl extends PortImpl implements DataFlowPort {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setDirection(DataFlowDirectionKind newDirection) {
@@ -121,7 +118,7 @@ public class DataFlowPortImpl extends PortImpl implements DataFlowPort {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public int getBufferSize() {
@@ -131,7 +128,7 @@ public class DataFlowPortImpl extends PortImpl implements DataFlowPort {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setBufferSize(int newBufferSize) {
@@ -145,7 +142,7 @@ public class DataFlowPortImpl extends PortImpl implements DataFlowPort {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -162,7 +159,7 @@ public class DataFlowPortImpl extends PortImpl implements DataFlowPort {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -181,7 +178,7 @@ public class DataFlowPortImpl extends PortImpl implements DataFlowPort {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -200,7 +197,7 @@ public class DataFlowPortImpl extends PortImpl implements DataFlowPort {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -217,7 +214,7 @@ public class DataFlowPortImpl extends PortImpl implements DataFlowPort {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/DeploymentPlanImpl.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/DeploymentPlanImpl.java
index 7fd49d733de..01015e9b1d0 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/DeploymentPlanImpl.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/DeploymentPlanImpl.java
@@ -3,16 +3,12 @@
package org.eclipse.papyrus.RobotML.impl;
import org.eclipse.emf.common.notify.Notification;
-
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.InternalEObject;
-
import org.eclipse.emf.ecore.impl.ENotificationImpl;
import org.eclipse.emf.ecore.impl.MinimalEObjectImpl;
-
import org.eclipse.papyrus.RobotML.DeploymentPlan;
import org.eclipse.papyrus.RobotML.RobotMLPackage;
-
import org.eclipse.uml2.uml.InstanceSpecification;
/**
@@ -34,7 +30,7 @@ public class DeploymentPlanImpl extends MinimalEObjectImpl.Container implements
* The cached value of the '{@link #getBase_Package() <em>Base Package</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getBase_Package()
* @generated
* @ordered
@@ -45,7 +41,7 @@ public class DeploymentPlanImpl extends MinimalEObjectImpl.Container implements
* The cached value of the '{@link #getMainInstance() <em>Main Instance</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getMainInstance()
* @generated
* @ordered
@@ -55,7 +51,7 @@ public class DeploymentPlanImpl extends MinimalEObjectImpl.Container implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected DeploymentPlanImpl() {
@@ -65,7 +61,7 @@ public class DeploymentPlanImpl extends MinimalEObjectImpl.Container implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -76,7 +72,7 @@ public class DeploymentPlanImpl extends MinimalEObjectImpl.Container implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public org.eclipse.uml2.uml.Package getBase_Package() {
@@ -95,7 +91,7 @@ public class DeploymentPlanImpl extends MinimalEObjectImpl.Container implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public org.eclipse.uml2.uml.Package basicGetBase_Package() {
@@ -105,7 +101,7 @@ public class DeploymentPlanImpl extends MinimalEObjectImpl.Container implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setBase_Package(org.eclipse.uml2.uml.Package newBase_Package) {
@@ -119,7 +115,7 @@ public class DeploymentPlanImpl extends MinimalEObjectImpl.Container implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public InstanceSpecification getMainInstance() {
@@ -138,7 +134,7 @@ public class DeploymentPlanImpl extends MinimalEObjectImpl.Container implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public InstanceSpecification basicGetMainInstance() {
@@ -148,7 +144,7 @@ public class DeploymentPlanImpl extends MinimalEObjectImpl.Container implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setMainInstance(InstanceSpecification newMainInstance) {
@@ -162,7 +158,7 @@ public class DeploymentPlanImpl extends MinimalEObjectImpl.Container implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -185,7 +181,7 @@ public class DeploymentPlanImpl extends MinimalEObjectImpl.Container implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -204,7 +200,7 @@ public class DeploymentPlanImpl extends MinimalEObjectImpl.Container implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -223,7 +219,7 @@ public class DeploymentPlanImpl extends MinimalEObjectImpl.Container implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/EngineSystemImpl.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/EngineSystemImpl.java
index 324da357ef6..83e51d8095f 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/EngineSystemImpl.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/EngineSystemImpl.java
@@ -3,11 +3,8 @@
package org.eclipse.papyrus.RobotML.impl;
import org.eclipse.emf.common.notify.Notification;
-
import org.eclipse.emf.ecore.EClass;
-
import org.eclipse.emf.ecore.impl.ENotificationImpl;
-
import org.eclipse.papyrus.RobotML.EngineSystem;
import org.eclipse.papyrus.RobotML.RobotMLPackage;
@@ -34,7 +31,7 @@ public class EngineSystemImpl extends ActuatorSystemImpl implements EngineSystem
* The default value of the '{@link #getVehicleTraction() <em>Vehicle Traction</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getVehicleTraction()
* @generated
* @ordered
@@ -45,7 +42,7 @@ public class EngineSystemImpl extends ActuatorSystemImpl implements EngineSystem
* The cached value of the '{@link #getVehicleTraction() <em>Vehicle Traction</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getVehicleTraction()
* @generated
* @ordered
@@ -56,7 +53,7 @@ public class EngineSystemImpl extends ActuatorSystemImpl implements EngineSystem
* The default value of the '{@link #getMaxEngineForce() <em>Max Engine Force</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getMaxEngineForce()
* @generated
* @ordered
@@ -67,7 +64,7 @@ public class EngineSystemImpl extends ActuatorSystemImpl implements EngineSystem
* The cached value of the '{@link #getMaxEngineForce() <em>Max Engine Force</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getMaxEngineForce()
* @generated
* @ordered
@@ -78,7 +75,7 @@ public class EngineSystemImpl extends ActuatorSystemImpl implements EngineSystem
* The default value of the '{@link #getMaxBreakingForce() <em>Max Breaking Force</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getMaxBreakingForce()
* @generated
* @ordered
@@ -89,7 +86,7 @@ public class EngineSystemImpl extends ActuatorSystemImpl implements EngineSystem
* The cached value of the '{@link #getMaxBreakingForce() <em>Max Breaking Force</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getMaxBreakingForce()
* @generated
* @ordered
@@ -100,7 +97,7 @@ public class EngineSystemImpl extends ActuatorSystemImpl implements EngineSystem
* The default value of the '{@link #getMaxAllowedSteering() <em>Max Allowed Steering</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getMaxAllowedSteering()
* @generated
* @ordered
@@ -111,7 +108,7 @@ public class EngineSystemImpl extends ActuatorSystemImpl implements EngineSystem
* The cached value of the '{@link #getMaxAllowedSteering() <em>Max Allowed Steering</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getMaxAllowedSteering()
* @generated
* @ordered
@@ -122,7 +119,7 @@ public class EngineSystemImpl extends ActuatorSystemImpl implements EngineSystem
* The default value of the '{@link #getMaxAllowedVelocity() <em>Max Allowed Velocity</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getMaxAllowedVelocity()
* @generated
* @ordered
@@ -133,7 +130,7 @@ public class EngineSystemImpl extends ActuatorSystemImpl implements EngineSystem
* The cached value of the '{@link #getMaxAllowedVelocity() <em>Max Allowed Velocity</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getMaxAllowedVelocity()
* @generated
* @ordered
@@ -144,7 +141,7 @@ public class EngineSystemImpl extends ActuatorSystemImpl implements EngineSystem
* The default value of the '{@link #getGear_ration() <em>Gear ration</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getGear_ration()
* @generated
* @ordered
@@ -155,7 +152,7 @@ public class EngineSystemImpl extends ActuatorSystemImpl implements EngineSystem
* The cached value of the '{@link #getGear_ration() <em>Gear ration</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getGear_ration()
* @generated
* @ordered
@@ -165,7 +162,7 @@ public class EngineSystemImpl extends ActuatorSystemImpl implements EngineSystem
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected EngineSystemImpl() {
@@ -175,7 +172,7 @@ public class EngineSystemImpl extends ActuatorSystemImpl implements EngineSystem
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -186,7 +183,7 @@ public class EngineSystemImpl extends ActuatorSystemImpl implements EngineSystem
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public String getVehicleTraction() {
@@ -196,7 +193,7 @@ public class EngineSystemImpl extends ActuatorSystemImpl implements EngineSystem
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setVehicleTraction(String newVehicleTraction) {
@@ -210,7 +207,7 @@ public class EngineSystemImpl extends ActuatorSystemImpl implements EngineSystem
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public float getMaxEngineForce() {
@@ -220,7 +217,7 @@ public class EngineSystemImpl extends ActuatorSystemImpl implements EngineSystem
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setMaxEngineForce(float newMaxEngineForce) {
@@ -234,7 +231,7 @@ public class EngineSystemImpl extends ActuatorSystemImpl implements EngineSystem
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public float getMaxBreakingForce() {
@@ -244,7 +241,7 @@ public class EngineSystemImpl extends ActuatorSystemImpl implements EngineSystem
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setMaxBreakingForce(float newMaxBreakingForce) {
@@ -258,7 +255,7 @@ public class EngineSystemImpl extends ActuatorSystemImpl implements EngineSystem
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public float getMaxAllowedSteering() {
@@ -268,7 +265,7 @@ public class EngineSystemImpl extends ActuatorSystemImpl implements EngineSystem
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setMaxAllowedSteering(float newMaxAllowedSteering) {
@@ -282,7 +279,7 @@ public class EngineSystemImpl extends ActuatorSystemImpl implements EngineSystem
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public float getMaxAllowedVelocity() {
@@ -292,7 +289,7 @@ public class EngineSystemImpl extends ActuatorSystemImpl implements EngineSystem
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setMaxAllowedVelocity(float newMaxAllowedVelocity) {
@@ -306,7 +303,7 @@ public class EngineSystemImpl extends ActuatorSystemImpl implements EngineSystem
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public float getGear_ration() {
@@ -316,7 +313,7 @@ public class EngineSystemImpl extends ActuatorSystemImpl implements EngineSystem
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setGear_ration(float newGear_ration) {
@@ -330,7 +327,7 @@ public class EngineSystemImpl extends ActuatorSystemImpl implements EngineSystem
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -355,7 +352,7 @@ public class EngineSystemImpl extends ActuatorSystemImpl implements EngineSystem
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -386,7 +383,7 @@ public class EngineSystemImpl extends ActuatorSystemImpl implements EngineSystem
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -417,7 +414,7 @@ public class EngineSystemImpl extends ActuatorSystemImpl implements EngineSystem
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -442,7 +439,7 @@ public class EngineSystemImpl extends ActuatorSystemImpl implements EngineSystem
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/EnvironmentImpl.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/EnvironmentImpl.java
index fb3faac8e7a..0aed351f912 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/EnvironmentImpl.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/EnvironmentImpl.java
@@ -3,7 +3,6 @@
package org.eclipse.papyrus.RobotML.impl;
import org.eclipse.emf.ecore.EClass;
-
import org.eclipse.papyrus.RobotML.Environment;
import org.eclipse.papyrus.RobotML.RobotMLPackage;
@@ -20,7 +19,7 @@ public class EnvironmentImpl extends SystemImpl implements Environment {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected EnvironmentImpl() {
@@ -30,7 +29,7 @@ public class EnvironmentImpl extends SystemImpl implements Environment {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/ExternalLibraryImpl.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/ExternalLibraryImpl.java
index 651938c9fed..a4a7ee97c85 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/ExternalLibraryImpl.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/ExternalLibraryImpl.java
@@ -3,16 +3,12 @@
package org.eclipse.papyrus.RobotML.impl;
import org.eclipse.emf.common.notify.Notification;
-
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.InternalEObject;
-
import org.eclipse.emf.ecore.impl.ENotificationImpl;
import org.eclipse.emf.ecore.impl.MinimalEObjectImpl;
-
import org.eclipse.papyrus.RobotML.ExternalLibrary;
import org.eclipse.papyrus.RobotML.RobotMLPackage;
-
import org.eclipse.uml2.uml.Interface;
/**
@@ -35,7 +31,7 @@ public class ExternalLibraryImpl extends MinimalEObjectImpl.Container implements
* The default value of the '{@link #getLibPath() <em>Lib Path</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getLibPath()
* @generated
* @ordered
@@ -46,7 +42,7 @@ public class ExternalLibraryImpl extends MinimalEObjectImpl.Container implements
* The cached value of the '{@link #getLibPath() <em>Lib Path</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getLibPath()
* @generated
* @ordered
@@ -57,7 +53,7 @@ public class ExternalLibraryImpl extends MinimalEObjectImpl.Container implements
* The default value of the '{@link #getLibFileFormat() <em>Lib File Format</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getLibFileFormat()
* @generated
* @ordered
@@ -68,7 +64,7 @@ public class ExternalLibraryImpl extends MinimalEObjectImpl.Container implements
* The cached value of the '{@link #getLibFileFormat() <em>Lib File Format</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getLibFileFormat()
* @generated
* @ordered
@@ -79,7 +75,7 @@ public class ExternalLibraryImpl extends MinimalEObjectImpl.Container implements
* The cached value of the '{@link #getBase_Interface() <em>Base Interface</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getBase_Interface()
* @generated
* @ordered
@@ -89,7 +85,7 @@ public class ExternalLibraryImpl extends MinimalEObjectImpl.Container implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected ExternalLibraryImpl() {
@@ -99,7 +95,7 @@ public class ExternalLibraryImpl extends MinimalEObjectImpl.Container implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -110,7 +106,7 @@ public class ExternalLibraryImpl extends MinimalEObjectImpl.Container implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public String getLibPath() {
@@ -120,7 +116,7 @@ public class ExternalLibraryImpl extends MinimalEObjectImpl.Container implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setLibPath(String newLibPath) {
@@ -134,7 +130,7 @@ public class ExternalLibraryImpl extends MinimalEObjectImpl.Container implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public String getLibFileFormat() {
@@ -144,7 +140,7 @@ public class ExternalLibraryImpl extends MinimalEObjectImpl.Container implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setLibFileFormat(String newLibFileFormat) {
@@ -158,7 +154,7 @@ public class ExternalLibraryImpl extends MinimalEObjectImpl.Container implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public Interface getBase_Interface() {
@@ -177,7 +173,7 @@ public class ExternalLibraryImpl extends MinimalEObjectImpl.Container implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public Interface basicGetBase_Interface() {
@@ -187,7 +183,7 @@ public class ExternalLibraryImpl extends MinimalEObjectImpl.Container implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setBase_Interface(Interface newBase_Interface) {
@@ -201,7 +197,7 @@ public class ExternalLibraryImpl extends MinimalEObjectImpl.Container implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -223,7 +219,7 @@ public class ExternalLibraryImpl extends MinimalEObjectImpl.Container implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -245,7 +241,7 @@ public class ExternalLibraryImpl extends MinimalEObjectImpl.Container implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -267,7 +263,7 @@ public class ExternalLibraryImpl extends MinimalEObjectImpl.Container implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -286,7 +282,7 @@ public class ExternalLibraryImpl extends MinimalEObjectImpl.Container implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/FloorImpl.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/FloorImpl.java
index 99f00ccddeb..eb634905a91 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/FloorImpl.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/FloorImpl.java
@@ -3,7 +3,6 @@
package org.eclipse.papyrus.RobotML.impl;
import org.eclipse.emf.ecore.EClass;
-
import org.eclipse.papyrus.RobotML.Floor;
import org.eclipse.papyrus.RobotML.RobotMLPackage;
@@ -20,7 +19,7 @@ public class FloorImpl extends GroundImpl implements Floor {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected FloorImpl() {
@@ -30,7 +29,7 @@ public class FloorImpl extends GroundImpl implements Floor {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/GPSSystemImpl.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/GPSSystemImpl.java
index 471030e9d7e..a0322dc88bf 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/GPSSystemImpl.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/GPSSystemImpl.java
@@ -4,15 +4,11 @@ package org.eclipse.papyrus.RobotML.impl;
import org.eclipse.emf.common.notify.Notification;
import org.eclipse.emf.common.notify.NotificationChain;
-
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.InternalEObject;
-
import org.eclipse.emf.ecore.impl.ENotificationImpl;
-
import org.eclipse.papyrus.RobotML.GPSSystem;
import org.eclipse.papyrus.RobotML.RobotMLPackage;
-
import org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.geometry_datatypes.Point32;
/**
@@ -33,7 +29,7 @@ public class GPSSystemImpl extends LocalizationSensorSystemImpl implements GPSSy
* The cached value of the '{@link #getOriginPosition() <em>Origin Position</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getOriginPosition()
* @generated
* @ordered
@@ -43,7 +39,7 @@ public class GPSSystemImpl extends LocalizationSensorSystemImpl implements GPSSy
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected GPSSystemImpl() {
@@ -53,7 +49,7 @@ public class GPSSystemImpl extends LocalizationSensorSystemImpl implements GPSSy
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -64,7 +60,7 @@ public class GPSSystemImpl extends LocalizationSensorSystemImpl implements GPSSy
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public Point32 getOriginPosition() {
@@ -74,7 +70,7 @@ public class GPSSystemImpl extends LocalizationSensorSystemImpl implements GPSSy
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public NotificationChain basicSetOriginPosition(Point32 newOriginPosition, NotificationChain msgs) {
@@ -94,7 +90,7 @@ public class GPSSystemImpl extends LocalizationSensorSystemImpl implements GPSSy
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setOriginPosition(Point32 newOriginPosition) {
@@ -119,7 +115,7 @@ public class GPSSystemImpl extends LocalizationSensorSystemImpl implements GPSSy
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -134,7 +130,7 @@ public class GPSSystemImpl extends LocalizationSensorSystemImpl implements GPSSy
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -149,7 +145,7 @@ public class GPSSystemImpl extends LocalizationSensorSystemImpl implements GPSSy
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -165,7 +161,7 @@ public class GPSSystemImpl extends LocalizationSensorSystemImpl implements GPSSy
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -181,7 +177,7 @@ public class GPSSystemImpl extends LocalizationSensorSystemImpl implements GPSSy
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/GraspingHardwareImpl.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/GraspingHardwareImpl.java
index d68e87a0dfb..d7bf9748f90 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/GraspingHardwareImpl.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/GraspingHardwareImpl.java
@@ -3,7 +3,6 @@
package org.eclipse.papyrus.RobotML.impl;
import org.eclipse.emf.ecore.EClass;
-
import org.eclipse.papyrus.RobotML.GraspingHardware;
import org.eclipse.papyrus.RobotML.RobotMLPackage;
@@ -20,7 +19,7 @@ public class GraspingHardwareImpl extends ActuatorHardwareImpl implements Graspi
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected GraspingHardwareImpl() {
@@ -30,7 +29,7 @@ public class GraspingHardwareImpl extends ActuatorHardwareImpl implements Graspi
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/GraspingSystemImpl.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/GraspingSystemImpl.java
index 387072c8b00..88a3fcdb6a2 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/GraspingSystemImpl.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/GraspingSystemImpl.java
@@ -3,7 +3,6 @@
package org.eclipse.papyrus.RobotML.impl;
import org.eclipse.emf.ecore.EClass;
-
import org.eclipse.papyrus.RobotML.GraspingSystem;
import org.eclipse.papyrus.RobotML.RobotMLPackage;
@@ -20,7 +19,7 @@ public class GraspingSystemImpl extends ActuatorSystemImpl implements GraspingSy
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected GraspingSystemImpl() {
@@ -30,7 +29,7 @@ public class GraspingSystemImpl extends ActuatorSystemImpl implements GraspingSy
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/GroundImpl.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/GroundImpl.java
index 80e39f47084..9a94f1d375e 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/GroundImpl.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/GroundImpl.java
@@ -3,7 +3,6 @@
package org.eclipse.papyrus.RobotML.impl;
import org.eclipse.emf.ecore.EClass;
-
import org.eclipse.papyrus.RobotML.Ground;
import org.eclipse.papyrus.RobotML.RobotMLPackage;
@@ -20,7 +19,7 @@ public abstract class GroundImpl extends SurfaceImpl implements Ground {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected GroundImpl() {
@@ -30,7 +29,7 @@ public abstract class GroundImpl extends SurfaceImpl implements Ground {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/GyroscopeImpl.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/GyroscopeImpl.java
index 34895b64b08..d8188db8553 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/GyroscopeImpl.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/GyroscopeImpl.java
@@ -3,7 +3,6 @@
package org.eclipse.papyrus.RobotML.impl;
import org.eclipse.emf.ecore.EClass;
-
import org.eclipse.papyrus.RobotML.Gyroscope;
import org.eclipse.papyrus.RobotML.RobotMLPackage;
@@ -20,7 +19,7 @@ public class GyroscopeImpl extends SensorSystemImpl implements Gyroscope {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected GyroscopeImpl() {
@@ -30,7 +29,7 @@ public class GyroscopeImpl extends SensorSystemImpl implements Gyroscope {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/HardwareImpl.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/HardwareImpl.java
index b947a21c869..1806c921ec3 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/HardwareImpl.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/HardwareImpl.java
@@ -3,7 +3,6 @@
package org.eclipse.papyrus.RobotML.impl;
import org.eclipse.emf.ecore.EClass;
-
import org.eclipse.papyrus.RobotML.Hardware;
import org.eclipse.papyrus.RobotML.RobotMLPackage;
@@ -20,7 +19,7 @@ public class HardwareImpl extends PhysicalObjectImpl implements Hardware {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected HardwareImpl() {
@@ -30,7 +29,7 @@ public class HardwareImpl extends PhysicalObjectImpl implements Hardware {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/HumanImpl.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/HumanImpl.java
index 96bf2fea1e8..85b1bb0c1c2 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/HumanImpl.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/HumanImpl.java
@@ -3,7 +3,6 @@
package org.eclipse.papyrus.RobotML.impl;
import org.eclipse.emf.ecore.EClass;
-
import org.eclipse.papyrus.RobotML.Human;
import org.eclipse.papyrus.RobotML.RobotMLPackage;
@@ -20,7 +19,7 @@ public class HumanImpl extends AgentImpl implements Human {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected HumanImpl() {
@@ -30,7 +29,7 @@ public class HumanImpl extends AgentImpl implements Human {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/ImageSensorSystemImpl.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/ImageSensorSystemImpl.java
index f8c49cc2375..3e7806aa83f 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/ImageSensorSystemImpl.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/ImageSensorSystemImpl.java
@@ -3,7 +3,6 @@
package org.eclipse.papyrus.RobotML.impl;
import org.eclipse.emf.ecore.EClass;
-
import org.eclipse.papyrus.RobotML.ImageSensorSystem;
import org.eclipse.papyrus.RobotML.RobotMLPackage;
@@ -20,7 +19,7 @@ public class ImageSensorSystemImpl extends SensorSystemImpl implements ImageSens
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected ImageSensorSystemImpl() {
@@ -30,7 +29,7 @@ public class ImageSensorSystemImpl extends SensorSystemImpl implements ImageSens
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/InertialMeasurementUnitSystemImpl.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/InertialMeasurementUnitSystemImpl.java
index 2f187a5b230..6423a2db393 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/InertialMeasurementUnitSystemImpl.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/InertialMeasurementUnitSystemImpl.java
@@ -3,7 +3,6 @@
package org.eclipse.papyrus.RobotML.impl;
import org.eclipse.emf.ecore.EClass;
-
import org.eclipse.papyrus.RobotML.InertialMeasurementUnitSystem;
import org.eclipse.papyrus.RobotML.RobotMLPackage;
@@ -20,7 +19,7 @@ public class InertialMeasurementUnitSystemImpl extends SensorSystemImpl implemen
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected InertialMeasurementUnitSystemImpl() {
@@ -30,7 +29,7 @@ public class InertialMeasurementUnitSystemImpl extends SensorSystemImpl implemen
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/InertialNavigationSystemImpl.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/InertialNavigationSystemImpl.java
index e24039e7d24..a35850639a3 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/InertialNavigationSystemImpl.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/InertialNavigationSystemImpl.java
@@ -3,7 +3,6 @@
package org.eclipse.papyrus.RobotML.impl;
import org.eclipse.emf.ecore.EClass;
-
import org.eclipse.papyrus.RobotML.InertialNavigationSystem;
import org.eclipse.papyrus.RobotML.RobotMLPackage;
@@ -20,7 +19,7 @@ public class InertialNavigationSystemImpl extends GPSSystemImpl implements Inert
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected InertialNavigationSystemImpl() {
@@ -30,7 +29,7 @@ public class InertialNavigationSystemImpl extends GPSSystemImpl implements Inert
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/InfraRedProximetrySystemImpl.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/InfraRedProximetrySystemImpl.java
index dc64ea8dd60..aac31f91410 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/InfraRedProximetrySystemImpl.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/InfraRedProximetrySystemImpl.java
@@ -3,7 +3,6 @@
package org.eclipse.papyrus.RobotML.impl;
import org.eclipse.emf.ecore.EClass;
-
import org.eclipse.papyrus.RobotML.InfraRedProximetrySystem;
import org.eclipse.papyrus.RobotML.RobotMLPackage;
@@ -20,7 +19,7 @@ public class InfraRedProximetrySystemImpl extends ObjectDetectionSensorSystemImp
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected InfraRedProximetrySystemImpl() {
@@ -30,7 +29,7 @@ public class InfraRedProximetrySystemImpl extends ObjectDetectionSensorSystemImp
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/JointImpl.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/JointImpl.java
index 719996d84eb..b6142cd0e9c 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/JointImpl.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/JointImpl.java
@@ -3,16 +3,12 @@
package org.eclipse.papyrus.RobotML.impl;
import org.eclipse.emf.common.notify.Notification;
-
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.InternalEObject;
-
import org.eclipse.emf.ecore.impl.ENotificationImpl;
import org.eclipse.emf.ecore.impl.MinimalEObjectImpl;
-
import org.eclipse.papyrus.RobotML.Joint;
import org.eclipse.papyrus.RobotML.RobotMLPackage;
-
import org.eclipse.uml2.uml.Connector;
/**
@@ -33,7 +29,7 @@ public class JointImpl extends MinimalEObjectImpl.Container implements Joint {
* The cached value of the '{@link #getBase_Connector() <em>Base Connector</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getBase_Connector()
* @generated
* @ordered
@@ -43,7 +39,7 @@ public class JointImpl extends MinimalEObjectImpl.Container implements Joint {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected JointImpl() {
@@ -53,7 +49,7 @@ public class JointImpl extends MinimalEObjectImpl.Container implements Joint {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -64,7 +60,7 @@ public class JointImpl extends MinimalEObjectImpl.Container implements Joint {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public Connector getBase_Connector() {
@@ -83,7 +79,7 @@ public class JointImpl extends MinimalEObjectImpl.Container implements Joint {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public Connector basicGetBase_Connector() {
@@ -93,7 +89,7 @@ public class JointImpl extends MinimalEObjectImpl.Container implements Joint {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setBase_Connector(Connector newBase_Connector) {
@@ -107,7 +103,7 @@ public class JointImpl extends MinimalEObjectImpl.Container implements Joint {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -125,7 +121,7 @@ public class JointImpl extends MinimalEObjectImpl.Container implements Joint {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -141,7 +137,7 @@ public class JointImpl extends MinimalEObjectImpl.Container implements Joint {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -157,7 +153,7 @@ public class JointImpl extends MinimalEObjectImpl.Container implements Joint {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/JoysticNavigationSystemImpl.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/JoysticNavigationSystemImpl.java
index 097880dc517..14a209be272 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/JoysticNavigationSystemImpl.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/JoysticNavigationSystemImpl.java
@@ -3,7 +3,6 @@
package org.eclipse.papyrus.RobotML.impl;
import org.eclipse.emf.ecore.EClass;
-
import org.eclipse.papyrus.RobotML.JoysticNavigationSystem;
import org.eclipse.papyrus.RobotML.RobotMLPackage;
@@ -20,7 +19,7 @@ public class JoysticNavigationSystemImpl extends NavigationCommandSystemImpl imp
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected JoysticNavigationSystemImpl() {
@@ -30,7 +29,7 @@ public class JoysticNavigationSystemImpl extends NavigationCommandSystemImpl imp
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/LandSurfaceImpl.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/LandSurfaceImpl.java
index f72e274cfda..ab6ee80f387 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/LandSurfaceImpl.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/LandSurfaceImpl.java
@@ -3,7 +3,6 @@
package org.eclipse.papyrus.RobotML.impl;
import org.eclipse.emf.ecore.EClass;
-
import org.eclipse.papyrus.RobotML.LandSurface;
import org.eclipse.papyrus.RobotML.RobotMLPackage;
@@ -20,7 +19,7 @@ public class LandSurfaceImpl extends GroundImpl implements LandSurface {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected LandSurfaceImpl() {
@@ -30,7 +29,7 @@ public class LandSurfaceImpl extends GroundImpl implements LandSurface {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/LegImpl.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/LegImpl.java
index 8f1d633feeb..61acfbe0d38 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/LegImpl.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/LegImpl.java
@@ -3,7 +3,6 @@
package org.eclipse.papyrus.RobotML.impl;
import org.eclipse.emf.ecore.EClass;
-
import org.eclipse.papyrus.RobotML.Leg;
import org.eclipse.papyrus.RobotML.RobotMLPackage;
@@ -20,7 +19,7 @@ public class LegImpl extends LocomotionHardwareImpl implements Leg {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected LegImpl() {
@@ -30,7 +29,7 @@ public class LegImpl extends LocomotionHardwareImpl implements Leg {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/LegSystemImpl.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/LegSystemImpl.java
index 9b74d22613b..5d1f44354d0 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/LegSystemImpl.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/LegSystemImpl.java
@@ -3,7 +3,6 @@
package org.eclipse.papyrus.RobotML.impl;
import org.eclipse.emf.ecore.EClass;
-
import org.eclipse.papyrus.RobotML.LegSystem;
import org.eclipse.papyrus.RobotML.RobotMLPackage;
@@ -20,7 +19,7 @@ public class LegSystemImpl extends LocomotionSystemImpl implements LegSystem {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected LegSystemImpl() {
@@ -30,7 +29,7 @@ public class LegSystemImpl extends LocomotionSystemImpl implements LegSystem {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/LidarSystemImpl.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/LidarSystemImpl.java
index 9cef614b54d..a798f157f1a 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/LidarSystemImpl.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/LidarSystemImpl.java
@@ -3,11 +3,8 @@
package org.eclipse.papyrus.RobotML.impl;
import org.eclipse.emf.common.notify.Notification;
-
import org.eclipse.emf.ecore.EClass;
-
import org.eclipse.emf.ecore.impl.ENotificationImpl;
-
import org.eclipse.papyrus.RobotML.LidarSystem;
import org.eclipse.papyrus.RobotML.RobotMLPackage;
@@ -40,7 +37,7 @@ public class LidarSystemImpl extends ObjectDetectionSensorSystemImpl implements
* The default value of the '{@link #getNbLayers() <em>Nb Layers</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getNbLayers()
* @generated
* @ordered
@@ -51,7 +48,7 @@ public class LidarSystemImpl extends ObjectDetectionSensorSystemImpl implements
* The cached value of the '{@link #getNbLayers() <em>Nb Layers</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getNbLayers()
* @generated
* @ordered
@@ -62,7 +59,7 @@ public class LidarSystemImpl extends ObjectDetectionSensorSystemImpl implements
* The default value of the '{@link #getLayerAngleMin() <em>Layer Angle Min</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getLayerAngleMin()
* @generated
* @ordered
@@ -73,7 +70,7 @@ public class LidarSystemImpl extends ObjectDetectionSensorSystemImpl implements
* The cached value of the '{@link #getLayerAngleMin() <em>Layer Angle Min</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getLayerAngleMin()
* @generated
* @ordered
@@ -84,7 +81,7 @@ public class LidarSystemImpl extends ObjectDetectionSensorSystemImpl implements
* The default value of the '{@link #getLayerAngleStep() <em>Layer Angle Step</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getLayerAngleStep()
* @generated
* @ordered
@@ -95,7 +92,7 @@ public class LidarSystemImpl extends ObjectDetectionSensorSystemImpl implements
* The cached value of the '{@link #getLayerAngleStep() <em>Layer Angle Step</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getLayerAngleStep()
* @generated
* @ordered
@@ -106,7 +103,7 @@ public class LidarSystemImpl extends ObjectDetectionSensorSystemImpl implements
* The default value of the '{@link #isNoise() <em>Noise</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #isNoise()
* @generated
* @ordered
@@ -117,7 +114,7 @@ public class LidarSystemImpl extends ObjectDetectionSensorSystemImpl implements
* The cached value of the '{@link #isNoise() <em>Noise</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #isNoise()
* @generated
* @ordered
@@ -128,7 +125,7 @@ public class LidarSystemImpl extends ObjectDetectionSensorSystemImpl implements
* The default value of the '{@link #getSigmaNoise() <em>Sigma Noise</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getSigmaNoise()
* @generated
* @ordered
@@ -139,7 +136,7 @@ public class LidarSystemImpl extends ObjectDetectionSensorSystemImpl implements
* The cached value of the '{@link #getSigmaNoise() <em>Sigma Noise</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getSigmaNoise()
* @generated
* @ordered
@@ -150,7 +147,7 @@ public class LidarSystemImpl extends ObjectDetectionSensorSystemImpl implements
* The default value of the '{@link #getAngle_min() <em>Angle min</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getAngle_min()
* @generated
* @ordered
@@ -161,7 +158,7 @@ public class LidarSystemImpl extends ObjectDetectionSensorSystemImpl implements
* The cached value of the '{@link #getAngle_min() <em>Angle min</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getAngle_min()
* @generated
* @ordered
@@ -172,7 +169,7 @@ public class LidarSystemImpl extends ObjectDetectionSensorSystemImpl implements
* The default value of the '{@link #getAngle_max() <em>Angle max</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getAngle_max()
* @generated
* @ordered
@@ -183,7 +180,7 @@ public class LidarSystemImpl extends ObjectDetectionSensorSystemImpl implements
* The cached value of the '{@link #getAngle_max() <em>Angle max</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getAngle_max()
* @generated
* @ordered
@@ -194,7 +191,7 @@ public class LidarSystemImpl extends ObjectDetectionSensorSystemImpl implements
* The default value of the '{@link #getTime_increment() <em>Time increment</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getTime_increment()
* @generated
* @ordered
@@ -205,7 +202,7 @@ public class LidarSystemImpl extends ObjectDetectionSensorSystemImpl implements
* The cached value of the '{@link #getTime_increment() <em>Time increment</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getTime_increment()
* @generated
* @ordered
@@ -216,7 +213,7 @@ public class LidarSystemImpl extends ObjectDetectionSensorSystemImpl implements
* The default value of the '{@link #getScan_time() <em>Scan time</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getScan_time()
* @generated
* @ordered
@@ -227,7 +224,7 @@ public class LidarSystemImpl extends ObjectDetectionSensorSystemImpl implements
* The cached value of the '{@link #getScan_time() <em>Scan time</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getScan_time()
* @generated
* @ordered
@@ -238,7 +235,7 @@ public class LidarSystemImpl extends ObjectDetectionSensorSystemImpl implements
* The default value of the '{@link #getRange_min() <em>Range min</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getRange_min()
* @generated
* @ordered
@@ -249,7 +246,7 @@ public class LidarSystemImpl extends ObjectDetectionSensorSystemImpl implements
* The cached value of the '{@link #getRange_min() <em>Range min</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getRange_min()
* @generated
* @ordered
@@ -260,7 +257,7 @@ public class LidarSystemImpl extends ObjectDetectionSensorSystemImpl implements
* The default value of the '{@link #getRange_max() <em>Range max</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getRange_max()
* @generated
* @ordered
@@ -271,7 +268,7 @@ public class LidarSystemImpl extends ObjectDetectionSensorSystemImpl implements
* The cached value of the '{@link #getRange_max() <em>Range max</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getRange_max()
* @generated
* @ordered
@@ -282,7 +279,7 @@ public class LidarSystemImpl extends ObjectDetectionSensorSystemImpl implements
* The default value of the '{@link #getNbRays() <em>Nb Rays</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getNbRays()
* @generated
* @ordered
@@ -293,7 +290,7 @@ public class LidarSystemImpl extends ObjectDetectionSensorSystemImpl implements
* The cached value of the '{@link #getNbRays() <em>Nb Rays</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getNbRays()
* @generated
* @ordered
@@ -303,7 +300,7 @@ public class LidarSystemImpl extends ObjectDetectionSensorSystemImpl implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected LidarSystemImpl() {
@@ -313,7 +310,7 @@ public class LidarSystemImpl extends ObjectDetectionSensorSystemImpl implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -324,7 +321,7 @@ public class LidarSystemImpl extends ObjectDetectionSensorSystemImpl implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public long getNbLayers() {
@@ -334,7 +331,7 @@ public class LidarSystemImpl extends ObjectDetectionSensorSystemImpl implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setNbLayers(long newNbLayers) {
@@ -348,7 +345,7 @@ public class LidarSystemImpl extends ObjectDetectionSensorSystemImpl implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public float getLayerAngleMin() {
@@ -358,7 +355,7 @@ public class LidarSystemImpl extends ObjectDetectionSensorSystemImpl implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setLayerAngleMin(float newLayerAngleMin) {
@@ -372,7 +369,7 @@ public class LidarSystemImpl extends ObjectDetectionSensorSystemImpl implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public float getLayerAngleStep() {
@@ -382,7 +379,7 @@ public class LidarSystemImpl extends ObjectDetectionSensorSystemImpl implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setLayerAngleStep(float newLayerAngleStep) {
@@ -396,7 +393,7 @@ public class LidarSystemImpl extends ObjectDetectionSensorSystemImpl implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public boolean isNoise() {
@@ -406,7 +403,7 @@ public class LidarSystemImpl extends ObjectDetectionSensorSystemImpl implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setNoise(boolean newNoise) {
@@ -420,7 +417,7 @@ public class LidarSystemImpl extends ObjectDetectionSensorSystemImpl implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public float getSigmaNoise() {
@@ -430,7 +427,7 @@ public class LidarSystemImpl extends ObjectDetectionSensorSystemImpl implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setSigmaNoise(float newSigmaNoise) {
@@ -444,7 +441,7 @@ public class LidarSystemImpl extends ObjectDetectionSensorSystemImpl implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public float getAngle_min() {
@@ -454,7 +451,7 @@ public class LidarSystemImpl extends ObjectDetectionSensorSystemImpl implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setAngle_min(float newAngle_min) {
@@ -468,7 +465,7 @@ public class LidarSystemImpl extends ObjectDetectionSensorSystemImpl implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public float getAngle_max() {
@@ -478,7 +475,7 @@ public class LidarSystemImpl extends ObjectDetectionSensorSystemImpl implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setAngle_max(float newAngle_max) {
@@ -492,7 +489,7 @@ public class LidarSystemImpl extends ObjectDetectionSensorSystemImpl implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public float getTime_increment() {
@@ -502,7 +499,7 @@ public class LidarSystemImpl extends ObjectDetectionSensorSystemImpl implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setTime_increment(float newTime_increment) {
@@ -516,7 +513,7 @@ public class LidarSystemImpl extends ObjectDetectionSensorSystemImpl implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public float getScan_time() {
@@ -526,7 +523,7 @@ public class LidarSystemImpl extends ObjectDetectionSensorSystemImpl implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setScan_time(float newScan_time) {
@@ -540,7 +537,7 @@ public class LidarSystemImpl extends ObjectDetectionSensorSystemImpl implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public float getRange_min() {
@@ -550,7 +547,7 @@ public class LidarSystemImpl extends ObjectDetectionSensorSystemImpl implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setRange_min(float newRange_min) {
@@ -564,7 +561,7 @@ public class LidarSystemImpl extends ObjectDetectionSensorSystemImpl implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public float getRange_max() {
@@ -574,7 +571,7 @@ public class LidarSystemImpl extends ObjectDetectionSensorSystemImpl implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setRange_max(float newRange_max) {
@@ -588,7 +585,7 @@ public class LidarSystemImpl extends ObjectDetectionSensorSystemImpl implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public long getNbRays() {
@@ -598,7 +595,7 @@ public class LidarSystemImpl extends ObjectDetectionSensorSystemImpl implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setNbRays(long newNbRays) {
@@ -612,7 +609,7 @@ public class LidarSystemImpl extends ObjectDetectionSensorSystemImpl implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -649,7 +646,7 @@ public class LidarSystemImpl extends ObjectDetectionSensorSystemImpl implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -698,7 +695,7 @@ public class LidarSystemImpl extends ObjectDetectionSensorSystemImpl implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -747,7 +744,7 @@ public class LidarSystemImpl extends ObjectDetectionSensorSystemImpl implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -784,7 +781,7 @@ public class LidarSystemImpl extends ObjectDetectionSensorSystemImpl implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/LocalizationSensorSystemImpl.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/LocalizationSensorSystemImpl.java
index 0b7775fdb35..c863d0545ab 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/LocalizationSensorSystemImpl.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/LocalizationSensorSystemImpl.java
@@ -3,7 +3,6 @@
package org.eclipse.papyrus.RobotML.impl;
import org.eclipse.emf.ecore.EClass;
-
import org.eclipse.papyrus.RobotML.LocalizationSensorSystem;
import org.eclipse.papyrus.RobotML.RobotMLPackage;
@@ -20,7 +19,7 @@ public class LocalizationSensorSystemImpl extends SensorSystemImpl implements Lo
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected LocalizationSensorSystemImpl() {
@@ -30,7 +29,7 @@ public class LocalizationSensorSystemImpl extends SensorSystemImpl implements Lo
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/LocomotionHardwareImpl.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/LocomotionHardwareImpl.java
index 0d62abe4094..fb68f232a10 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/LocomotionHardwareImpl.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/LocomotionHardwareImpl.java
@@ -3,7 +3,6 @@
package org.eclipse.papyrus.RobotML.impl;
import org.eclipse.emf.ecore.EClass;
-
import org.eclipse.papyrus.RobotML.LocomotionHardware;
import org.eclipse.papyrus.RobotML.RobotMLPackage;
@@ -20,7 +19,7 @@ public class LocomotionHardwareImpl extends ActuatorHardwareImpl implements Loco
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected LocomotionHardwareImpl() {
@@ -30,7 +29,7 @@ public class LocomotionHardwareImpl extends ActuatorHardwareImpl implements Loco
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/LocomotionSystemImpl.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/LocomotionSystemImpl.java
index 5778ba76fad..edbb69578c8 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/LocomotionSystemImpl.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/LocomotionSystemImpl.java
@@ -3,7 +3,6 @@
package org.eclipse.papyrus.RobotML.impl;
import org.eclipse.emf.ecore.EClass;
-
import org.eclipse.papyrus.RobotML.LocomotionSystem;
import org.eclipse.papyrus.RobotML.RobotMLPackage;
@@ -20,7 +19,7 @@ public class LocomotionSystemImpl extends ActuatorSystemImpl implements Locomoti
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected LocomotionSystemImpl() {
@@ -30,7 +29,7 @@ public class LocomotionSystemImpl extends ActuatorSystemImpl implements Locomoti
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/ManMachineInterfaceSystemImpl.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/ManMachineInterfaceSystemImpl.java
index 3c9385071c0..7d1835401cb 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/ManMachineInterfaceSystemImpl.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/ManMachineInterfaceSystemImpl.java
@@ -3,7 +3,6 @@
package org.eclipse.papyrus.RobotML.impl;
import org.eclipse.emf.ecore.EClass;
-
import org.eclipse.papyrus.RobotML.ManMachineInterfaceSystem;
import org.eclipse.papyrus.RobotML.RobotMLPackage;
@@ -20,7 +19,7 @@ public class ManMachineInterfaceSystemImpl extends CyberPhysicalSystemImpl imple
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected ManMachineInterfaceSystemImpl() {
@@ -30,7 +29,7 @@ public class ManMachineInterfaceSystemImpl extends CyberPhysicalSystemImpl imple
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/ManipulatorImpl.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/ManipulatorImpl.java
index 0c78c567616..22d729f2a58 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/ManipulatorImpl.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/ManipulatorImpl.java
@@ -3,7 +3,6 @@
package org.eclipse.papyrus.RobotML.impl;
import org.eclipse.emf.ecore.EClass;
-
import org.eclipse.papyrus.RobotML.Manipulator;
import org.eclipse.papyrus.RobotML.RobotMLPackage;
@@ -20,7 +19,7 @@ public class ManipulatorImpl extends RobotImpl implements Manipulator {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected ManipulatorImpl() {
@@ -30,7 +29,7 @@ public class ManipulatorImpl extends RobotImpl implements Manipulator {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/MechanicalLinkageImpl.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/MechanicalLinkageImpl.java
index ee407cac115..d9d682d4b37 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/MechanicalLinkageImpl.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/MechanicalLinkageImpl.java
@@ -3,7 +3,6 @@
package org.eclipse.papyrus.RobotML.impl;
import org.eclipse.emf.ecore.EClass;
-
import org.eclipse.papyrus.RobotML.MechanicalLinkage;
import org.eclipse.papyrus.RobotML.RobotMLPackage;
@@ -20,7 +19,7 @@ public class MechanicalLinkageImpl extends HardwareImpl implements MechanicalLin
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected MechanicalLinkageImpl() {
@@ -30,7 +29,7 @@ public class MechanicalLinkageImpl extends HardwareImpl implements MechanicalLin
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/MobileRobotImpl.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/MobileRobotImpl.java
index 5f0d572aa5d..c8dcb73df13 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/MobileRobotImpl.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/MobileRobotImpl.java
@@ -3,11 +3,8 @@
package org.eclipse.papyrus.RobotML.impl;
import org.eclipse.emf.common.notify.Notification;
-
import org.eclipse.emf.ecore.EClass;
-
import org.eclipse.emf.ecore.impl.ENotificationImpl;
-
import org.eclipse.papyrus.RobotML.MobileRobot;
import org.eclipse.papyrus.RobotML.MobileRobotKind;
import org.eclipse.papyrus.RobotML.RobotMLPackage;
@@ -30,7 +27,7 @@ public class MobileRobotImpl extends RobotImpl implements MobileRobot {
* The default value of the '{@link #getKind() <em>Kind</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getKind()
* @generated
* @ordered
@@ -41,7 +38,7 @@ public class MobileRobotImpl extends RobotImpl implements MobileRobot {
* The cached value of the '{@link #getKind() <em>Kind</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getKind()
* @generated
* @ordered
@@ -51,7 +48,7 @@ public class MobileRobotImpl extends RobotImpl implements MobileRobot {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected MobileRobotImpl() {
@@ -61,7 +58,7 @@ public class MobileRobotImpl extends RobotImpl implements MobileRobot {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -72,7 +69,7 @@ public class MobileRobotImpl extends RobotImpl implements MobileRobot {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public MobileRobotKind getKind() {
@@ -82,7 +79,7 @@ public class MobileRobotImpl extends RobotImpl implements MobileRobot {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setKind(MobileRobotKind newKind) {
@@ -96,7 +93,7 @@ public class MobileRobotImpl extends RobotImpl implements MobileRobot {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -111,7 +108,7 @@ public class MobileRobotImpl extends RobotImpl implements MobileRobot {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -127,7 +124,7 @@ public class MobileRobotImpl extends RobotImpl implements MobileRobot {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -143,7 +140,7 @@ public class MobileRobotImpl extends RobotImpl implements MobileRobot {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -158,7 +155,7 @@ public class MobileRobotImpl extends RobotImpl implements MobileRobot {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/NavigationCommandSystemImpl.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/NavigationCommandSystemImpl.java
index 13e27b6a78c..22d45ce6dfe 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/NavigationCommandSystemImpl.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/NavigationCommandSystemImpl.java
@@ -3,7 +3,6 @@
package org.eclipse.papyrus.RobotML.impl;
import org.eclipse.emf.ecore.EClass;
-
import org.eclipse.papyrus.RobotML.NavigationCommandSystem;
import org.eclipse.papyrus.RobotML.RobotMLPackage;
@@ -20,7 +19,7 @@ public class NavigationCommandSystemImpl extends ManMachineInterfaceSystemImpl i
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected NavigationCommandSystemImpl() {
@@ -30,7 +29,7 @@ public class NavigationCommandSystemImpl extends ManMachineInterfaceSystemImpl i
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/ObjectDetectionSensorSystemImpl.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/ObjectDetectionSensorSystemImpl.java
index 8a38532d63b..1efc23fdf3c 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/ObjectDetectionSensorSystemImpl.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/ObjectDetectionSensorSystemImpl.java
@@ -3,7 +3,6 @@
package org.eclipse.papyrus.RobotML.impl;
import org.eclipse.emf.ecore.EClass;
-
import org.eclipse.papyrus.RobotML.ObjectDetectionSensorSystem;
import org.eclipse.papyrus.RobotML.RobotMLPackage;
@@ -20,7 +19,7 @@ public class ObjectDetectionSensorSystemImpl extends SensorSystemImpl implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected ObjectDetectionSensorSystemImpl() {
@@ -30,7 +29,7 @@ public class ObjectDetectionSensorSystemImpl extends SensorSystemImpl implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/ObjectTrackingSensorSystemImpl.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/ObjectTrackingSensorSystemImpl.java
index 9a4e6ecf7da..e3420765fe9 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/ObjectTrackingSensorSystemImpl.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/ObjectTrackingSensorSystemImpl.java
@@ -3,7 +3,6 @@
package org.eclipse.papyrus.RobotML.impl;
import org.eclipse.emf.ecore.EClass;
-
import org.eclipse.papyrus.RobotML.ObjectTrackingSensorSystem;
import org.eclipse.papyrus.RobotML.RobotMLPackage;
@@ -20,7 +19,7 @@ public class ObjectTrackingSensorSystemImpl extends SensorSystemImpl implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected ObjectTrackingSensorSystemImpl() {
@@ -30,7 +29,7 @@ public class ObjectTrackingSensorSystemImpl extends SensorSystemImpl implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/OdometrySystemImpl.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/OdometrySystemImpl.java
index 4cdf18d4d46..2d6e9d2d34b 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/OdometrySystemImpl.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/OdometrySystemImpl.java
@@ -3,7 +3,6 @@
package org.eclipse.papyrus.RobotML.impl;
import org.eclipse.emf.ecore.EClass;
-
import org.eclipse.papyrus.RobotML.OdometrySystem;
import org.eclipse.papyrus.RobotML.RobotMLPackage;
@@ -20,7 +19,7 @@ public class OdometrySystemImpl extends LocalizationSensorSystemImpl implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected OdometrySystemImpl() {
@@ -30,7 +29,7 @@ public class OdometrySystemImpl extends LocalizationSensorSystemImpl implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/OnPortImpl.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/OnPortImpl.java
index b663025f92e..329849af0ef 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/OnPortImpl.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/OnPortImpl.java
@@ -3,17 +3,13 @@
package org.eclipse.papyrus.RobotML.impl;
import org.eclipse.emf.common.notify.Notification;
-
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.InternalEObject;
-
import org.eclipse.emf.ecore.impl.ENotificationImpl;
import org.eclipse.emf.ecore.impl.MinimalEObjectImpl;
-
import org.eclipse.papyrus.RobotML.OnPort;
import org.eclipse.papyrus.RobotML.Port;
import org.eclipse.papyrus.RobotML.RobotMLPackage;
-
import org.eclipse.uml2.uml.Parameter;
/**
@@ -35,7 +31,7 @@ public class OnPortImpl extends MinimalEObjectImpl.Container implements OnPort {
* The cached value of the '{@link #getPort() <em>Port</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getPort()
* @generated
* @ordered
@@ -46,7 +42,7 @@ public class OnPortImpl extends MinimalEObjectImpl.Container implements OnPort {
* The cached value of the '{@link #getBase_Parameter() <em>Base Parameter</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getBase_Parameter()
* @generated
* @ordered
@@ -56,7 +52,7 @@ public class OnPortImpl extends MinimalEObjectImpl.Container implements OnPort {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected OnPortImpl() {
@@ -66,7 +62,7 @@ public class OnPortImpl extends MinimalEObjectImpl.Container implements OnPort {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -77,7 +73,7 @@ public class OnPortImpl extends MinimalEObjectImpl.Container implements OnPort {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public Port getPort() {
@@ -96,7 +92,7 @@ public class OnPortImpl extends MinimalEObjectImpl.Container implements OnPort {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public Port basicGetPort() {
@@ -106,7 +102,7 @@ public class OnPortImpl extends MinimalEObjectImpl.Container implements OnPort {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setPort(Port newPort) {
@@ -120,7 +116,7 @@ public class OnPortImpl extends MinimalEObjectImpl.Container implements OnPort {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public Parameter getBase_Parameter() {
@@ -139,7 +135,7 @@ public class OnPortImpl extends MinimalEObjectImpl.Container implements OnPort {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public Parameter basicGetBase_Parameter() {
@@ -149,7 +145,7 @@ public class OnPortImpl extends MinimalEObjectImpl.Container implements OnPort {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setBase_Parameter(Parameter newBase_Parameter) {
@@ -163,7 +159,7 @@ public class OnPortImpl extends MinimalEObjectImpl.Container implements OnPort {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -186,7 +182,7 @@ public class OnPortImpl extends MinimalEObjectImpl.Container implements OnPort {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -205,7 +201,7 @@ public class OnPortImpl extends MinimalEObjectImpl.Container implements OnPort {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -224,7 +220,7 @@ public class OnPortImpl extends MinimalEObjectImpl.Container implements OnPort {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/OnPropertyImpl.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/OnPropertyImpl.java
index 0ff4394da89..a8f1a632ec0 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/OnPropertyImpl.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/OnPropertyImpl.java
@@ -3,16 +3,12 @@
package org.eclipse.papyrus.RobotML.impl;
import org.eclipse.emf.common.notify.Notification;
-
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.InternalEObject;
-
import org.eclipse.emf.ecore.impl.ENotificationImpl;
import org.eclipse.emf.ecore.impl.MinimalEObjectImpl;
-
import org.eclipse.papyrus.RobotML.OnProperty;
import org.eclipse.papyrus.RobotML.RobotMLPackage;
-
import org.eclipse.uml2.uml.Parameter;
import org.eclipse.uml2.uml.Property;
@@ -35,7 +31,7 @@ public class OnPropertyImpl extends MinimalEObjectImpl.Container implements OnPr
* The cached value of the '{@link #getProperty() <em>Property</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getProperty()
* @generated
* @ordered
@@ -46,7 +42,7 @@ public class OnPropertyImpl extends MinimalEObjectImpl.Container implements OnPr
* The cached value of the '{@link #getBase_Parameter() <em>Base Parameter</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getBase_Parameter()
* @generated
* @ordered
@@ -56,7 +52,7 @@ public class OnPropertyImpl extends MinimalEObjectImpl.Container implements OnPr
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected OnPropertyImpl() {
@@ -66,7 +62,7 @@ public class OnPropertyImpl extends MinimalEObjectImpl.Container implements OnPr
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -77,7 +73,7 @@ public class OnPropertyImpl extends MinimalEObjectImpl.Container implements OnPr
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public Property getProperty() {
@@ -96,7 +92,7 @@ public class OnPropertyImpl extends MinimalEObjectImpl.Container implements OnPr
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public Property basicGetProperty() {
@@ -106,7 +102,7 @@ public class OnPropertyImpl extends MinimalEObjectImpl.Container implements OnPr
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setProperty(Property newProperty) {
@@ -120,7 +116,7 @@ public class OnPropertyImpl extends MinimalEObjectImpl.Container implements OnPr
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public Parameter getBase_Parameter() {
@@ -139,7 +135,7 @@ public class OnPropertyImpl extends MinimalEObjectImpl.Container implements OnPr
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public Parameter basicGetBase_Parameter() {
@@ -149,7 +145,7 @@ public class OnPropertyImpl extends MinimalEObjectImpl.Container implements OnPr
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setBase_Parameter(Parameter newBase_Parameter) {
@@ -163,7 +159,7 @@ public class OnPropertyImpl extends MinimalEObjectImpl.Container implements OnPr
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -186,7 +182,7 @@ public class OnPropertyImpl extends MinimalEObjectImpl.Container implements OnPr
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -205,7 +201,7 @@ public class OnPropertyImpl extends MinimalEObjectImpl.Container implements OnPr
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -224,7 +220,7 @@ public class OnPropertyImpl extends MinimalEObjectImpl.Container implements OnPr
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/OpenLoopControlSystemImpl.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/OpenLoopControlSystemImpl.java
index b62e970bf44..93faaf1081c 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/OpenLoopControlSystemImpl.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/OpenLoopControlSystemImpl.java
@@ -3,7 +3,6 @@
package org.eclipse.papyrus.RobotML.impl;
import org.eclipse.emf.ecore.EClass;
-
import org.eclipse.papyrus.RobotML.OpenLoopControlSystem;
import org.eclipse.papyrus.RobotML.RobotMLPackage;
@@ -20,7 +19,7 @@ public class OpenLoopControlSystemImpl extends CyberPhysicalSystemImpl implement
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected OpenLoopControlSystemImpl() {
@@ -30,7 +29,7 @@ public class OpenLoopControlSystemImpl extends CyberPhysicalSystemImpl implement
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/PedestrianImpl.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/PedestrianImpl.java
index 1eca4a77a9f..7641738c7ad 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/PedestrianImpl.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/PedestrianImpl.java
@@ -3,7 +3,6 @@
package org.eclipse.papyrus.RobotML.impl;
import org.eclipse.emf.ecore.EClass;
-
import org.eclipse.papyrus.RobotML.Pedestrian;
import org.eclipse.papyrus.RobotML.RobotMLPackage;
@@ -20,7 +19,7 @@ public class PedestrianImpl extends HumanImpl implements Pedestrian {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected PedestrianImpl() {
@@ -30,7 +29,7 @@ public class PedestrianImpl extends HumanImpl implements Pedestrian {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/PhysicalObjectImpl.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/PhysicalObjectImpl.java
index 6b7a61178f5..9b14c2add3b 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/PhysicalObjectImpl.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/PhysicalObjectImpl.java
@@ -5,16 +5,11 @@ package org.eclipse.papyrus.RobotML.impl;
import java.util.Collection;
import org.eclipse.emf.common.notify.Notification;
-
import org.eclipse.emf.common.util.EList;
-
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.InternalEObject;
-
import org.eclipse.emf.ecore.impl.ENotificationImpl;
-
import org.eclipse.emf.ecore.util.EObjectResolvingEList;
-
import org.eclipse.papyrus.RobotML.Environment;
import org.eclipse.papyrus.RobotML.PhysicalObject;
import org.eclipse.papyrus.RobotML.RobotMLPackage;
@@ -41,7 +36,7 @@ public class PhysicalObjectImpl extends SystemImpl implements PhysicalObject {
* The cached value of the '{@link #getEvelovesIn() <em>Eveloves In</em>}' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getEvelovesIn()
* @generated
* @ordered
@@ -52,7 +47,7 @@ public class PhysicalObjectImpl extends SystemImpl implements PhysicalObject {
* The cached value of the '{@link #getHasSurface() <em>Has Surface</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getHasSurface()
* @generated
* @ordered
@@ -63,7 +58,7 @@ public class PhysicalObjectImpl extends SystemImpl implements PhysicalObject {
* The default value of the '{@link #getHeight() <em>Height</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getHeight()
* @generated
* @ordered
@@ -74,7 +69,7 @@ public class PhysicalObjectImpl extends SystemImpl implements PhysicalObject {
* The cached value of the '{@link #getHeight() <em>Height</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getHeight()
* @generated
* @ordered
@@ -85,7 +80,7 @@ public class PhysicalObjectImpl extends SystemImpl implements PhysicalObject {
* The default value of the '{@link #getMass() <em>Mass</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getMass()
* @generated
* @ordered
@@ -96,7 +91,7 @@ public class PhysicalObjectImpl extends SystemImpl implements PhysicalObject {
* The cached value of the '{@link #getMass() <em>Mass</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getMass()
* @generated
* @ordered
@@ -106,7 +101,7 @@ public class PhysicalObjectImpl extends SystemImpl implements PhysicalObject {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected PhysicalObjectImpl() {
@@ -116,7 +111,7 @@ public class PhysicalObjectImpl extends SystemImpl implements PhysicalObject {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -127,7 +122,7 @@ public class PhysicalObjectImpl extends SystemImpl implements PhysicalObject {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EList<Environment> getEvelovesIn() {
@@ -140,7 +135,7 @@ public class PhysicalObjectImpl extends SystemImpl implements PhysicalObject {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public Surface getHasSurface() {
@@ -159,7 +154,7 @@ public class PhysicalObjectImpl extends SystemImpl implements PhysicalObject {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public Surface basicGetHasSurface() {
@@ -169,7 +164,7 @@ public class PhysicalObjectImpl extends SystemImpl implements PhysicalObject {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setHasSurface(Surface newHasSurface) {
@@ -183,7 +178,7 @@ public class PhysicalObjectImpl extends SystemImpl implements PhysicalObject {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public float getHeight() {
@@ -193,7 +188,7 @@ public class PhysicalObjectImpl extends SystemImpl implements PhysicalObject {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setHeight(float newHeight) {
@@ -207,7 +202,7 @@ public class PhysicalObjectImpl extends SystemImpl implements PhysicalObject {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public float getMass() {
@@ -217,7 +212,7 @@ public class PhysicalObjectImpl extends SystemImpl implements PhysicalObject {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setMass(float newMass) {
@@ -231,7 +226,7 @@ public class PhysicalObjectImpl extends SystemImpl implements PhysicalObject {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -255,7 +250,7 @@ public class PhysicalObjectImpl extends SystemImpl implements PhysicalObject {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@SuppressWarnings("unchecked")
@@ -282,7 +277,7 @@ public class PhysicalObjectImpl extends SystemImpl implements PhysicalObject {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -307,7 +302,7 @@ public class PhysicalObjectImpl extends SystemImpl implements PhysicalObject {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -328,7 +323,7 @@ public class PhysicalObjectImpl extends SystemImpl implements PhysicalObject {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/PilotedSystemImpl.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/PilotedSystemImpl.java
index f1fa020a731..9a119a42938 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/PilotedSystemImpl.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/PilotedSystemImpl.java
@@ -3,7 +3,6 @@
package org.eclipse.papyrus.RobotML.impl;
import org.eclipse.emf.ecore.EClass;
-
import org.eclipse.papyrus.RobotML.PilotedSystem;
import org.eclipse.papyrus.RobotML.RobotMLPackage;
@@ -20,7 +19,7 @@ public class PilotedSystemImpl extends RobotImpl implements PilotedSystem {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected PilotedSystemImpl() {
@@ -30,7 +29,7 @@ public class PilotedSystemImpl extends RobotImpl implements PilotedSystem {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/PlanetImpl.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/PlanetImpl.java
index 15f8c57d9c7..3164db38053 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/PlanetImpl.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/PlanetImpl.java
@@ -3,7 +3,6 @@
package org.eclipse.papyrus.RobotML.impl;
import org.eclipse.emf.ecore.EClass;
-
import org.eclipse.papyrus.RobotML.Planet;
import org.eclipse.papyrus.RobotML.RobotMLPackage;
@@ -20,7 +19,7 @@ public class PlanetImpl extends PhysicalObjectImpl implements Planet {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected PlanetImpl() {
@@ -30,7 +29,7 @@ public class PlanetImpl extends PhysicalObjectImpl implements Planet {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/PlatformImpl.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/PlatformImpl.java
index 6a4c6ca7cf8..2064a7edb88 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/PlatformImpl.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/PlatformImpl.java
@@ -5,20 +5,14 @@ package org.eclipse.papyrus.RobotML.impl;
import java.util.Collection;
import org.eclipse.emf.common.notify.Notification;
-
import org.eclipse.emf.common.util.EList;
-
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.InternalEObject;
-
import org.eclipse.emf.ecore.impl.ENotificationImpl;
-
import org.eclipse.emf.ecore.util.EObjectResolvingEList;
-
import org.eclipse.papyrus.RobotML.ExternalLibrary;
import org.eclipse.papyrus.RobotML.Platform;
import org.eclipse.papyrus.RobotML.RobotMLPackage;
-
import org.eclipse.uml2.uml.Node;
/**
@@ -40,7 +34,7 @@ public class PlatformImpl extends SystemImpl implements Platform {
* The cached value of the '{@link #getBase_Node() <em>Base Node</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getBase_Node()
* @generated
* @ordered
@@ -51,7 +45,7 @@ public class PlatformImpl extends SystemImpl implements Platform {
* The cached value of the '{@link #getLibrary() <em>Library</em>}' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getLibrary()
* @generated
* @ordered
@@ -61,7 +55,7 @@ public class PlatformImpl extends SystemImpl implements Platform {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected PlatformImpl() {
@@ -71,7 +65,7 @@ public class PlatformImpl extends SystemImpl implements Platform {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -82,7 +76,7 @@ public class PlatformImpl extends SystemImpl implements Platform {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public Node getBase_Node() {
@@ -101,7 +95,7 @@ public class PlatformImpl extends SystemImpl implements Platform {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public Node basicGetBase_Node() {
@@ -111,7 +105,7 @@ public class PlatformImpl extends SystemImpl implements Platform {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setBase_Node(Node newBase_Node) {
@@ -125,7 +119,7 @@ public class PlatformImpl extends SystemImpl implements Platform {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EList<ExternalLibrary> getLibrary() {
@@ -138,7 +132,7 @@ public class PlatformImpl extends SystemImpl implements Platform {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -158,7 +152,7 @@ public class PlatformImpl extends SystemImpl implements Platform {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@SuppressWarnings("unchecked")
@@ -179,7 +173,7 @@ public class PlatformImpl extends SystemImpl implements Platform {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -198,7 +192,7 @@ public class PlatformImpl extends SystemImpl implements Platform {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/PortImpl.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/PortImpl.java
index 146655bec9d..67c309fa583 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/PortImpl.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/PortImpl.java
@@ -3,13 +3,10 @@
package org.eclipse.papyrus.RobotML.impl;
import org.eclipse.emf.common.notify.Notification;
-
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.InternalEObject;
-
import org.eclipse.emf.ecore.impl.ENotificationImpl;
import org.eclipse.emf.ecore.impl.MinimalEObjectImpl;
-
import org.eclipse.papyrus.RobotML.Port;
import org.eclipse.papyrus.RobotML.RobotMLPackage;
import org.eclipse.papyrus.RobotML.SynchronizationKind;
@@ -33,7 +30,7 @@ public abstract class PortImpl extends MinimalEObjectImpl.Container implements P
* The cached value of the '{@link #getBase_Port() <em>Base Port</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getBase_Port()
* @generated
* @ordered
@@ -44,7 +41,7 @@ public abstract class PortImpl extends MinimalEObjectImpl.Container implements P
* The default value of the '{@link #getSynchronizationPolicy() <em>Synchronization Policy</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getSynchronizationPolicy()
* @generated
* @ordered
@@ -55,7 +52,7 @@ public abstract class PortImpl extends MinimalEObjectImpl.Container implements P
* The cached value of the '{@link #getSynchronizationPolicy() <em>Synchronization Policy</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getSynchronizationPolicy()
* @generated
* @ordered
@@ -65,7 +62,7 @@ public abstract class PortImpl extends MinimalEObjectImpl.Container implements P
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected PortImpl() {
@@ -75,7 +72,7 @@ public abstract class PortImpl extends MinimalEObjectImpl.Container implements P
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -86,7 +83,7 @@ public abstract class PortImpl extends MinimalEObjectImpl.Container implements P
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public org.eclipse.uml2.uml.Port getBase_Port() {
@@ -105,7 +102,7 @@ public abstract class PortImpl extends MinimalEObjectImpl.Container implements P
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public org.eclipse.uml2.uml.Port basicGetBase_Port() {
@@ -115,7 +112,7 @@ public abstract class PortImpl extends MinimalEObjectImpl.Container implements P
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setBase_Port(org.eclipse.uml2.uml.Port newBase_Port) {
@@ -129,7 +126,7 @@ public abstract class PortImpl extends MinimalEObjectImpl.Container implements P
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public SynchronizationKind getSynchronizationPolicy() {
@@ -139,7 +136,7 @@ public abstract class PortImpl extends MinimalEObjectImpl.Container implements P
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setSynchronizationPolicy(SynchronizationKind newSynchronizationPolicy) {
@@ -153,7 +150,7 @@ public abstract class PortImpl extends MinimalEObjectImpl.Container implements P
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -173,7 +170,7 @@ public abstract class PortImpl extends MinimalEObjectImpl.Container implements P
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -192,7 +189,7 @@ public abstract class PortImpl extends MinimalEObjectImpl.Container implements P
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -211,7 +208,7 @@ public abstract class PortImpl extends MinimalEObjectImpl.Container implements P
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -228,7 +225,7 @@ public abstract class PortImpl extends MinimalEObjectImpl.Container implements P
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/PowerHardwareImpl.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/PowerHardwareImpl.java
index fa757f4487f..8ec38a2e230 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/PowerHardwareImpl.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/PowerHardwareImpl.java
@@ -3,7 +3,6 @@
package org.eclipse.papyrus.RobotML.impl;
import org.eclipse.emf.ecore.EClass;
-
import org.eclipse.papyrus.RobotML.PowerHardware;
import org.eclipse.papyrus.RobotML.RobotMLPackage;
@@ -20,7 +19,7 @@ public class PowerHardwareImpl extends HardwareImpl implements PowerHardware {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected PowerHardwareImpl() {
@@ -30,7 +29,7 @@ public class PowerHardwareImpl extends HardwareImpl implements PowerHardware {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/RobotImpl.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/RobotImpl.java
index 68af4f35350..8db82ad7b85 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/RobotImpl.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/RobotImpl.java
@@ -3,11 +3,8 @@
package org.eclipse.papyrus.RobotML.impl;
import org.eclipse.emf.common.notify.Notification;
-
import org.eclipse.emf.ecore.EClass;
-
import org.eclipse.emf.ecore.impl.ENotificationImpl;
-
import org.eclipse.papyrus.RobotML.Robot;
import org.eclipse.papyrus.RobotML.RobotMLPackage;
@@ -29,7 +26,7 @@ public class RobotImpl extends AgentImpl implements Robot {
* The default value of the '{@link #getWidth() <em>Width</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getWidth()
* @generated
* @ordered
@@ -40,7 +37,7 @@ public class RobotImpl extends AgentImpl implements Robot {
* The cached value of the '{@link #getWidth() <em>Width</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getWidth()
* @generated
* @ordered
@@ -50,7 +47,7 @@ public class RobotImpl extends AgentImpl implements Robot {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected RobotImpl() {
@@ -60,7 +57,7 @@ public class RobotImpl extends AgentImpl implements Robot {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -71,7 +68,7 @@ public class RobotImpl extends AgentImpl implements Robot {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public float getWidth() {
@@ -81,7 +78,7 @@ public class RobotImpl extends AgentImpl implements Robot {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setWidth(float newWidth) {
@@ -95,7 +92,7 @@ public class RobotImpl extends AgentImpl implements Robot {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -110,7 +107,7 @@ public class RobotImpl extends AgentImpl implements Robot {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -126,7 +123,7 @@ public class RobotImpl extends AgentImpl implements Robot {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -142,7 +139,7 @@ public class RobotImpl extends AgentImpl implements Robot {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -157,7 +154,7 @@ public class RobotImpl extends AgentImpl implements Robot {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/RobotMLFactoryImpl.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/RobotMLFactoryImpl.java
index abc29bbaf42..8b6dfb18b4a 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/RobotMLFactoryImpl.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/RobotMLFactoryImpl.java
@@ -6,11 +6,8 @@ import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.EDataType;
import org.eclipse.emf.ecore.EObject;
import org.eclipse.emf.ecore.EPackage;
-
import org.eclipse.emf.ecore.impl.EFactoryImpl;
-
import org.eclipse.emf.ecore.plugin.EcorePlugin;
-
import org.eclipse.papyrus.RobotML.ActuatedJoint;
import org.eclipse.papyrus.RobotML.ActuatorHardware;
import org.eclipse.papyrus.RobotML.ActuatorSystem;
@@ -102,7 +99,7 @@ import org.eclipse.papyrus.RobotML.WeaponSystem;
* <!-- begin-user-doc -->
* An implementation of the model <b>Factory</b>.
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
@@ -110,7 +107,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
* Creates the default factory implementation.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public static RobotMLFactory init() {
@@ -129,7 +126,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
* Creates an instance of the factory.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public RobotMLFactoryImpl() {
@@ -139,7 +136,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -309,7 +306,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -337,7 +334,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -365,7 +362,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public Transition createTransition() {
@@ -376,7 +373,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public Algorithm createAlgorithm() {
@@ -387,7 +384,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public State createState() {
@@ -398,7 +395,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public ActuatedJoint createActuatedJoint() {
@@ -409,7 +406,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public Joint createJoint() {
@@ -420,7 +417,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public CompleteBonding createCompleteBonding() {
@@ -431,7 +428,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public Robot createRobot() {
@@ -442,7 +439,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public org.eclipse.papyrus.RobotML.System createSystem() {
@@ -453,7 +450,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public Agent createAgent() {
@@ -464,7 +461,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public PhysicalObject createPhysicalObject() {
@@ -475,7 +472,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public Environment createEnvironment() {
@@ -486,7 +483,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public Surface createSurface() {
@@ -497,7 +494,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public DataFlowPort createDataFlowPort() {
@@ -508,7 +505,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public ServicePort createServicePort() {
@@ -519,7 +516,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public ActuatorSystem createActuatorSystem() {
@@ -530,7 +527,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public RoboticSystem createRoboticSystem() {
@@ -541,7 +538,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public CyberPhysicalSystem createCyberPhysicalSystem() {
@@ -552,7 +549,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public SensorSystem createSensorSystem() {
@@ -563,7 +560,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public Hardware createHardware() {
@@ -574,7 +571,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public Software createSoftware() {
@@ -585,7 +582,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EngineSystem createEngineSystem() {
@@ -596,7 +593,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public SteeredWheelSystem createSteeredWheelSystem() {
@@ -607,7 +604,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public LocomotionSystem createLocomotionSystem() {
@@ -618,7 +615,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public ImageSensorSystem createImageSensorSystem() {
@@ -629,7 +626,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public CameraSystem createCameraSystem() {
@@ -640,7 +637,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public ObjectDetectionSensorSystem createObjectDetectionSensorSystem() {
@@ -651,7 +648,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public ObjectTrackingSensorSystem createObjectTrackingSensorSystem() {
@@ -662,7 +659,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public LidarSystem createLidarSystem() {
@@ -673,7 +670,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public LocalizationSensorSystem createLocalizationSensorSystem() {
@@ -684,7 +681,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public GPSSystem createGPSSystem() {
@@ -695,7 +692,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public AlgorithmLibrary createAlgorithmLibrary() {
@@ -706,7 +703,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public SensorDriver createSensorDriver() {
@@ -717,7 +714,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public Building createBuilding() {
@@ -728,7 +725,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public Planet createPlanet() {
@@ -739,7 +736,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public LandSurface createLandSurface() {
@@ -750,7 +747,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public Floor createFloor() {
@@ -761,7 +758,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public WaterSurface createWaterSurface() {
@@ -772,7 +769,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public Human createHuman() {
@@ -783,7 +780,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public Pedestrian createPedestrian() {
@@ -794,7 +791,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public Stairs createStairs() {
@@ -805,7 +802,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public Platform createPlatform() {
@@ -816,7 +813,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public ExternalLibrary createExternalLibrary() {
@@ -827,7 +824,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public RoboticMiddleware createRoboticMiddleware() {
@@ -838,7 +835,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public RoboticSimulator createRoboticSimulator() {
@@ -849,7 +846,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public CycabTK createCycabTK() {
@@ -860,7 +857,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public BlenderMorse createBlenderMorse() {
@@ -871,7 +868,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public OnPort createOnPort() {
@@ -882,7 +879,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public Allocate createAllocate() {
@@ -893,7 +890,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public InertialMeasurementUnitSystem createInertialMeasurementUnitSystem() {
@@ -904,7 +901,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public InertialNavigationSystem createInertialNavigationSystem() {
@@ -915,7 +912,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public OdometrySystem createOdometrySystem() {
@@ -926,7 +923,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public InfraRedProximetrySystem createInfraRedProximetrySystem() {
@@ -937,7 +934,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public DeploymentPlan createDeploymentPlan() {
@@ -948,7 +945,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public Gyroscope createGyroscope() {
@@ -959,7 +956,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public OnProperty createOnProperty() {
@@ -970,7 +967,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public Chassis createChassis() {
@@ -981,7 +978,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public SupportingStructure createSupportingStructure() {
@@ -992,7 +989,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public MechanicalLinkage createMechanicalLinkage() {
@@ -1003,7 +1000,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public Leg createLeg() {
@@ -1014,7 +1011,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public LocomotionHardware createLocomotionHardware() {
@@ -1025,7 +1022,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public ActuatorHardware createActuatorHardware() {
@@ -1036,7 +1033,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public MobileRobot createMobileRobot() {
@@ -1047,7 +1044,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public Manipulator createManipulator() {
@@ -1058,7 +1055,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public PilotedSystem createPilotedSystem() {
@@ -1069,7 +1066,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public PowerHardware createPowerHardware() {
@@ -1080,7 +1077,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public SensorHardware createSensorHardware() {
@@ -1091,7 +1088,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public GraspingHardware createGraspingHardware() {
@@ -1102,7 +1099,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public SteeredWheelHardware createSteeredWheelHardware() {
@@ -1113,7 +1110,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public Arm createArm() {
@@ -1124,7 +1121,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public LegSystem createLegSystem() {
@@ -1135,7 +1132,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public GraspingSystem createGraspingSystem() {
@@ -1146,7 +1143,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public WeaponSystem createWeaponSystem() {
@@ -1157,7 +1154,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public ManMachineInterfaceSystem createManMachineInterfaceSystem() {
@@ -1168,7 +1165,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public ClosedLoopControlSystem createClosedLoopControlSystem() {
@@ -1179,7 +1176,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public OpenLoopControlSystem createOpenLoopControlSystem() {
@@ -1190,7 +1187,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public RoboticHead createRoboticHead() {
@@ -1201,7 +1198,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public NavigationCommandSystem createNavigationCommandSystem() {
@@ -1212,7 +1209,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public JoysticNavigationSystem createJoysticNavigationSystem() {
@@ -1223,7 +1220,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public SynchronizationKind createSynchronizationKindFromString(EDataType eDataType, String initialValue) {
@@ -1237,7 +1234,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public String convertSynchronizationKindToString(EDataType eDataType, Object instanceValue) {
@@ -1247,7 +1244,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public DataFlowDirectionKind createDataFlowDirectionKindFromString(EDataType eDataType, String initialValue) {
@@ -1261,7 +1258,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public String convertDataFlowDirectionKindToString(EDataType eDataType, Object instanceValue) {
@@ -1271,7 +1268,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public ServiceFlowKind createServiceFlowKindFromString(EDataType eDataType, String initialValue) {
@@ -1285,7 +1282,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public String convertServiceFlowKindToString(EDataType eDataType, Object instanceValue) {
@@ -1295,7 +1292,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public UGVKind createUGVKindFromString(EDataType eDataType, String initialValue) {
@@ -1309,7 +1306,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public String convertUGVKindToString(EDataType eDataType, Object instanceValue) {
@@ -1319,7 +1316,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public RoboticMiddlewareKind createRoboticMiddlewareKindFromString(EDataType eDataType, String initialValue) {
@@ -1333,7 +1330,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public String convertRoboticMiddlewareKindToString(EDataType eDataType, Object instanceValue) {
@@ -1343,7 +1340,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public Shade createShadeFromString(EDataType eDataType, String initialValue) {
@@ -1357,7 +1354,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public String convertShadeToString(EDataType eDataType, Object instanceValue) {
@@ -1367,7 +1364,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public MobileRobotKind createMobileRobotKindFromString(EDataType eDataType, String initialValue) {
@@ -1381,7 +1378,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public String convertMobileRobotKindToString(EDataType eDataType, Object instanceValue) {
@@ -1391,7 +1388,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public RobotMLPackage getRobotMLPackage() {
@@ -1401,7 +1398,7 @@ public class RobotMLFactoryImpl extends EFactoryImpl implements RobotMLFactory {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @deprecated
* @generated
*/
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/RobotMLPackageImpl.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/RobotMLPackageImpl.java
index b5811901c25..cbd19cae74b 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/RobotMLPackageImpl.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/RobotMLPackageImpl.java
@@ -7,9 +7,7 @@ import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.EEnum;
import org.eclipse.emf.ecore.EPackage;
import org.eclipse.emf.ecore.EReference;
-
import org.eclipse.emf.ecore.impl.EPackageImpl;
-
import org.eclipse.papyrus.RobotML.ActuatedJoint;
import org.eclipse.papyrus.RobotML.ActuatorHardware;
import org.eclipse.papyrus.RobotML.ActuatorSystem;
@@ -98,55 +96,37 @@ import org.eclipse.papyrus.RobotML.Transition;
import org.eclipse.papyrus.RobotML.UGVKind;
import org.eclipse.papyrus.RobotML.WaterSurface;
import org.eclipse.papyrus.RobotML.WeaponSystem;
-
import org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.actionlib_datatypes.Actionlib_datatypesPackage;
-
import org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.actionlib_datatypes.impl.Actionlib_datatypesPackageImpl;
-
import org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.diagnostic_datatypes.Diagnostic_datatypesPackage;
-
import org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.diagnostic_datatypes.impl.Diagnostic_datatypesPackageImpl;
-
import org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.geometry_datatypes.Geometry_datatypesPackage;
-
import org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.geometry_datatypes.impl.Geometry_datatypesPackageImpl;
-
import org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.nav_datatypes.Nav_datatypesPackage;
-
import org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.nav_datatypes.impl.Nav_datatypesPackageImpl;
-
import org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.oarps_datatypes.oarp1_datatypes.Oarp1_datatypesPackage;
-
import org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.oarps_datatypes.oarp1_datatypes.impl.Oarp1_datatypesPackageImpl;
-
import org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.oarps_datatypes.oarp4_datatypes.Oarp4_datatypesPackage;
-
import org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.oarps_datatypes.oarp4_datatypes.impl.Oarp4_datatypesPackageImpl;
-
import org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.sensor_datatypes.Sensor_datatypesPackage;
-
import org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.sensor_datatypes.impl.Sensor_datatypesPackageImpl;
-
import org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.std_datatypes.Std_datatypesPackage;
-
import org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.std_datatypes.impl.Std_datatypesPackageImpl;
-
import org.eclipse.uml2.types.TypesPackage;
-
import org.eclipse.uml2.uml.UMLPackage;
/**
* <!-- begin-user-doc -->
* An implementation of the model <b>Package</b>.
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass transitionEClass = null;
@@ -154,7 +134,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass algorithmEClass = null;
@@ -162,7 +142,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass stateEClass = null;
@@ -170,7 +150,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass actuatedJointEClass = null;
@@ -178,7 +158,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass jointEClass = null;
@@ -186,7 +166,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass completeBondingEClass = null;
@@ -194,7 +174,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass robotEClass = null;
@@ -202,7 +182,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass systemEClass = null;
@@ -210,7 +190,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass agentEClass = null;
@@ -218,7 +198,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass physicalObjectEClass = null;
@@ -226,7 +206,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass environmentEClass = null;
@@ -234,7 +214,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass surfaceEClass = null;
@@ -242,7 +222,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass dataFlowPortEClass = null;
@@ -250,7 +230,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass portEClass = null;
@@ -258,7 +238,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass servicePortEClass = null;
@@ -266,7 +246,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass actuatorSystemEClass = null;
@@ -274,7 +254,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass roboticSystemEClass = null;
@@ -282,7 +262,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass cyberPhysicalSystemEClass = null;
@@ -290,7 +270,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass sensorSystemEClass = null;
@@ -298,7 +278,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass hardwareEClass = null;
@@ -306,7 +286,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass softwareEClass = null;
@@ -314,7 +294,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass engineSystemEClass = null;
@@ -322,7 +302,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass steeredWheelSystemEClass = null;
@@ -330,7 +310,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass locomotionSystemEClass = null;
@@ -338,7 +318,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass imageSensorSystemEClass = null;
@@ -346,7 +326,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass cameraSystemEClass = null;
@@ -354,7 +334,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass objectDetectionSensorSystemEClass = null;
@@ -362,7 +342,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass objectTrackingSensorSystemEClass = null;
@@ -370,7 +350,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass lidarSystemEClass = null;
@@ -378,7 +358,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass localizationSensorSystemEClass = null;
@@ -386,7 +366,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass gpsSystemEClass = null;
@@ -394,7 +374,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass algorithmLibraryEClass = null;
@@ -402,7 +382,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass sensorDriverEClass = null;
@@ -410,7 +390,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass buildingEClass = null;
@@ -418,7 +398,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass planetEClass = null;
@@ -426,7 +406,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass landSurfaceEClass = null;
@@ -434,7 +414,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass groundEClass = null;
@@ -442,7 +422,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass floorEClass = null;
@@ -450,7 +430,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass waterSurfaceEClass = null;
@@ -458,7 +438,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass humanEClass = null;
@@ -466,7 +446,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass pedestrianEClass = null;
@@ -474,7 +454,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass stairsEClass = null;
@@ -482,7 +462,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass platformEClass = null;
@@ -490,7 +470,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass externalLibraryEClass = null;
@@ -498,7 +478,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass roboticMiddlewareEClass = null;
@@ -506,7 +486,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass roboticSimulatorEClass = null;
@@ -514,7 +494,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass cycabTKEClass = null;
@@ -522,7 +502,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass blenderMorseEClass = null;
@@ -530,7 +510,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass onPortEClass = null;
@@ -538,7 +518,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass allocateEClass = null;
@@ -546,7 +526,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass inertialMeasurementUnitSystemEClass = null;
@@ -554,7 +534,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass inertialNavigationSystemEClass = null;
@@ -562,7 +542,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass odometrySystemEClass = null;
@@ -570,7 +550,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass infraRedProximetrySystemEClass = null;
@@ -578,7 +558,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass deploymentPlanEClass = null;
@@ -586,7 +566,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass gyroscopeEClass = null;
@@ -594,7 +574,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass onPropertyEClass = null;
@@ -602,7 +582,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass chassisEClass = null;
@@ -610,7 +590,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass supportingStructureEClass = null;
@@ -618,7 +598,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass mechanicalLinkageEClass = null;
@@ -626,7 +606,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass legEClass = null;
@@ -634,7 +614,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass locomotionHardwareEClass = null;
@@ -642,7 +622,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass actuatorHardwareEClass = null;
@@ -650,7 +630,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass mobileRobotEClass = null;
@@ -658,7 +638,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass manipulatorEClass = null;
@@ -666,7 +646,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass pilotedSystemEClass = null;
@@ -674,7 +654,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass powerHardwareEClass = null;
@@ -682,7 +662,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass sensorHardwareEClass = null;
@@ -690,7 +670,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass graspingHardwareEClass = null;
@@ -698,7 +678,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass steeredWheelHardwareEClass = null;
@@ -706,7 +686,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass armEClass = null;
@@ -714,7 +694,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass legSystemEClass = null;
@@ -722,7 +702,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass graspingSystemEClass = null;
@@ -730,7 +710,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass weaponSystemEClass = null;
@@ -738,7 +718,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass manMachineInterfaceSystemEClass = null;
@@ -746,7 +726,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass closedLoopControlSystemEClass = null;
@@ -754,7 +734,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass openLoopControlSystemEClass = null;
@@ -762,7 +742,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass roboticHeadEClass = null;
@@ -770,7 +750,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass navigationCommandSystemEClass = null;
@@ -778,7 +758,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass joysticNavigationSystemEClass = null;
@@ -786,7 +766,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EEnum synchronizationKindEEnum = null;
@@ -794,7 +774,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EEnum dataFlowDirectionKindEEnum = null;
@@ -802,7 +782,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EEnum serviceFlowKindEEnum = null;
@@ -810,7 +790,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EEnum ugvKindEEnum = null;
@@ -818,7 +798,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EEnum roboticMiddlewareKindEEnum = null;
@@ -826,7 +806,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EEnum shadeEEnum = null;
@@ -834,7 +814,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EEnum mobileRobotKindEEnum = null;
@@ -844,7 +824,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
* package URI value.
* <p>
* Note: the correct way to create the package is via the static factory method {@link #init init()}, which also performs initialization of the package, or returns the registered package, if one already exists. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.emf.ecore.EPackage.Registry
* @see org.eclipse.papyrus.RobotML.RobotMLPackage#eNS_URI
* @see #init()
@@ -857,7 +837,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private static boolean isInited = false;
@@ -867,7 +847,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
*
* <p>
* This method is used to initialize {@link RobotMLPackage#eINSTANCE} when that field is accessed. Clients should not invoke it directly. Instead, they should simply access that field to obtain the package. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @see #eNS_URI
* @see #createPackageContents()
* @see #initializePackageContents()
@@ -938,7 +918,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getTransition() {
@@ -948,7 +928,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EReference getTransition_Base_Transition() {
@@ -958,7 +938,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EReference getTransition_Guard() {
@@ -968,7 +948,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EReference getTransition_Effect() {
@@ -978,7 +958,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getAlgorithm() {
@@ -988,7 +968,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EReference getAlgorithm_Base_Operation() {
@@ -998,7 +978,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getAlgorithm_IsExternal() {
@@ -1008,7 +988,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getAlgorithm_ExtFunctionName() {
@@ -1018,7 +998,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getAlgorithm_LibPath() {
@@ -1028,7 +1008,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getAlgorithm_LibFileFormat() {
@@ -1038,7 +1018,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getState() {
@@ -1048,7 +1028,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EReference getState_Base_State() {
@@ -1058,7 +1038,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EReference getState_Behavior() {
@@ -1068,7 +1048,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getActuatedJoint() {
@@ -1078,7 +1058,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getJoint() {
@@ -1088,7 +1068,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EReference getJoint_Base_Connector() {
@@ -1098,7 +1078,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getCompleteBonding() {
@@ -1108,7 +1088,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getRobot() {
@@ -1118,7 +1098,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getRobot_Width() {
@@ -1128,7 +1108,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getSystem() {
@@ -1138,7 +1118,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EReference getSystem_Base_Class() {
@@ -1148,7 +1128,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getSystem_Native() {
@@ -1158,7 +1138,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getSystem_LibraryPath() {
@@ -1168,7 +1148,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getSystem_LibraryComponentName() {
@@ -1178,7 +1158,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getAgent() {
@@ -1188,7 +1168,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EReference getAgent_MovesOver() {
@@ -1198,7 +1178,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getPhysicalObject() {
@@ -1208,7 +1188,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EReference getPhysicalObject_EvelovesIn() {
@@ -1218,7 +1198,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EReference getPhysicalObject_HasSurface() {
@@ -1228,7 +1208,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getPhysicalObject_Height() {
@@ -1238,7 +1218,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getPhysicalObject_Mass() {
@@ -1248,7 +1228,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getEnvironment() {
@@ -1258,7 +1238,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getSurface() {
@@ -1268,7 +1248,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getDataFlowPort() {
@@ -1278,7 +1258,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getDataFlowPort_Direction() {
@@ -1288,7 +1268,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getDataFlowPort_BufferSize() {
@@ -1298,7 +1278,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getPort() {
@@ -1308,7 +1288,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EReference getPort_Base_Port() {
@@ -1318,7 +1298,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getPort_SynchronizationPolicy() {
@@ -1328,7 +1308,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getServicePort() {
@@ -1338,7 +1318,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getServicePort_Kind() {
@@ -1348,7 +1328,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getActuatorSystem() {
@@ -1358,7 +1338,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getRoboticSystem() {
@@ -1368,7 +1348,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EReference getRoboticSystem_LocalPosition() {
@@ -1378,7 +1358,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EReference getRoboticSystem_LocalOrientation() {
@@ -1388,7 +1368,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getCyberPhysicalSystem() {
@@ -1398,7 +1378,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getSensorSystem() {
@@ -1408,7 +1388,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getSensorSystem_Frequency() {
@@ -1418,7 +1398,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getSensorSystem_Identifier() {
@@ -1428,7 +1408,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getHardware() {
@@ -1438,7 +1418,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getSoftware() {
@@ -1448,7 +1428,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getSoftware_IsPeriodic() {
@@ -1458,7 +1438,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getSoftware_Period() {
@@ -1468,7 +1448,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getSoftware_Priority() {
@@ -1478,7 +1458,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getSoftware_Deadline() {
@@ -1488,7 +1468,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getSoftware_Wcet() {
@@ -1498,7 +1478,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getEngineSystem() {
@@ -1508,7 +1488,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getEngineSystem_VehicleTraction() {
@@ -1518,7 +1498,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getEngineSystem_MaxEngineForce() {
@@ -1528,7 +1508,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getEngineSystem_MaxBreakingForce() {
@@ -1538,7 +1518,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getEngineSystem_MaxAllowedSteering() {
@@ -1548,7 +1528,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getEngineSystem_MaxAllowedVelocity() {
@@ -1558,7 +1538,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getEngineSystem_Gear_ration() {
@@ -1568,7 +1548,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getSteeredWheelSystem() {
@@ -1578,7 +1558,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getSteeredWheelSystem_WheelRadius() {
@@ -1588,7 +1568,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getSteeredWheelSystem_WheelWidth() {
@@ -1598,7 +1578,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getSteeredWheelSystem_SuspensionRestLength() {
@@ -1608,7 +1588,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getSteeredWheelSystem_WheelConnectionHeight() {
@@ -1618,7 +1598,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getSteeredWheelSystem_TypeOfWheel() {
@@ -1628,7 +1608,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getSteeredWheelSystem_WheelVelocityPIDkp() {
@@ -1638,7 +1618,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getSteeredWheelSystem_WheelVelocityPIDki() {
@@ -1648,7 +1628,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getSteeredWheelSystem_WheelVelocityPIDkd() {
@@ -1658,7 +1638,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getSteeredWheelSystem_WheelSteeringPIDkp() {
@@ -1668,7 +1648,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getSteeredWheelSystem_WheelSteeringPIDkd() {
@@ -1678,7 +1658,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getSteeredWheelSystem_WheelFriction() {
@@ -1688,7 +1668,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getSteeredWheelSystem_SuspensionStiffness() {
@@ -1698,7 +1678,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getSteeredWheelSystem_SuspensionDamping() {
@@ -1708,7 +1688,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getSteeredWheelSystem_SuspensionCompression() {
@@ -1718,7 +1698,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getSteeredWheelSystem_WheelVelocityPIDmaxSum() {
@@ -1728,7 +1708,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getSteeredWheelSystem_WheelVelocityPIDmaxVal() {
@@ -1738,7 +1718,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getLocomotionSystem() {
@@ -1748,7 +1728,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getImageSensorSystem() {
@@ -1758,7 +1738,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getCameraSystem() {
@@ -1768,7 +1748,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getCameraSystem_Width() {
@@ -1778,7 +1758,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getCameraSystem_Height() {
@@ -1788,7 +1768,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getCameraSystem_Alpha_u() {
@@ -1798,7 +1778,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getCameraSystem_Alpha_v() {
@@ -1808,7 +1788,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getCameraSystem_U0() {
@@ -1818,7 +1798,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getCameraSystem_V0() {
@@ -1828,7 +1808,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getCameraSystem_Color_format() {
@@ -1838,7 +1818,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EReference getCameraSystem_Translate() {
@@ -1848,7 +1828,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EReference getCameraSystem_Rotate() {
@@ -1858,7 +1838,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getObjectDetectionSensorSystem() {
@@ -1868,7 +1848,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getObjectTrackingSensorSystem() {
@@ -1878,7 +1858,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getLidarSystem() {
@@ -1888,7 +1868,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getLidarSystem_NbLayers() {
@@ -1898,7 +1878,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getLidarSystem_LayerAngleMin() {
@@ -1908,7 +1888,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getLidarSystem_LayerAngleStep() {
@@ -1918,7 +1898,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getLidarSystem_Noise() {
@@ -1928,7 +1908,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getLidarSystem_SigmaNoise() {
@@ -1938,7 +1918,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getLidarSystem_Angle_min() {
@@ -1948,7 +1928,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getLidarSystem_Angle_max() {
@@ -1958,7 +1938,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getLidarSystem_Time_increment() {
@@ -1968,7 +1948,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getLidarSystem_Scan_time() {
@@ -1978,7 +1958,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getLidarSystem_Range_min() {
@@ -1988,7 +1968,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getLidarSystem_Range_max() {
@@ -1998,7 +1978,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getLidarSystem_NbRays() {
@@ -2008,7 +1988,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getLocalizationSensorSystem() {
@@ -2018,7 +1998,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getGPSSystem() {
@@ -2028,7 +2008,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EReference getGPSSystem_OriginPosition() {
@@ -2038,7 +2018,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getAlgorithmLibrary() {
@@ -2048,7 +2028,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EReference getAlgorithmLibrary_Base_Class() {
@@ -2058,7 +2038,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getAlgorithmLibrary_Path() {
@@ -2068,7 +2048,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getSensorDriver() {
@@ -2078,7 +2058,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getBuilding() {
@@ -2088,7 +2068,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getPlanet() {
@@ -2098,7 +2078,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getLandSurface() {
@@ -2108,7 +2088,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getGround() {
@@ -2118,7 +2098,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getFloor() {
@@ -2128,7 +2108,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getWaterSurface() {
@@ -2138,7 +2118,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getHuman() {
@@ -2148,7 +2128,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getPedestrian() {
@@ -2158,7 +2138,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getStairs() {
@@ -2168,7 +2148,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getPlatform() {
@@ -2178,7 +2158,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EReference getPlatform_Base_Node() {
@@ -2188,7 +2168,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EReference getPlatform_Library() {
@@ -2198,7 +2178,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getExternalLibrary() {
@@ -2208,7 +2188,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getExternalLibrary_LibPath() {
@@ -2218,7 +2198,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getExternalLibrary_LibFileFormat() {
@@ -2228,7 +2208,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EReference getExternalLibrary_Base_Interface() {
@@ -2238,7 +2218,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getRoboticMiddleware() {
@@ -2248,7 +2228,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getRoboticMiddleware_Kind() {
@@ -2258,7 +2238,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getRoboticSimulator() {
@@ -2268,7 +2248,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getCycabTK() {
@@ -2278,7 +2258,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getCycabTK_UseRealTime() {
@@ -2288,7 +2268,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getCycabTK_TimeStep() {
@@ -2298,7 +2278,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getCycabTK_TimeFactor() {
@@ -2308,7 +2288,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getBlenderMorse() {
@@ -2318,7 +2298,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getBlenderMorse_DebugMode() {
@@ -2328,7 +2308,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getBlenderMorse_DebugDisplay() {
@@ -2338,7 +2318,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getBlenderMorse_Gravity() {
@@ -2348,7 +2328,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getBlenderMorse__viewport_shade() {
@@ -2358,7 +2338,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getOnPort() {
@@ -2368,7 +2348,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EReference getOnPort_Port() {
@@ -2378,7 +2358,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EReference getOnPort_Base_Parameter() {
@@ -2388,7 +2368,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getAllocate() {
@@ -2398,7 +2378,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EReference getAllocate_Base_Abstraction() {
@@ -2408,7 +2388,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getInertialMeasurementUnitSystem() {
@@ -2418,7 +2398,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getInertialNavigationSystem() {
@@ -2428,7 +2408,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getOdometrySystem() {
@@ -2438,7 +2418,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getInfraRedProximetrySystem() {
@@ -2448,7 +2428,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getDeploymentPlan() {
@@ -2458,7 +2438,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EReference getDeploymentPlan_Base_Package() {
@@ -2468,7 +2448,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EReference getDeploymentPlan_MainInstance() {
@@ -2478,7 +2458,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getGyroscope() {
@@ -2488,7 +2468,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getOnProperty() {
@@ -2498,7 +2478,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EReference getOnProperty_Property() {
@@ -2508,7 +2488,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EReference getOnProperty_Base_Parameter() {
@@ -2518,7 +2498,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getChassis() {
@@ -2528,7 +2508,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getSupportingStructure() {
@@ -2538,7 +2518,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getMechanicalLinkage() {
@@ -2548,7 +2528,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getLeg() {
@@ -2558,7 +2538,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getLocomotionHardware() {
@@ -2568,7 +2548,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getActuatorHardware() {
@@ -2578,7 +2558,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getMobileRobot() {
@@ -2588,7 +2568,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getMobileRobot_Kind() {
@@ -2598,7 +2578,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getManipulator() {
@@ -2608,7 +2588,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getPilotedSystem() {
@@ -2618,7 +2598,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getPowerHardware() {
@@ -2628,7 +2608,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getSensorHardware() {
@@ -2638,7 +2618,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getGraspingHardware() {
@@ -2648,7 +2628,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getSteeredWheelHardware() {
@@ -2658,7 +2638,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getArm() {
@@ -2668,7 +2648,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getLegSystem() {
@@ -2678,7 +2658,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getGraspingSystem() {
@@ -2688,7 +2668,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getWeaponSystem() {
@@ -2698,7 +2678,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getManMachineInterfaceSystem() {
@@ -2708,7 +2688,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getClosedLoopControlSystem() {
@@ -2718,7 +2698,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getOpenLoopControlSystem() {
@@ -2728,7 +2708,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getRoboticHead() {
@@ -2738,7 +2718,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getNavigationCommandSystem() {
@@ -2748,7 +2728,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getJoysticNavigationSystem() {
@@ -2758,7 +2738,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EEnum getSynchronizationKind() {
@@ -2768,7 +2748,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EEnum getDataFlowDirectionKind() {
@@ -2778,7 +2758,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EEnum getServiceFlowKind() {
@@ -2788,7 +2768,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EEnum getUGVKind() {
@@ -2798,7 +2778,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EEnum getRoboticMiddlewareKind() {
@@ -2808,7 +2788,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EEnum getShade() {
@@ -2818,7 +2798,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EEnum getMobileRobotKind() {
@@ -2828,7 +2808,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public RobotMLFactory getRobotMLFactory() {
@@ -2838,7 +2818,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private boolean isCreated = false;
@@ -2848,7 +2828,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
* guarded to have no affect on any invocation but its first.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void createPackageContents() {
@@ -3133,7 +3113,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private boolean isInitialized = false;
@@ -3143,7 +3123,7 @@ public class RobotMLPackageImpl extends EPackageImpl implements RobotMLPackage {
* method is guarded to have no affect on any invocation but its first.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void initializePackageContents() {
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/RoboticHeadImpl.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/RoboticHeadImpl.java
index fc65dca4f87..c9ec1467437 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/RoboticHeadImpl.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/RoboticHeadImpl.java
@@ -3,7 +3,6 @@
package org.eclipse.papyrus.RobotML.impl;
import org.eclipse.emf.ecore.EClass;
-
import org.eclipse.papyrus.RobotML.RobotMLPackage;
import org.eclipse.papyrus.RobotML.RoboticHead;
@@ -20,7 +19,7 @@ public class RoboticHeadImpl extends ManMachineInterfaceSystemImpl implements Ro
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected RoboticHeadImpl() {
@@ -30,7 +29,7 @@ public class RoboticHeadImpl extends ManMachineInterfaceSystemImpl implements Ro
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/RoboticMiddlewareImpl.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/RoboticMiddlewareImpl.java
index 2f22d09d9e0..9fc53a6e1e9 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/RoboticMiddlewareImpl.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/RoboticMiddlewareImpl.java
@@ -3,11 +3,8 @@
package org.eclipse.papyrus.RobotML.impl;
import org.eclipse.emf.common.notify.Notification;
-
import org.eclipse.emf.ecore.EClass;
-
import org.eclipse.emf.ecore.impl.ENotificationImpl;
-
import org.eclipse.papyrus.RobotML.RobotMLPackage;
import org.eclipse.papyrus.RobotML.RoboticMiddleware;
import org.eclipse.papyrus.RobotML.RoboticMiddlewareKind;
@@ -30,7 +27,7 @@ public class RoboticMiddlewareImpl extends PlatformImpl implements RoboticMiddle
* The default value of the '{@link #getKind() <em>Kind</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getKind()
* @generated
* @ordered
@@ -41,7 +38,7 @@ public class RoboticMiddlewareImpl extends PlatformImpl implements RoboticMiddle
* The cached value of the '{@link #getKind() <em>Kind</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getKind()
* @generated
* @ordered
@@ -51,7 +48,7 @@ public class RoboticMiddlewareImpl extends PlatformImpl implements RoboticMiddle
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected RoboticMiddlewareImpl() {
@@ -61,7 +58,7 @@ public class RoboticMiddlewareImpl extends PlatformImpl implements RoboticMiddle
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -72,7 +69,7 @@ public class RoboticMiddlewareImpl extends PlatformImpl implements RoboticMiddle
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public RoboticMiddlewareKind getKind() {
@@ -82,7 +79,7 @@ public class RoboticMiddlewareImpl extends PlatformImpl implements RoboticMiddle
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setKind(RoboticMiddlewareKind newKind) {
@@ -96,7 +93,7 @@ public class RoboticMiddlewareImpl extends PlatformImpl implements RoboticMiddle
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -111,7 +108,7 @@ public class RoboticMiddlewareImpl extends PlatformImpl implements RoboticMiddle
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -127,7 +124,7 @@ public class RoboticMiddlewareImpl extends PlatformImpl implements RoboticMiddle
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -143,7 +140,7 @@ public class RoboticMiddlewareImpl extends PlatformImpl implements RoboticMiddle
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -158,7 +155,7 @@ public class RoboticMiddlewareImpl extends PlatformImpl implements RoboticMiddle
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/RoboticSimulatorImpl.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/RoboticSimulatorImpl.java
index 2527ea66f61..a24e9d0bd74 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/RoboticSimulatorImpl.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/RoboticSimulatorImpl.java
@@ -3,7 +3,6 @@
package org.eclipse.papyrus.RobotML.impl;
import org.eclipse.emf.ecore.EClass;
-
import org.eclipse.papyrus.RobotML.RobotMLPackage;
import org.eclipse.papyrus.RobotML.RoboticSimulator;
@@ -20,7 +19,7 @@ public class RoboticSimulatorImpl extends PlatformImpl implements RoboticSimulat
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected RoboticSimulatorImpl() {
@@ -30,7 +29,7 @@ public class RoboticSimulatorImpl extends PlatformImpl implements RoboticSimulat
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/RoboticSystemImpl.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/RoboticSystemImpl.java
index b85d4193f51..28e88009c11 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/RoboticSystemImpl.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/RoboticSystemImpl.java
@@ -4,15 +4,11 @@ package org.eclipse.papyrus.RobotML.impl;
import org.eclipse.emf.common.notify.Notification;
import org.eclipse.emf.common.notify.NotificationChain;
-
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.InternalEObject;
-
import org.eclipse.emf.ecore.impl.ENotificationImpl;
-
import org.eclipse.papyrus.RobotML.RobotMLPackage;
import org.eclipse.papyrus.RobotML.RoboticSystem;
-
import org.eclipse.papyrus.RobotMLLibraries.RobotML_ModelLibrary.RobotML_DataTypes.geometry_datatypes.Point32;
/**
@@ -34,7 +30,7 @@ public class RoboticSystemImpl extends SystemImpl implements RoboticSystem {
* The cached value of the '{@link #getLocalPosition() <em>Local Position</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getLocalPosition()
* @generated
* @ordered
@@ -45,7 +41,7 @@ public class RoboticSystemImpl extends SystemImpl implements RoboticSystem {
* The cached value of the '{@link #getLocalOrientation() <em>Local Orientation</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getLocalOrientation()
* @generated
* @ordered
@@ -55,7 +51,7 @@ public class RoboticSystemImpl extends SystemImpl implements RoboticSystem {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected RoboticSystemImpl() {
@@ -65,7 +61,7 @@ public class RoboticSystemImpl extends SystemImpl implements RoboticSystem {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -76,7 +72,7 @@ public class RoboticSystemImpl extends SystemImpl implements RoboticSystem {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public Point32 getLocalPosition() {
@@ -86,7 +82,7 @@ public class RoboticSystemImpl extends SystemImpl implements RoboticSystem {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public NotificationChain basicSetLocalPosition(Point32 newLocalPosition, NotificationChain msgs) {
@@ -106,7 +102,7 @@ public class RoboticSystemImpl extends SystemImpl implements RoboticSystem {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setLocalPosition(Point32 newLocalPosition) {
@@ -131,7 +127,7 @@ public class RoboticSystemImpl extends SystemImpl implements RoboticSystem {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public Point32 getLocalOrientation() {
@@ -141,7 +137,7 @@ public class RoboticSystemImpl extends SystemImpl implements RoboticSystem {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public NotificationChain basicSetLocalOrientation(Point32 newLocalOrientation, NotificationChain msgs) {
@@ -161,7 +157,7 @@ public class RoboticSystemImpl extends SystemImpl implements RoboticSystem {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setLocalOrientation(Point32 newLocalOrientation) {
@@ -186,7 +182,7 @@ public class RoboticSystemImpl extends SystemImpl implements RoboticSystem {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -203,7 +199,7 @@ public class RoboticSystemImpl extends SystemImpl implements RoboticSystem {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -220,7 +216,7 @@ public class RoboticSystemImpl extends SystemImpl implements RoboticSystem {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -239,7 +235,7 @@ public class RoboticSystemImpl extends SystemImpl implements RoboticSystem {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -258,7 +254,7 @@ public class RoboticSystemImpl extends SystemImpl implements RoboticSystem {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/SensorDriverImpl.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/SensorDriverImpl.java
index 794c52ed8f3..2bc48bdb10c 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/SensorDriverImpl.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/SensorDriverImpl.java
@@ -3,7 +3,6 @@
package org.eclipse.papyrus.RobotML.impl;
import org.eclipse.emf.ecore.EClass;
-
import org.eclipse.papyrus.RobotML.RobotMLPackage;
import org.eclipse.papyrus.RobotML.SensorDriver;
@@ -20,7 +19,7 @@ public class SensorDriverImpl extends SoftwareImpl implements SensorDriver {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected SensorDriverImpl() {
@@ -30,7 +29,7 @@ public class SensorDriverImpl extends SoftwareImpl implements SensorDriver {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/SensorHardwareImpl.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/SensorHardwareImpl.java
index 1c4cf21ed1c..0b9f33cb173 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/SensorHardwareImpl.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/SensorHardwareImpl.java
@@ -3,7 +3,6 @@
package org.eclipse.papyrus.RobotML.impl;
import org.eclipse.emf.ecore.EClass;
-
import org.eclipse.papyrus.RobotML.RobotMLPackage;
import org.eclipse.papyrus.RobotML.SensorHardware;
@@ -20,7 +19,7 @@ public class SensorHardwareImpl extends HardwareImpl implements SensorHardware {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected SensorHardwareImpl() {
@@ -30,7 +29,7 @@ public class SensorHardwareImpl extends HardwareImpl implements SensorHardware {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/SensorSystemImpl.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/SensorSystemImpl.java
index 149eb83c671..6caff074cf1 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/SensorSystemImpl.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/SensorSystemImpl.java
@@ -3,11 +3,8 @@
package org.eclipse.papyrus.RobotML.impl;
import org.eclipse.emf.common.notify.Notification;
-
import org.eclipse.emf.ecore.EClass;
-
import org.eclipse.emf.ecore.impl.ENotificationImpl;
-
import org.eclipse.papyrus.RobotML.RobotMLPackage;
import org.eclipse.papyrus.RobotML.SensorSystem;
@@ -30,7 +27,7 @@ public class SensorSystemImpl extends RoboticSystemImpl implements SensorSystem
* The default value of the '{@link #getFrequency() <em>Frequency</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getFrequency()
* @generated
* @ordered
@@ -41,7 +38,7 @@ public class SensorSystemImpl extends RoboticSystemImpl implements SensorSystem
* The cached value of the '{@link #getFrequency() <em>Frequency</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getFrequency()
* @generated
* @ordered
@@ -52,7 +49,7 @@ public class SensorSystemImpl extends RoboticSystemImpl implements SensorSystem
* The default value of the '{@link #getIdentifier() <em>Identifier</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getIdentifier()
* @generated
* @ordered
@@ -63,7 +60,7 @@ public class SensorSystemImpl extends RoboticSystemImpl implements SensorSystem
* The cached value of the '{@link #getIdentifier() <em>Identifier</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getIdentifier()
* @generated
* @ordered
@@ -73,7 +70,7 @@ public class SensorSystemImpl extends RoboticSystemImpl implements SensorSystem
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected SensorSystemImpl() {
@@ -83,7 +80,7 @@ public class SensorSystemImpl extends RoboticSystemImpl implements SensorSystem
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -94,7 +91,7 @@ public class SensorSystemImpl extends RoboticSystemImpl implements SensorSystem
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public float getFrequency() {
@@ -104,7 +101,7 @@ public class SensorSystemImpl extends RoboticSystemImpl implements SensorSystem
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setFrequency(float newFrequency) {
@@ -118,7 +115,7 @@ public class SensorSystemImpl extends RoboticSystemImpl implements SensorSystem
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public String getIdentifier() {
@@ -128,7 +125,7 @@ public class SensorSystemImpl extends RoboticSystemImpl implements SensorSystem
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setIdentifier(String newIdentifier) {
@@ -142,7 +139,7 @@ public class SensorSystemImpl extends RoboticSystemImpl implements SensorSystem
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -159,7 +156,7 @@ public class SensorSystemImpl extends RoboticSystemImpl implements SensorSystem
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -178,7 +175,7 @@ public class SensorSystemImpl extends RoboticSystemImpl implements SensorSystem
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -197,7 +194,7 @@ public class SensorSystemImpl extends RoboticSystemImpl implements SensorSystem
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -214,7 +211,7 @@ public class SensorSystemImpl extends RoboticSystemImpl implements SensorSystem
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/ServicePortImpl.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/ServicePortImpl.java
index 1e944f321cd..9455a036f50 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/ServicePortImpl.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/ServicePortImpl.java
@@ -3,11 +3,8 @@
package org.eclipse.papyrus.RobotML.impl;
import org.eclipse.emf.common.notify.Notification;
-
import org.eclipse.emf.ecore.EClass;
-
import org.eclipse.emf.ecore.impl.ENotificationImpl;
-
import org.eclipse.papyrus.RobotML.RobotMLPackage;
import org.eclipse.papyrus.RobotML.ServiceFlowKind;
import org.eclipse.papyrus.RobotML.ServicePort;
@@ -32,7 +29,7 @@ public class ServicePortImpl extends PortImpl implements ServicePort {
* The default value of the '{@link #getKind() <em>Kind</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getKind()
* @generated
* @ordered
@@ -43,7 +40,7 @@ public class ServicePortImpl extends PortImpl implements ServicePort {
* The cached value of the '{@link #getKind() <em>Kind</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getKind()
* @generated
* @ordered
@@ -53,7 +50,7 @@ public class ServicePortImpl extends PortImpl implements ServicePort {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected ServicePortImpl() {
@@ -63,7 +60,7 @@ public class ServicePortImpl extends PortImpl implements ServicePort {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -74,7 +71,7 @@ public class ServicePortImpl extends PortImpl implements ServicePort {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public ServiceFlowKind getKind() {
@@ -84,7 +81,7 @@ public class ServicePortImpl extends PortImpl implements ServicePort {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setKind(ServiceFlowKind newKind) {
@@ -98,7 +95,7 @@ public class ServicePortImpl extends PortImpl implements ServicePort {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -113,7 +110,7 @@ public class ServicePortImpl extends PortImpl implements ServicePort {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -129,7 +126,7 @@ public class ServicePortImpl extends PortImpl implements ServicePort {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -145,7 +142,7 @@ public class ServicePortImpl extends PortImpl implements ServicePort {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -160,7 +157,7 @@ public class ServicePortImpl extends PortImpl implements ServicePort {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/SoftwareImpl.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/SoftwareImpl.java
index c4421665509..f0d37897196 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/SoftwareImpl.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/SoftwareImpl.java
@@ -3,11 +3,8 @@
package org.eclipse.papyrus.RobotML.impl;
import org.eclipse.emf.common.notify.Notification;
-
import org.eclipse.emf.ecore.EClass;
-
import org.eclipse.emf.ecore.impl.ENotificationImpl;
-
import org.eclipse.papyrus.RobotML.RobotMLPackage;
import org.eclipse.papyrus.RobotML.Software;
@@ -33,7 +30,7 @@ public class SoftwareImpl extends SystemImpl implements Software {
* The default value of the '{@link #isIsPeriodic() <em>Is Periodic</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #isIsPeriodic()
* @generated
* @ordered
@@ -44,7 +41,7 @@ public class SoftwareImpl extends SystemImpl implements Software {
* The cached value of the '{@link #isIsPeriodic() <em>Is Periodic</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #isIsPeriodic()
* @generated
* @ordered
@@ -55,7 +52,7 @@ public class SoftwareImpl extends SystemImpl implements Software {
* The default value of the '{@link #getPeriod() <em>Period</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getPeriod()
* @generated
* @ordered
@@ -66,7 +63,7 @@ public class SoftwareImpl extends SystemImpl implements Software {
* The cached value of the '{@link #getPeriod() <em>Period</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getPeriod()
* @generated
* @ordered
@@ -77,7 +74,7 @@ public class SoftwareImpl extends SystemImpl implements Software {
* The default value of the '{@link #getPriority() <em>Priority</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getPriority()
* @generated
* @ordered
@@ -88,7 +85,7 @@ public class SoftwareImpl extends SystemImpl implements Software {
* The cached value of the '{@link #getPriority() <em>Priority</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getPriority()
* @generated
* @ordered
@@ -99,7 +96,7 @@ public class SoftwareImpl extends SystemImpl implements Software {
* The default value of the '{@link #getDeadline() <em>Deadline</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getDeadline()
* @generated
* @ordered
@@ -110,7 +107,7 @@ public class SoftwareImpl extends SystemImpl implements Software {
* The cached value of the '{@link #getDeadline() <em>Deadline</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getDeadline()
* @generated
* @ordered
@@ -121,7 +118,7 @@ public class SoftwareImpl extends SystemImpl implements Software {
* The default value of the '{@link #getWcet() <em>Wcet</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getWcet()
* @generated
* @ordered
@@ -132,7 +129,7 @@ public class SoftwareImpl extends SystemImpl implements Software {
* The cached value of the '{@link #getWcet() <em>Wcet</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getWcet()
* @generated
* @ordered
@@ -142,7 +139,7 @@ public class SoftwareImpl extends SystemImpl implements Software {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected SoftwareImpl() {
@@ -152,7 +149,7 @@ public class SoftwareImpl extends SystemImpl implements Software {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -163,7 +160,7 @@ public class SoftwareImpl extends SystemImpl implements Software {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public boolean isIsPeriodic() {
@@ -173,7 +170,7 @@ public class SoftwareImpl extends SystemImpl implements Software {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setIsPeriodic(boolean newIsPeriodic) {
@@ -187,7 +184,7 @@ public class SoftwareImpl extends SystemImpl implements Software {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public float getPeriod() {
@@ -197,7 +194,7 @@ public class SoftwareImpl extends SystemImpl implements Software {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setPeriod(float newPeriod) {
@@ -211,7 +208,7 @@ public class SoftwareImpl extends SystemImpl implements Software {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public char getPriority() {
@@ -221,7 +218,7 @@ public class SoftwareImpl extends SystemImpl implements Software {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setPriority(char newPriority) {
@@ -235,7 +232,7 @@ public class SoftwareImpl extends SystemImpl implements Software {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public float getDeadline() {
@@ -245,7 +242,7 @@ public class SoftwareImpl extends SystemImpl implements Software {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setDeadline(float newDeadline) {
@@ -259,7 +256,7 @@ public class SoftwareImpl extends SystemImpl implements Software {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public float getWcet() {
@@ -269,7 +266,7 @@ public class SoftwareImpl extends SystemImpl implements Software {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setWcet(float newWcet) {
@@ -283,7 +280,7 @@ public class SoftwareImpl extends SystemImpl implements Software {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -306,7 +303,7 @@ public class SoftwareImpl extends SystemImpl implements Software {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -334,7 +331,7 @@ public class SoftwareImpl extends SystemImpl implements Software {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -362,7 +359,7 @@ public class SoftwareImpl extends SystemImpl implements Software {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -385,7 +382,7 @@ public class SoftwareImpl extends SystemImpl implements Software {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/StairsImpl.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/StairsImpl.java
index da281cc9551..b7f7f91af9b 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/StairsImpl.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/StairsImpl.java
@@ -3,7 +3,6 @@
package org.eclipse.papyrus.RobotML.impl;
import org.eclipse.emf.ecore.EClass;
-
import org.eclipse.papyrus.RobotML.RobotMLPackage;
import org.eclipse.papyrus.RobotML.Stairs;
@@ -20,7 +19,7 @@ public class StairsImpl extends GroundImpl implements Stairs {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected StairsImpl() {
@@ -30,7 +29,7 @@ public class StairsImpl extends GroundImpl implements Stairs {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/StateImpl.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/StateImpl.java
index ac622da365a..d6ba019a277 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/StateImpl.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/StateImpl.java
@@ -3,16 +3,12 @@
package org.eclipse.papyrus.RobotML.impl;
import org.eclipse.emf.common.notify.Notification;
-
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.InternalEObject;
-
import org.eclipse.emf.ecore.impl.ENotificationImpl;
import org.eclipse.emf.ecore.impl.MinimalEObjectImpl;
-
import org.eclipse.papyrus.RobotML.RobotMLPackage;
import org.eclipse.papyrus.RobotML.State;
-
import org.eclipse.uml2.uml.Behavior;
/**
@@ -34,7 +30,7 @@ public class StateImpl extends MinimalEObjectImpl.Container implements State {
* The cached value of the '{@link #getBase_State() <em>Base State</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getBase_State()
* @generated
* @ordered
@@ -45,7 +41,7 @@ public class StateImpl extends MinimalEObjectImpl.Container implements State {
* The cached value of the '{@link #getBehavior() <em>Behavior</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getBehavior()
* @generated
* @ordered
@@ -55,7 +51,7 @@ public class StateImpl extends MinimalEObjectImpl.Container implements State {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected StateImpl() {
@@ -65,7 +61,7 @@ public class StateImpl extends MinimalEObjectImpl.Container implements State {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -76,7 +72,7 @@ public class StateImpl extends MinimalEObjectImpl.Container implements State {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public org.eclipse.uml2.uml.State getBase_State() {
@@ -95,7 +91,7 @@ public class StateImpl extends MinimalEObjectImpl.Container implements State {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public org.eclipse.uml2.uml.State basicGetBase_State() {
@@ -105,7 +101,7 @@ public class StateImpl extends MinimalEObjectImpl.Container implements State {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setBase_State(org.eclipse.uml2.uml.State newBase_State) {
@@ -119,7 +115,7 @@ public class StateImpl extends MinimalEObjectImpl.Container implements State {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public Behavior getBehavior() {
@@ -138,7 +134,7 @@ public class StateImpl extends MinimalEObjectImpl.Container implements State {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public Behavior basicGetBehavior() {
@@ -148,7 +144,7 @@ public class StateImpl extends MinimalEObjectImpl.Container implements State {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setBehavior(Behavior newBehavior) {
@@ -162,7 +158,7 @@ public class StateImpl extends MinimalEObjectImpl.Container implements State {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -185,7 +181,7 @@ public class StateImpl extends MinimalEObjectImpl.Container implements State {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -204,7 +200,7 @@ public class StateImpl extends MinimalEObjectImpl.Container implements State {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -223,7 +219,7 @@ public class StateImpl extends MinimalEObjectImpl.Container implements State {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/SteeredWheelHardwareImpl.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/SteeredWheelHardwareImpl.java
index e3e9e43e3f1..a3baa99b39a 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/SteeredWheelHardwareImpl.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/SteeredWheelHardwareImpl.java
@@ -3,7 +3,6 @@
package org.eclipse.papyrus.RobotML.impl;
import org.eclipse.emf.ecore.EClass;
-
import org.eclipse.papyrus.RobotML.RobotMLPackage;
import org.eclipse.papyrus.RobotML.SteeredWheelHardware;
@@ -20,7 +19,7 @@ public class SteeredWheelHardwareImpl extends LocomotionHardwareImpl implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected SteeredWheelHardwareImpl() {
@@ -30,7 +29,7 @@ public class SteeredWheelHardwareImpl extends LocomotionHardwareImpl implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/SteeredWheelSystemImpl.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/SteeredWheelSystemImpl.java
index f85e52429ef..655a9f70c8a 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/SteeredWheelSystemImpl.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/SteeredWheelSystemImpl.java
@@ -3,11 +3,8 @@
package org.eclipse.papyrus.RobotML.impl;
import org.eclipse.emf.common.notify.Notification;
-
import org.eclipse.emf.ecore.EClass;
-
import org.eclipse.emf.ecore.impl.ENotificationImpl;
-
import org.eclipse.papyrus.RobotML.RobotMLPackage;
import org.eclipse.papyrus.RobotML.SteeredWheelSystem;
@@ -44,7 +41,7 @@ public class SteeredWheelSystemImpl extends LocomotionSystemImpl implements Stee
* The default value of the '{@link #getWheelRadius() <em>Wheel Radius</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getWheelRadius()
* @generated
* @ordered
@@ -55,7 +52,7 @@ public class SteeredWheelSystemImpl extends LocomotionSystemImpl implements Stee
* The cached value of the '{@link #getWheelRadius() <em>Wheel Radius</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getWheelRadius()
* @generated
* @ordered
@@ -66,7 +63,7 @@ public class SteeredWheelSystemImpl extends LocomotionSystemImpl implements Stee
* The default value of the '{@link #getWheelWidth() <em>Wheel Width</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getWheelWidth()
* @generated
* @ordered
@@ -77,7 +74,7 @@ public class SteeredWheelSystemImpl extends LocomotionSystemImpl implements Stee
* The cached value of the '{@link #getWheelWidth() <em>Wheel Width</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getWheelWidth()
* @generated
* @ordered
@@ -88,7 +85,7 @@ public class SteeredWheelSystemImpl extends LocomotionSystemImpl implements Stee
* The default value of the '{@link #getSuspensionRestLength() <em>Suspension Rest Length</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getSuspensionRestLength()
* @generated
* @ordered
@@ -99,7 +96,7 @@ public class SteeredWheelSystemImpl extends LocomotionSystemImpl implements Stee
* The cached value of the '{@link #getSuspensionRestLength() <em>Suspension Rest Length</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getSuspensionRestLength()
* @generated
* @ordered
@@ -110,7 +107,7 @@ public class SteeredWheelSystemImpl extends LocomotionSystemImpl implements Stee
* The default value of the '{@link #getWheelConnectionHeight() <em>Wheel Connection Height</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getWheelConnectionHeight()
* @generated
* @ordered
@@ -121,7 +118,7 @@ public class SteeredWheelSystemImpl extends LocomotionSystemImpl implements Stee
* The cached value of the '{@link #getWheelConnectionHeight() <em>Wheel Connection Height</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getWheelConnectionHeight()
* @generated
* @ordered
@@ -132,7 +129,7 @@ public class SteeredWheelSystemImpl extends LocomotionSystemImpl implements Stee
* The default value of the '{@link #getTypeOfWheel() <em>Type Of Wheel</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getTypeOfWheel()
* @generated
* @ordered
@@ -143,7 +140,7 @@ public class SteeredWheelSystemImpl extends LocomotionSystemImpl implements Stee
* The cached value of the '{@link #getTypeOfWheel() <em>Type Of Wheel</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getTypeOfWheel()
* @generated
* @ordered
@@ -154,7 +151,7 @@ public class SteeredWheelSystemImpl extends LocomotionSystemImpl implements Stee
* The default value of the '{@link #getWheelVelocityPIDkp() <em>Wheel Velocity PI Dkp</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getWheelVelocityPIDkp()
* @generated
* @ordered
@@ -165,7 +162,7 @@ public class SteeredWheelSystemImpl extends LocomotionSystemImpl implements Stee
* The cached value of the '{@link #getWheelVelocityPIDkp() <em>Wheel Velocity PI Dkp</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getWheelVelocityPIDkp()
* @generated
* @ordered
@@ -176,7 +173,7 @@ public class SteeredWheelSystemImpl extends LocomotionSystemImpl implements Stee
* The default value of the '{@link #getWheelVelocityPIDki() <em>Wheel Velocity PI Dki</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getWheelVelocityPIDki()
* @generated
* @ordered
@@ -187,7 +184,7 @@ public class SteeredWheelSystemImpl extends LocomotionSystemImpl implements Stee
* The cached value of the '{@link #getWheelVelocityPIDki() <em>Wheel Velocity PI Dki</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getWheelVelocityPIDki()
* @generated
* @ordered
@@ -198,7 +195,7 @@ public class SteeredWheelSystemImpl extends LocomotionSystemImpl implements Stee
* The default value of the '{@link #getWheelVelocityPIDkd() <em>Wheel Velocity PI Dkd</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getWheelVelocityPIDkd()
* @generated
* @ordered
@@ -209,7 +206,7 @@ public class SteeredWheelSystemImpl extends LocomotionSystemImpl implements Stee
* The cached value of the '{@link #getWheelVelocityPIDkd() <em>Wheel Velocity PI Dkd</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getWheelVelocityPIDkd()
* @generated
* @ordered
@@ -220,7 +217,7 @@ public class SteeredWheelSystemImpl extends LocomotionSystemImpl implements Stee
* The default value of the '{@link #getWheelSteeringPIDkp() <em>Wheel Steering PI Dkp</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getWheelSteeringPIDkp()
* @generated
* @ordered
@@ -231,7 +228,7 @@ public class SteeredWheelSystemImpl extends LocomotionSystemImpl implements Stee
* The cached value of the '{@link #getWheelSteeringPIDkp() <em>Wheel Steering PI Dkp</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getWheelSteeringPIDkp()
* @generated
* @ordered
@@ -242,7 +239,7 @@ public class SteeredWheelSystemImpl extends LocomotionSystemImpl implements Stee
* The default value of the '{@link #getWheelSteeringPIDkd() <em>Wheel Steering PI Dkd</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getWheelSteeringPIDkd()
* @generated
* @ordered
@@ -253,7 +250,7 @@ public class SteeredWheelSystemImpl extends LocomotionSystemImpl implements Stee
* The cached value of the '{@link #getWheelSteeringPIDkd() <em>Wheel Steering PI Dkd</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getWheelSteeringPIDkd()
* @generated
* @ordered
@@ -264,7 +261,7 @@ public class SteeredWheelSystemImpl extends LocomotionSystemImpl implements Stee
* The default value of the '{@link #getWheelFriction() <em>Wheel Friction</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getWheelFriction()
* @generated
* @ordered
@@ -275,7 +272,7 @@ public class SteeredWheelSystemImpl extends LocomotionSystemImpl implements Stee
* The cached value of the '{@link #getWheelFriction() <em>Wheel Friction</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getWheelFriction()
* @generated
* @ordered
@@ -286,7 +283,7 @@ public class SteeredWheelSystemImpl extends LocomotionSystemImpl implements Stee
* The default value of the '{@link #getSuspensionStiffness() <em>Suspension Stiffness</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getSuspensionStiffness()
* @generated
* @ordered
@@ -297,7 +294,7 @@ public class SteeredWheelSystemImpl extends LocomotionSystemImpl implements Stee
* The cached value of the '{@link #getSuspensionStiffness() <em>Suspension Stiffness</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getSuspensionStiffness()
* @generated
* @ordered
@@ -308,7 +305,7 @@ public class SteeredWheelSystemImpl extends LocomotionSystemImpl implements Stee
* The default value of the '{@link #getSuspensionDamping() <em>Suspension Damping</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getSuspensionDamping()
* @generated
* @ordered
@@ -319,7 +316,7 @@ public class SteeredWheelSystemImpl extends LocomotionSystemImpl implements Stee
* The cached value of the '{@link #getSuspensionDamping() <em>Suspension Damping</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getSuspensionDamping()
* @generated
* @ordered
@@ -330,7 +327,7 @@ public class SteeredWheelSystemImpl extends LocomotionSystemImpl implements Stee
* The default value of the '{@link #getSuspensionCompression() <em>Suspension Compression</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getSuspensionCompression()
* @generated
* @ordered
@@ -341,7 +338,7 @@ public class SteeredWheelSystemImpl extends LocomotionSystemImpl implements Stee
* The cached value of the '{@link #getSuspensionCompression() <em>Suspension Compression</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getSuspensionCompression()
* @generated
* @ordered
@@ -352,7 +349,7 @@ public class SteeredWheelSystemImpl extends LocomotionSystemImpl implements Stee
* The default value of the '{@link #getWheelVelocityPIDmaxSum() <em>Wheel Velocity PI Dmax Sum</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getWheelVelocityPIDmaxSum()
* @generated
* @ordered
@@ -363,7 +360,7 @@ public class SteeredWheelSystemImpl extends LocomotionSystemImpl implements Stee
* The cached value of the '{@link #getWheelVelocityPIDmaxSum() <em>Wheel Velocity PI Dmax Sum</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getWheelVelocityPIDmaxSum()
* @generated
* @ordered
@@ -374,7 +371,7 @@ public class SteeredWheelSystemImpl extends LocomotionSystemImpl implements Stee
* The default value of the '{@link #getWheelVelocityPIDmaxVal() <em>Wheel Velocity PI Dmax Val</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getWheelVelocityPIDmaxVal()
* @generated
* @ordered
@@ -385,7 +382,7 @@ public class SteeredWheelSystemImpl extends LocomotionSystemImpl implements Stee
* The cached value of the '{@link #getWheelVelocityPIDmaxVal() <em>Wheel Velocity PI Dmax Val</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getWheelVelocityPIDmaxVal()
* @generated
* @ordered
@@ -395,7 +392,7 @@ public class SteeredWheelSystemImpl extends LocomotionSystemImpl implements Stee
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected SteeredWheelSystemImpl() {
@@ -405,7 +402,7 @@ public class SteeredWheelSystemImpl extends LocomotionSystemImpl implements Stee
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -416,7 +413,7 @@ public class SteeredWheelSystemImpl extends LocomotionSystemImpl implements Stee
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public float getWheelRadius() {
@@ -426,7 +423,7 @@ public class SteeredWheelSystemImpl extends LocomotionSystemImpl implements Stee
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setWheelRadius(float newWheelRadius) {
@@ -440,7 +437,7 @@ public class SteeredWheelSystemImpl extends LocomotionSystemImpl implements Stee
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public float getWheelWidth() {
@@ -450,7 +447,7 @@ public class SteeredWheelSystemImpl extends LocomotionSystemImpl implements Stee
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setWheelWidth(float newWheelWidth) {
@@ -464,7 +461,7 @@ public class SteeredWheelSystemImpl extends LocomotionSystemImpl implements Stee
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public float getSuspensionRestLength() {
@@ -474,7 +471,7 @@ public class SteeredWheelSystemImpl extends LocomotionSystemImpl implements Stee
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setSuspensionRestLength(float newSuspensionRestLength) {
@@ -488,7 +485,7 @@ public class SteeredWheelSystemImpl extends LocomotionSystemImpl implements Stee
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public float getWheelConnectionHeight() {
@@ -498,7 +495,7 @@ public class SteeredWheelSystemImpl extends LocomotionSystemImpl implements Stee
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setWheelConnectionHeight(float newWheelConnectionHeight) {
@@ -512,7 +509,7 @@ public class SteeredWheelSystemImpl extends LocomotionSystemImpl implements Stee
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public String getTypeOfWheel() {
@@ -522,7 +519,7 @@ public class SteeredWheelSystemImpl extends LocomotionSystemImpl implements Stee
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setTypeOfWheel(String newTypeOfWheel) {
@@ -536,7 +533,7 @@ public class SteeredWheelSystemImpl extends LocomotionSystemImpl implements Stee
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public float getWheelVelocityPIDkp() {
@@ -546,7 +543,7 @@ public class SteeredWheelSystemImpl extends LocomotionSystemImpl implements Stee
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setWheelVelocityPIDkp(float newWheelVelocityPIDkp) {
@@ -560,7 +557,7 @@ public class SteeredWheelSystemImpl extends LocomotionSystemImpl implements Stee
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public float getWheelVelocityPIDki() {
@@ -570,7 +567,7 @@ public class SteeredWheelSystemImpl extends LocomotionSystemImpl implements Stee
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setWheelVelocityPIDki(float newWheelVelocityPIDki) {
@@ -584,7 +581,7 @@ public class SteeredWheelSystemImpl extends LocomotionSystemImpl implements Stee
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public float getWheelVelocityPIDkd() {
@@ -594,7 +591,7 @@ public class SteeredWheelSystemImpl extends LocomotionSystemImpl implements Stee
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setWheelVelocityPIDkd(float newWheelVelocityPIDkd) {
@@ -608,7 +605,7 @@ public class SteeredWheelSystemImpl extends LocomotionSystemImpl implements Stee
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public float getWheelSteeringPIDkp() {
@@ -618,7 +615,7 @@ public class SteeredWheelSystemImpl extends LocomotionSystemImpl implements Stee
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setWheelSteeringPIDkp(float newWheelSteeringPIDkp) {
@@ -632,7 +629,7 @@ public class SteeredWheelSystemImpl extends LocomotionSystemImpl implements Stee
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public float getWheelSteeringPIDkd() {
@@ -642,7 +639,7 @@ public class SteeredWheelSystemImpl extends LocomotionSystemImpl implements Stee
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setWheelSteeringPIDkd(float newWheelSteeringPIDkd) {
@@ -656,7 +653,7 @@ public class SteeredWheelSystemImpl extends LocomotionSystemImpl implements Stee
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public float getWheelFriction() {
@@ -666,7 +663,7 @@ public class SteeredWheelSystemImpl extends LocomotionSystemImpl implements Stee
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setWheelFriction(float newWheelFriction) {
@@ -680,7 +677,7 @@ public class SteeredWheelSystemImpl extends LocomotionSystemImpl implements Stee
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public float getSuspensionStiffness() {
@@ -690,7 +687,7 @@ public class SteeredWheelSystemImpl extends LocomotionSystemImpl implements Stee
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setSuspensionStiffness(float newSuspensionStiffness) {
@@ -704,7 +701,7 @@ public class SteeredWheelSystemImpl extends LocomotionSystemImpl implements Stee
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public float getSuspensionDamping() {
@@ -714,7 +711,7 @@ public class SteeredWheelSystemImpl extends LocomotionSystemImpl implements Stee
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setSuspensionDamping(float newSuspensionDamping) {
@@ -728,7 +725,7 @@ public class SteeredWheelSystemImpl extends LocomotionSystemImpl implements Stee
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public float getSuspensionCompression() {
@@ -738,7 +735,7 @@ public class SteeredWheelSystemImpl extends LocomotionSystemImpl implements Stee
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setSuspensionCompression(float newSuspensionCompression) {
@@ -752,7 +749,7 @@ public class SteeredWheelSystemImpl extends LocomotionSystemImpl implements Stee
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public float getWheelVelocityPIDmaxSum() {
@@ -762,7 +759,7 @@ public class SteeredWheelSystemImpl extends LocomotionSystemImpl implements Stee
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setWheelVelocityPIDmaxSum(float newWheelVelocityPIDmaxSum) {
@@ -776,7 +773,7 @@ public class SteeredWheelSystemImpl extends LocomotionSystemImpl implements Stee
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public float getWheelVelocityPIDmaxVal() {
@@ -786,7 +783,7 @@ public class SteeredWheelSystemImpl extends LocomotionSystemImpl implements Stee
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setWheelVelocityPIDmaxVal(float newWheelVelocityPIDmaxVal) {
@@ -800,7 +797,7 @@ public class SteeredWheelSystemImpl extends LocomotionSystemImpl implements Stee
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -845,7 +842,7 @@ public class SteeredWheelSystemImpl extends LocomotionSystemImpl implements Stee
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -906,7 +903,7 @@ public class SteeredWheelSystemImpl extends LocomotionSystemImpl implements Stee
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -967,7 +964,7 @@ public class SteeredWheelSystemImpl extends LocomotionSystemImpl implements Stee
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -1012,7 +1009,7 @@ public class SteeredWheelSystemImpl extends LocomotionSystemImpl implements Stee
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/SupportingStructureImpl.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/SupportingStructureImpl.java
index fe0a85b1368..bd3a4305777 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/SupportingStructureImpl.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/SupportingStructureImpl.java
@@ -3,7 +3,6 @@
package org.eclipse.papyrus.RobotML.impl;
import org.eclipse.emf.ecore.EClass;
-
import org.eclipse.papyrus.RobotML.RobotMLPackage;
import org.eclipse.papyrus.RobotML.SupportingStructure;
@@ -20,7 +19,7 @@ public class SupportingStructureImpl extends HardwareImpl implements SupportingS
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected SupportingStructureImpl() {
@@ -30,7 +29,7 @@ public class SupportingStructureImpl extends HardwareImpl implements SupportingS
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/SurfaceImpl.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/SurfaceImpl.java
index bee96884f22..ba83399c5df 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/SurfaceImpl.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/SurfaceImpl.java
@@ -3,7 +3,6 @@
package org.eclipse.papyrus.RobotML.impl;
import org.eclipse.emf.ecore.EClass;
-
import org.eclipse.papyrus.RobotML.RobotMLPackage;
import org.eclipse.papyrus.RobotML.Surface;
@@ -20,7 +19,7 @@ public class SurfaceImpl extends PhysicalObjectImpl implements Surface {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected SurfaceImpl() {
@@ -30,7 +29,7 @@ public class SurfaceImpl extends PhysicalObjectImpl implements Surface {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/SystemImpl.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/SystemImpl.java
index 178a97c56df..553caac742e 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/SystemImpl.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/SystemImpl.java
@@ -3,13 +3,10 @@
package org.eclipse.papyrus.RobotML.impl;
import org.eclipse.emf.common.notify.Notification;
-
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.InternalEObject;
-
import org.eclipse.emf.ecore.impl.ENotificationImpl;
import org.eclipse.emf.ecore.impl.MinimalEObjectImpl;
-
import org.eclipse.papyrus.RobotML.RobotMLPackage;
/**
@@ -33,7 +30,7 @@ public class SystemImpl extends MinimalEObjectImpl.Container implements org.ecli
* The cached value of the '{@link #getBase_Class() <em>Base Class</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getBase_Class()
* @generated
* @ordered
@@ -44,7 +41,7 @@ public class SystemImpl extends MinimalEObjectImpl.Container implements org.ecli
* The default value of the '{@link #isNative() <em>Native</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #isNative()
* @generated
* @ordered
@@ -55,7 +52,7 @@ public class SystemImpl extends MinimalEObjectImpl.Container implements org.ecli
* The cached value of the '{@link #isNative() <em>Native</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #isNative()
* @generated
* @ordered
@@ -66,7 +63,7 @@ public class SystemImpl extends MinimalEObjectImpl.Container implements org.ecli
* The default value of the '{@link #getLibraryPath() <em>Library Path</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getLibraryPath()
* @generated
* @ordered
@@ -77,7 +74,7 @@ public class SystemImpl extends MinimalEObjectImpl.Container implements org.ecli
* The cached value of the '{@link #getLibraryPath() <em>Library Path</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getLibraryPath()
* @generated
* @ordered
@@ -88,7 +85,7 @@ public class SystemImpl extends MinimalEObjectImpl.Container implements org.ecli
* The default value of the '{@link #getLibraryComponentName() <em>Library Component Name</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getLibraryComponentName()
* @generated
* @ordered
@@ -99,7 +96,7 @@ public class SystemImpl extends MinimalEObjectImpl.Container implements org.ecli
* The cached value of the '{@link #getLibraryComponentName() <em>Library Component Name</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getLibraryComponentName()
* @generated
* @ordered
@@ -109,7 +106,7 @@ public class SystemImpl extends MinimalEObjectImpl.Container implements org.ecli
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected SystemImpl() {
@@ -119,7 +116,7 @@ public class SystemImpl extends MinimalEObjectImpl.Container implements org.ecli
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -130,7 +127,7 @@ public class SystemImpl extends MinimalEObjectImpl.Container implements org.ecli
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public org.eclipse.uml2.uml.Class getBase_Class() {
@@ -149,7 +146,7 @@ public class SystemImpl extends MinimalEObjectImpl.Container implements org.ecli
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public org.eclipse.uml2.uml.Class basicGetBase_Class() {
@@ -159,7 +156,7 @@ public class SystemImpl extends MinimalEObjectImpl.Container implements org.ecli
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setBase_Class(org.eclipse.uml2.uml.Class newBase_Class) {
@@ -173,7 +170,7 @@ public class SystemImpl extends MinimalEObjectImpl.Container implements org.ecli
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public boolean isNative() {
@@ -183,7 +180,7 @@ public class SystemImpl extends MinimalEObjectImpl.Container implements org.ecli
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setNative(boolean newNative) {
@@ -197,7 +194,7 @@ public class SystemImpl extends MinimalEObjectImpl.Container implements org.ecli
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public String getLibraryPath() {
@@ -207,7 +204,7 @@ public class SystemImpl extends MinimalEObjectImpl.Container implements org.ecli
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setLibraryPath(String newLibraryPath) {
@@ -221,7 +218,7 @@ public class SystemImpl extends MinimalEObjectImpl.Container implements org.ecli
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public String getLibraryComponentName() {
@@ -231,7 +228,7 @@ public class SystemImpl extends MinimalEObjectImpl.Container implements org.ecli
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setLibraryComponentName(String newLibraryComponentName) {
@@ -245,7 +242,7 @@ public class SystemImpl extends MinimalEObjectImpl.Container implements org.ecli
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -269,7 +266,7 @@ public class SystemImpl extends MinimalEObjectImpl.Container implements org.ecli
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -294,7 +291,7 @@ public class SystemImpl extends MinimalEObjectImpl.Container implements org.ecli
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -319,7 +316,7 @@ public class SystemImpl extends MinimalEObjectImpl.Container implements org.ecli
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -340,7 +337,7 @@ public class SystemImpl extends MinimalEObjectImpl.Container implements org.ecli
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/TransitionImpl.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/TransitionImpl.java
index 1f7c6ec530f..42d4fd652bd 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/TransitionImpl.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/TransitionImpl.java
@@ -3,16 +3,12 @@
package org.eclipse.papyrus.RobotML.impl;
import org.eclipse.emf.common.notify.Notification;
-
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.InternalEObject;
-
import org.eclipse.emf.ecore.impl.ENotificationImpl;
import org.eclipse.emf.ecore.impl.MinimalEObjectImpl;
-
import org.eclipse.papyrus.RobotML.RobotMLPackage;
import org.eclipse.papyrus.RobotML.Transition;
-
import org.eclipse.uml2.uml.Behavior;
/**
@@ -35,7 +31,7 @@ public class TransitionImpl extends MinimalEObjectImpl.Container implements Tran
* The cached value of the '{@link #getBase_Transition() <em>Base Transition</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getBase_Transition()
* @generated
* @ordered
@@ -46,7 +42,7 @@ public class TransitionImpl extends MinimalEObjectImpl.Container implements Tran
* The cached value of the '{@link #getGuard() <em>Guard</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getGuard()
* @generated
* @ordered
@@ -57,7 +53,7 @@ public class TransitionImpl extends MinimalEObjectImpl.Container implements Tran
* The cached value of the '{@link #getEffect() <em>Effect</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getEffect()
* @generated
* @ordered
@@ -67,7 +63,7 @@ public class TransitionImpl extends MinimalEObjectImpl.Container implements Tran
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected TransitionImpl() {
@@ -77,7 +73,7 @@ public class TransitionImpl extends MinimalEObjectImpl.Container implements Tran
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -88,7 +84,7 @@ public class TransitionImpl extends MinimalEObjectImpl.Container implements Tran
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public org.eclipse.uml2.uml.Transition getBase_Transition() {
@@ -107,7 +103,7 @@ public class TransitionImpl extends MinimalEObjectImpl.Container implements Tran
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public org.eclipse.uml2.uml.Transition basicGetBase_Transition() {
@@ -117,7 +113,7 @@ public class TransitionImpl extends MinimalEObjectImpl.Container implements Tran
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setBase_Transition(org.eclipse.uml2.uml.Transition newBase_Transition) {
@@ -131,7 +127,7 @@ public class TransitionImpl extends MinimalEObjectImpl.Container implements Tran
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public Behavior getGuard() {
@@ -150,7 +146,7 @@ public class TransitionImpl extends MinimalEObjectImpl.Container implements Tran
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public Behavior basicGetGuard() {
@@ -160,7 +156,7 @@ public class TransitionImpl extends MinimalEObjectImpl.Container implements Tran
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setGuard(Behavior newGuard) {
@@ -174,7 +170,7 @@ public class TransitionImpl extends MinimalEObjectImpl.Container implements Tran
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public Behavior getEffect() {
@@ -193,7 +189,7 @@ public class TransitionImpl extends MinimalEObjectImpl.Container implements Tran
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public Behavior basicGetEffect() {
@@ -203,7 +199,7 @@ public class TransitionImpl extends MinimalEObjectImpl.Container implements Tran
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setEffect(Behavior newEffect) {
@@ -217,7 +213,7 @@ public class TransitionImpl extends MinimalEObjectImpl.Container implements Tran
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -245,7 +241,7 @@ public class TransitionImpl extends MinimalEObjectImpl.Container implements Tran
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -267,7 +263,7 @@ public class TransitionImpl extends MinimalEObjectImpl.Container implements Tran
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -289,7 +285,7 @@ public class TransitionImpl extends MinimalEObjectImpl.Container implements Tran
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/WaterSurfaceImpl.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/WaterSurfaceImpl.java
index ce176b15829..258a4dcd6c9 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/WaterSurfaceImpl.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/WaterSurfaceImpl.java
@@ -3,7 +3,6 @@
package org.eclipse.papyrus.RobotML.impl;
import org.eclipse.emf.ecore.EClass;
-
import org.eclipse.papyrus.RobotML.RobotMLPackage;
import org.eclipse.papyrus.RobotML.WaterSurface;
@@ -20,7 +19,7 @@ public class WaterSurfaceImpl extends SurfaceImpl implements WaterSurface {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected WaterSurfaceImpl() {
@@ -30,7 +29,7 @@ public class WaterSurfaceImpl extends SurfaceImpl implements WaterSurface {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/WeaponSystemImpl.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/WeaponSystemImpl.java
index f8e9e7ecf6f..bfe442f8f66 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/WeaponSystemImpl.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/impl/WeaponSystemImpl.java
@@ -3,7 +3,6 @@
package org.eclipse.papyrus.RobotML.impl;
import org.eclipse.emf.ecore.EClass;
-
import org.eclipse.papyrus.RobotML.RobotMLPackage;
import org.eclipse.papyrus.RobotML.WeaponSystem;
@@ -20,7 +19,7 @@ public class WeaponSystemImpl extends ActuatorSystemImpl implements WeaponSystem
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected WeaponSystemImpl() {
@@ -30,7 +29,7 @@ public class WeaponSystemImpl extends ActuatorSystemImpl implements WeaponSystem
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/util/RobotMLAdapterFactory.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/util/RobotMLAdapterFactory.java
index db89ef8f95c..88adab7ca30 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/util/RobotMLAdapterFactory.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/util/RobotMLAdapterFactory.java
@@ -4,11 +4,8 @@ package org.eclipse.papyrus.RobotML.util;
import org.eclipse.emf.common.notify.Adapter;
import org.eclipse.emf.common.notify.Notifier;
-
import org.eclipse.emf.common.notify.impl.AdapterFactoryImpl;
-
import org.eclipse.emf.ecore.EObject;
-
import org.eclipse.papyrus.RobotML.ActuatedJoint;
import org.eclipse.papyrus.RobotML.ActuatorHardware;
import org.eclipse.papyrus.RobotML.ActuatorSystem;
@@ -95,7 +92,7 @@ import org.eclipse.papyrus.RobotML.WeaponSystem;
* The <b>Adapter Factory</b> for the model.
* It provides an adapter <code>createXXX</code> method for each class of the model.
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.RobotMLPackage
* @generated
*/
@@ -104,7 +101,7 @@ public class RobotMLAdapterFactory extends AdapterFactoryImpl {
* The cached model package.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected static RobotMLPackage modelPackage;
@@ -113,7 +110,7 @@ public class RobotMLAdapterFactory extends AdapterFactoryImpl {
* Creates an instance of the adapter factory.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public RobotMLAdapterFactory() {
@@ -127,7 +124,7 @@ public class RobotMLAdapterFactory extends AdapterFactoryImpl {
* <!-- begin-user-doc -->
* This implementation returns <code>true</code> if the object is either the model's package or is an instance object of the model.
* <!-- end-user-doc -->
- *
+ *
* @return whether this factory is applicable for the type of the object.
* @generated
*/
@@ -146,7 +143,7 @@ public class RobotMLAdapterFactory extends AdapterFactoryImpl {
* The switch that delegates to the <code>createXXX</code> methods.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected RobotMLSwitch<Adapter> modelSwitch =
@@ -561,7 +558,7 @@ public class RobotMLAdapterFactory extends AdapterFactoryImpl {
* Creates an adapter for the <code>target</code>.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param target
* the object to adapt.
* @return the adapter for the <code>target</code>.
@@ -579,7 +576,7 @@ public class RobotMLAdapterFactory extends AdapterFactoryImpl {
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.RobotML.Transition
* @generated
@@ -594,7 +591,7 @@ public class RobotMLAdapterFactory extends AdapterFactoryImpl {
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.RobotML.Algorithm
* @generated
@@ -609,7 +606,7 @@ public class RobotMLAdapterFactory extends AdapterFactoryImpl {
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.RobotML.State
* @generated
@@ -624,7 +621,7 @@ public class RobotMLAdapterFactory extends AdapterFactoryImpl {
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.RobotML.ActuatedJoint
* @generated
@@ -639,7 +636,7 @@ public class RobotMLAdapterFactory extends AdapterFactoryImpl {
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.RobotML.Joint
* @generated
@@ -654,7 +651,7 @@ public class RobotMLAdapterFactory extends AdapterFactoryImpl {
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.RobotML.CompleteBonding
* @generated
@@ -669,7 +666,7 @@ public class RobotMLAdapterFactory extends AdapterFactoryImpl {
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.RobotML.Robot
* @generated
@@ -684,7 +681,7 @@ public class RobotMLAdapterFactory extends AdapterFactoryImpl {
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.RobotML.System
* @generated
@@ -699,7 +696,7 @@ public class RobotMLAdapterFactory extends AdapterFactoryImpl {
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.RobotML.Agent
* @generated
@@ -714,7 +711,7 @@ public class RobotMLAdapterFactory extends AdapterFactoryImpl {
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.RobotML.PhysicalObject
* @generated
@@ -729,7 +726,7 @@ public class RobotMLAdapterFactory extends AdapterFactoryImpl {
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.RobotML.Environment
* @generated
@@ -744,7 +741,7 @@ public class RobotMLAdapterFactory extends AdapterFactoryImpl {
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.RobotML.Surface
* @generated
@@ -759,7 +756,7 @@ public class RobotMLAdapterFactory extends AdapterFactoryImpl {
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.RobotML.DataFlowPort
* @generated
@@ -774,7 +771,7 @@ public class RobotMLAdapterFactory extends AdapterFactoryImpl {
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.RobotML.Port
* @generated
@@ -789,7 +786,7 @@ public class RobotMLAdapterFactory extends AdapterFactoryImpl {
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.RobotML.ServicePort
* @generated
@@ -804,7 +801,7 @@ public class RobotMLAdapterFactory extends AdapterFactoryImpl {
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.RobotML.ActuatorSystem
* @generated
@@ -819,7 +816,7 @@ public class RobotMLAdapterFactory extends AdapterFactoryImpl {
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.RobotML.RoboticSystem
* @generated
@@ -834,7 +831,7 @@ public class RobotMLAdapterFactory extends AdapterFactoryImpl {
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.RobotML.CyberPhysicalSystem
* @generated
@@ -849,7 +846,7 @@ public class RobotMLAdapterFactory extends AdapterFactoryImpl {
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.RobotML.SensorSystem
* @generated
@@ -864,7 +861,7 @@ public class RobotMLAdapterFactory extends AdapterFactoryImpl {
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.RobotML.Hardware
* @generated
@@ -879,7 +876,7 @@ public class RobotMLAdapterFactory extends AdapterFactoryImpl {
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.RobotML.Software
* @generated
@@ -894,7 +891,7 @@ public class RobotMLAdapterFactory extends AdapterFactoryImpl {
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.RobotML.EngineSystem
* @generated
@@ -909,7 +906,7 @@ public class RobotMLAdapterFactory extends AdapterFactoryImpl {
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.RobotML.SteeredWheelSystem
* @generated
@@ -924,7 +921,7 @@ public class RobotMLAdapterFactory extends AdapterFactoryImpl {
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.RobotML.LocomotionSystem
* @generated
@@ -939,7 +936,7 @@ public class RobotMLAdapterFactory extends AdapterFactoryImpl {
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.RobotML.ImageSensorSystem
* @generated
@@ -954,7 +951,7 @@ public class RobotMLAdapterFactory extends AdapterFactoryImpl {
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.RobotML.CameraSystem
* @generated
@@ -969,7 +966,7 @@ public class RobotMLAdapterFactory extends AdapterFactoryImpl {
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.RobotML.ObjectDetectionSensorSystem
* @generated
@@ -984,7 +981,7 @@ public class RobotMLAdapterFactory extends AdapterFactoryImpl {
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.RobotML.ObjectTrackingSensorSystem
* @generated
@@ -999,7 +996,7 @@ public class RobotMLAdapterFactory extends AdapterFactoryImpl {
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.RobotML.LidarSystem
* @generated
@@ -1014,7 +1011,7 @@ public class RobotMLAdapterFactory extends AdapterFactoryImpl {
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.RobotML.LocalizationSensorSystem
* @generated
@@ -1029,7 +1026,7 @@ public class RobotMLAdapterFactory extends AdapterFactoryImpl {
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.RobotML.GPSSystem
* @generated
@@ -1044,7 +1041,7 @@ public class RobotMLAdapterFactory extends AdapterFactoryImpl {
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.RobotML.AlgorithmLibrary
* @generated
@@ -1059,7 +1056,7 @@ public class RobotMLAdapterFactory extends AdapterFactoryImpl {
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.RobotML.SensorDriver
* @generated
@@ -1074,7 +1071,7 @@ public class RobotMLAdapterFactory extends AdapterFactoryImpl {
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.RobotML.Building
* @generated
@@ -1089,7 +1086,7 @@ public class RobotMLAdapterFactory extends AdapterFactoryImpl {
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.RobotML.Planet
* @generated
@@ -1104,7 +1101,7 @@ public class RobotMLAdapterFactory extends AdapterFactoryImpl {
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.RobotML.LandSurface
* @generated
@@ -1119,7 +1116,7 @@ public class RobotMLAdapterFactory extends AdapterFactoryImpl {
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.RobotML.Ground
* @generated
@@ -1134,7 +1131,7 @@ public class RobotMLAdapterFactory extends AdapterFactoryImpl {
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.RobotML.Floor
* @generated
@@ -1149,7 +1146,7 @@ public class RobotMLAdapterFactory extends AdapterFactoryImpl {
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.RobotML.WaterSurface
* @generated
@@ -1164,7 +1161,7 @@ public class RobotMLAdapterFactory extends AdapterFactoryImpl {
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.RobotML.Human
* @generated
@@ -1179,7 +1176,7 @@ public class RobotMLAdapterFactory extends AdapterFactoryImpl {
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.RobotML.Pedestrian
* @generated
@@ -1194,7 +1191,7 @@ public class RobotMLAdapterFactory extends AdapterFactoryImpl {
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.RobotML.Stairs
* @generated
@@ -1209,7 +1206,7 @@ public class RobotMLAdapterFactory extends AdapterFactoryImpl {
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.RobotML.Platform
* @generated
@@ -1224,7 +1221,7 @@ public class RobotMLAdapterFactory extends AdapterFactoryImpl {
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.RobotML.ExternalLibrary
* @generated
@@ -1239,7 +1236,7 @@ public class RobotMLAdapterFactory extends AdapterFactoryImpl {
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.RobotML.RoboticMiddleware
* @generated
@@ -1254,7 +1251,7 @@ public class RobotMLAdapterFactory extends AdapterFactoryImpl {
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.RobotML.RoboticSimulator
* @generated
@@ -1269,7 +1266,7 @@ public class RobotMLAdapterFactory extends AdapterFactoryImpl {
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.RobotML.CycabTK
* @generated
@@ -1284,7 +1281,7 @@ public class RobotMLAdapterFactory extends AdapterFactoryImpl {
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.RobotML.BlenderMorse
* @generated
@@ -1299,7 +1296,7 @@ public class RobotMLAdapterFactory extends AdapterFactoryImpl {
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.RobotML.OnPort
* @generated
@@ -1314,7 +1311,7 @@ public class RobotMLAdapterFactory extends AdapterFactoryImpl {
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.RobotML.Allocate
* @generated
@@ -1329,7 +1326,7 @@ public class RobotMLAdapterFactory extends AdapterFactoryImpl {
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.RobotML.InertialMeasurementUnitSystem
* @generated
@@ -1344,7 +1341,7 @@ public class RobotMLAdapterFactory extends AdapterFactoryImpl {
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.RobotML.InertialNavigationSystem
* @generated
@@ -1359,7 +1356,7 @@ public class RobotMLAdapterFactory extends AdapterFactoryImpl {
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.RobotML.OdometrySystem
* @generated
@@ -1374,7 +1371,7 @@ public class RobotMLAdapterFactory extends AdapterFactoryImpl {
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.RobotML.InfraRedProximetrySystem
* @generated
@@ -1389,7 +1386,7 @@ public class RobotMLAdapterFactory extends AdapterFactoryImpl {
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.RobotML.DeploymentPlan
* @generated
@@ -1404,7 +1401,7 @@ public class RobotMLAdapterFactory extends AdapterFactoryImpl {
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.RobotML.Gyroscope
* @generated
@@ -1419,7 +1416,7 @@ public class RobotMLAdapterFactory extends AdapterFactoryImpl {
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.RobotML.OnProperty
* @generated
@@ -1434,7 +1431,7 @@ public class RobotMLAdapterFactory extends AdapterFactoryImpl {
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.RobotML.Chassis
* @generated
@@ -1449,7 +1446,7 @@ public class RobotMLAdapterFactory extends AdapterFactoryImpl {
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.RobotML.SupportingStructure
* @generated
@@ -1464,7 +1461,7 @@ public class RobotMLAdapterFactory extends AdapterFactoryImpl {
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.RobotML.MechanicalLinkage
* @generated
@@ -1479,7 +1476,7 @@ public class RobotMLAdapterFactory extends AdapterFactoryImpl {
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.RobotML.Leg
* @generated
@@ -1494,7 +1491,7 @@ public class RobotMLAdapterFactory extends AdapterFactoryImpl {
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.RobotML.LocomotionHardware
* @generated
@@ -1509,7 +1506,7 @@ public class RobotMLAdapterFactory extends AdapterFactoryImpl {
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.RobotML.ActuatorHardware
* @generated
@@ -1524,7 +1521,7 @@ public class RobotMLAdapterFactory extends AdapterFactoryImpl {
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.RobotML.MobileRobot
* @generated
@@ -1539,7 +1536,7 @@ public class RobotMLAdapterFactory extends AdapterFactoryImpl {
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.RobotML.Manipulator
* @generated
@@ -1554,7 +1551,7 @@ public class RobotMLAdapterFactory extends AdapterFactoryImpl {
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.RobotML.PilotedSystem
* @generated
@@ -1569,7 +1566,7 @@ public class RobotMLAdapterFactory extends AdapterFactoryImpl {
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.RobotML.PowerHardware
* @generated
@@ -1584,7 +1581,7 @@ public class RobotMLAdapterFactory extends AdapterFactoryImpl {
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.RobotML.SensorHardware
* @generated
@@ -1599,7 +1596,7 @@ public class RobotMLAdapterFactory extends AdapterFactoryImpl {
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.RobotML.GraspingHardware
* @generated
@@ -1614,7 +1611,7 @@ public class RobotMLAdapterFactory extends AdapterFactoryImpl {
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.RobotML.SteeredWheelHardware
* @generated
@@ -1629,7 +1626,7 @@ public class RobotMLAdapterFactory extends AdapterFactoryImpl {
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.RobotML.Arm
* @generated
@@ -1644,7 +1641,7 @@ public class RobotMLAdapterFactory extends AdapterFactoryImpl {
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.RobotML.LegSystem
* @generated
@@ -1659,7 +1656,7 @@ public class RobotMLAdapterFactory extends AdapterFactoryImpl {
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.RobotML.GraspingSystem
* @generated
@@ -1674,7 +1671,7 @@ public class RobotMLAdapterFactory extends AdapterFactoryImpl {
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.RobotML.WeaponSystem
* @generated
@@ -1689,7 +1686,7 @@ public class RobotMLAdapterFactory extends AdapterFactoryImpl {
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.RobotML.ManMachineInterfaceSystem
* @generated
@@ -1704,7 +1701,7 @@ public class RobotMLAdapterFactory extends AdapterFactoryImpl {
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.RobotML.ClosedLoopControlSystem
* @generated
@@ -1719,7 +1716,7 @@ public class RobotMLAdapterFactory extends AdapterFactoryImpl {
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.RobotML.OpenLoopControlSystem
* @generated
@@ -1734,7 +1731,7 @@ public class RobotMLAdapterFactory extends AdapterFactoryImpl {
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.RobotML.RoboticHead
* @generated
@@ -1749,7 +1746,7 @@ public class RobotMLAdapterFactory extends AdapterFactoryImpl {
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.RobotML.NavigationCommandSystem
* @generated
@@ -1764,7 +1761,7 @@ public class RobotMLAdapterFactory extends AdapterFactoryImpl {
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.papyrus.RobotML.JoysticNavigationSystem
* @generated
@@ -1778,7 +1775,7 @@ public class RobotMLAdapterFactory extends AdapterFactoryImpl {
* <!-- begin-user-doc -->
* This default implementation returns null.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @generated
*/
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/util/RobotMLResourceFactoryImpl.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/util/RobotMLResourceFactoryImpl.java
index 645cf9ca83b..27a512c91de 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/util/RobotMLResourceFactoryImpl.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/util/RobotMLResourceFactoryImpl.java
@@ -3,18 +3,15 @@
package org.eclipse.papyrus.RobotML.util;
import org.eclipse.emf.common.util.URI;
-
import org.eclipse.emf.ecore.resource.Resource;
-
import org.eclipse.emf.ecore.resource.impl.ResourceFactoryImpl;
-
import org.eclipse.emf.ecore.xmi.XMLResource;
/**
* <!-- begin-user-doc -->
* The <b>Resource Factory</b> associated with the package.
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.util.RobotMLResourceImpl
* @generated
*/
@@ -23,7 +20,7 @@ public class RobotMLResourceFactoryImpl extends ResourceFactoryImpl {
* Creates an instance of the resource factory.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public RobotMLResourceFactoryImpl() {
@@ -34,7 +31,7 @@ public class RobotMLResourceFactoryImpl extends ResourceFactoryImpl {
* Creates an instance of the resource.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/util/RobotMLResourceImpl.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/util/RobotMLResourceImpl.java
index bd6fa3e4fcc..5449871ef85 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/util/RobotMLResourceImpl.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/util/RobotMLResourceImpl.java
@@ -3,14 +3,13 @@
package org.eclipse.papyrus.RobotML.util;
import org.eclipse.emf.common.util.URI;
-
import org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl;
/**
* <!-- begin-user-doc -->
* The <b>Resource </b> associated with the package.
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.util.RobotMLResourceFactoryImpl
* @generated
*/
@@ -19,7 +18,7 @@ public class RobotMLResourceImpl extends XMLResourceImpl {
* Creates an instance of the resource.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param uri
* the URI of the new resource.
* @generated
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/util/RobotMLSwitch.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/util/RobotMLSwitch.java
index 8ed23359b92..f451f3588b7 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/util/RobotMLSwitch.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/util/RobotMLSwitch.java
@@ -4,9 +4,7 @@ package org.eclipse.papyrus.RobotML.util;
import org.eclipse.emf.ecore.EObject;
import org.eclipse.emf.ecore.EPackage;
-
import org.eclipse.emf.ecore.util.Switch;
-
import org.eclipse.papyrus.RobotML.ActuatedJoint;
import org.eclipse.papyrus.RobotML.ActuatorHardware;
import org.eclipse.papyrus.RobotML.ActuatorSystem;
@@ -97,7 +95,7 @@ import org.eclipse.papyrus.RobotML.WeaponSystem;
* until a non-null result is returned,
* which is the result of the switch.
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.RobotML.RobotMLPackage
* @generated
*/
@@ -106,7 +104,7 @@ public class RobotMLSwitch<T> extends Switch<T> {
* The cached model package
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected static RobotMLPackage modelPackage;
@@ -115,7 +113,7 @@ public class RobotMLSwitch<T> extends Switch<T> {
* Creates an instance of the switch.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public RobotMLSwitch() {
@@ -128,7 +126,7 @@ public class RobotMLSwitch<T> extends Switch<T> {
* Checks whether this is a switch for the given package.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @parameter ePackage the package in question.
* @return whether this is a switch for the given package.
* @generated
@@ -142,7 +140,7 @@ public class RobotMLSwitch<T> extends Switch<T> {
* Calls <code>caseXXX</code> for each class of the model until one returns a non null result; it yields that result.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the first non-null result returned by a <code>caseXXX</code> call.
* @generated
*/
@@ -1442,7 +1440,7 @@ public class RobotMLSwitch<T> extends Switch<T> {
* This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Transition</em>'.
@@ -1459,7 +1457,7 @@ public class RobotMLSwitch<T> extends Switch<T> {
* This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Algorithm</em>'.
@@ -1476,7 +1474,7 @@ public class RobotMLSwitch<T> extends Switch<T> {
* This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>State</em>'.
@@ -1493,7 +1491,7 @@ public class RobotMLSwitch<T> extends Switch<T> {
* This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Actuated Joint</em>'.
@@ -1510,7 +1508,7 @@ public class RobotMLSwitch<T> extends Switch<T> {
* This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Joint</em>'.
@@ -1527,7 +1525,7 @@ public class RobotMLSwitch<T> extends Switch<T> {
* This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Complete Bonding</em>'.
@@ -1544,7 +1542,7 @@ public class RobotMLSwitch<T> extends Switch<T> {
* This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Robot</em>'.
@@ -1561,7 +1559,7 @@ public class RobotMLSwitch<T> extends Switch<T> {
* This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>System</em>'.
@@ -1578,7 +1576,7 @@ public class RobotMLSwitch<T> extends Switch<T> {
* This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Agent</em>'.
@@ -1595,7 +1593,7 @@ public class RobotMLSwitch<T> extends Switch<T> {
* This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Physical Object</em>'.
@@ -1612,7 +1610,7 @@ public class RobotMLSwitch<T> extends Switch<T> {
* This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Environment</em>'.
@@ -1629,7 +1627,7 @@ public class RobotMLSwitch<T> extends Switch<T> {
* This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Surface</em>'.
@@ -1646,7 +1644,7 @@ public class RobotMLSwitch<T> extends Switch<T> {
* This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Data Flow Port</em>'.
@@ -1663,7 +1661,7 @@ public class RobotMLSwitch<T> extends Switch<T> {
* This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Port</em>'.
@@ -1680,7 +1678,7 @@ public class RobotMLSwitch<T> extends Switch<T> {
* This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Service Port</em>'.
@@ -1697,7 +1695,7 @@ public class RobotMLSwitch<T> extends Switch<T> {
* This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Actuator System</em>'.
@@ -1714,7 +1712,7 @@ public class RobotMLSwitch<T> extends Switch<T> {
* This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Robotic System</em>'.
@@ -1731,7 +1729,7 @@ public class RobotMLSwitch<T> extends Switch<T> {
* This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Cyber Physical System</em>'.
@@ -1748,7 +1746,7 @@ public class RobotMLSwitch<T> extends Switch<T> {
* This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Sensor System</em>'.
@@ -1765,7 +1763,7 @@ public class RobotMLSwitch<T> extends Switch<T> {
* This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Hardware</em>'.
@@ -1782,7 +1780,7 @@ public class RobotMLSwitch<T> extends Switch<T> {
* This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Software</em>'.
@@ -1799,7 +1797,7 @@ public class RobotMLSwitch<T> extends Switch<T> {
* This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Engine System</em>'.
@@ -1816,7 +1814,7 @@ public class RobotMLSwitch<T> extends Switch<T> {
* This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Steered Wheel System</em>'.
@@ -1833,7 +1831,7 @@ public class RobotMLSwitch<T> extends Switch<T> {
* This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Locomotion System</em>'.
@@ -1850,7 +1848,7 @@ public class RobotMLSwitch<T> extends Switch<T> {
* This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Image Sensor System</em>'.
@@ -1867,7 +1865,7 @@ public class RobotMLSwitch<T> extends Switch<T> {
* This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Camera System</em>'.
@@ -1884,7 +1882,7 @@ public class RobotMLSwitch<T> extends Switch<T> {
* This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Object Detection Sensor System</em>'.
@@ -1901,7 +1899,7 @@ public class RobotMLSwitch<T> extends Switch<T> {
* This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Object Tracking Sensor System</em>'.
@@ -1918,7 +1916,7 @@ public class RobotMLSwitch<T> extends Switch<T> {
* This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Lidar System</em>'.
@@ -1935,7 +1933,7 @@ public class RobotMLSwitch<T> extends Switch<T> {
* This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Localization Sensor System</em>'.
@@ -1952,7 +1950,7 @@ public class RobotMLSwitch<T> extends Switch<T> {
* This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>GPS System</em>'.
@@ -1969,7 +1967,7 @@ public class RobotMLSwitch<T> extends Switch<T> {
* This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Algorithm Library</em>'.
@@ -1986,7 +1984,7 @@ public class RobotMLSwitch<T> extends Switch<T> {
* This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Sensor Driver</em>'.
@@ -2003,7 +2001,7 @@ public class RobotMLSwitch<T> extends Switch<T> {
* This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Building</em>'.
@@ -2020,7 +2018,7 @@ public class RobotMLSwitch<T> extends Switch<T> {
* This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Planet</em>'.
@@ -2037,7 +2035,7 @@ public class RobotMLSwitch<T> extends Switch<T> {
* This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Land Surface</em>'.
@@ -2054,7 +2052,7 @@ public class RobotMLSwitch<T> extends Switch<T> {
* This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Ground</em>'.
@@ -2071,7 +2069,7 @@ public class RobotMLSwitch<T> extends Switch<T> {
* This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Floor</em>'.
@@ -2088,7 +2086,7 @@ public class RobotMLSwitch<T> extends Switch<T> {
* This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Water Surface</em>'.
@@ -2105,7 +2103,7 @@ public class RobotMLSwitch<T> extends Switch<T> {
* This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Human</em>'.
@@ -2122,7 +2120,7 @@ public class RobotMLSwitch<T> extends Switch<T> {
* This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Pedestrian</em>'.
@@ -2139,7 +2137,7 @@ public class RobotMLSwitch<T> extends Switch<T> {
* This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Stairs</em>'.
@@ -2156,7 +2154,7 @@ public class RobotMLSwitch<T> extends Switch<T> {
* This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Platform</em>'.
@@ -2173,7 +2171,7 @@ public class RobotMLSwitch<T> extends Switch<T> {
* This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>External Library</em>'.
@@ -2190,7 +2188,7 @@ public class RobotMLSwitch<T> extends Switch<T> {
* This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Robotic Middleware</em>'.
@@ -2207,7 +2205,7 @@ public class RobotMLSwitch<T> extends Switch<T> {
* This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Robotic Simulator</em>'.
@@ -2224,7 +2222,7 @@ public class RobotMLSwitch<T> extends Switch<T> {
* This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Cycab TK</em>'.
@@ -2241,7 +2239,7 @@ public class RobotMLSwitch<T> extends Switch<T> {
* This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Blender Morse</em>'.
@@ -2258,7 +2256,7 @@ public class RobotMLSwitch<T> extends Switch<T> {
* This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>On Port</em>'.
@@ -2275,7 +2273,7 @@ public class RobotMLSwitch<T> extends Switch<T> {
* This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Allocate</em>'.
@@ -2292,7 +2290,7 @@ public class RobotMLSwitch<T> extends Switch<T> {
* This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Inertial Measurement Unit System</em>'.
@@ -2309,7 +2307,7 @@ public class RobotMLSwitch<T> extends Switch<T> {
* This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Inertial Navigation System</em>'.
@@ -2326,7 +2324,7 @@ public class RobotMLSwitch<T> extends Switch<T> {
* This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Odometry System</em>'.
@@ -2343,7 +2341,7 @@ public class RobotMLSwitch<T> extends Switch<T> {
* This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Infra Red Proximetry System</em>'.
@@ -2360,7 +2358,7 @@ public class RobotMLSwitch<T> extends Switch<T> {
* This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Deployment Plan</em>'.
@@ -2377,7 +2375,7 @@ public class RobotMLSwitch<T> extends Switch<T> {
* This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Gyroscope</em>'.
@@ -2394,7 +2392,7 @@ public class RobotMLSwitch<T> extends Switch<T> {
* This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>On Property</em>'.
@@ -2411,7 +2409,7 @@ public class RobotMLSwitch<T> extends Switch<T> {
* This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Chassis</em>'.
@@ -2428,7 +2426,7 @@ public class RobotMLSwitch<T> extends Switch<T> {
* This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Supporting Structure</em>'.
@@ -2445,7 +2443,7 @@ public class RobotMLSwitch<T> extends Switch<T> {
* This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Mechanical Linkage</em>'.
@@ -2462,7 +2460,7 @@ public class RobotMLSwitch<T> extends Switch<T> {
* This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Leg</em>'.
@@ -2479,7 +2477,7 @@ public class RobotMLSwitch<T> extends Switch<T> {
* This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Locomotion Hardware</em>'.
@@ -2496,7 +2494,7 @@ public class RobotMLSwitch<T> extends Switch<T> {
* This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Actuator Hardware</em>'.
@@ -2513,7 +2511,7 @@ public class RobotMLSwitch<T> extends Switch<T> {
* This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Mobile Robot</em>'.
@@ -2530,7 +2528,7 @@ public class RobotMLSwitch<T> extends Switch<T> {
* This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Manipulator</em>'.
@@ -2547,7 +2545,7 @@ public class RobotMLSwitch<T> extends Switch<T> {
* This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Piloted System</em>'.
@@ -2564,7 +2562,7 @@ public class RobotMLSwitch<T> extends Switch<T> {
* This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Power Hardware</em>'.
@@ -2581,7 +2579,7 @@ public class RobotMLSwitch<T> extends Switch<T> {
* This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Sensor Hardware</em>'.
@@ -2598,7 +2596,7 @@ public class RobotMLSwitch<T> extends Switch<T> {
* This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Grasping Hardware</em>'.
@@ -2615,7 +2613,7 @@ public class RobotMLSwitch<T> extends Switch<T> {
* This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Steered Wheel Hardware</em>'.
@@ -2632,7 +2630,7 @@ public class RobotMLSwitch<T> extends Switch<T> {
* This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Arm</em>'.
@@ -2649,7 +2647,7 @@ public class RobotMLSwitch<T> extends Switch<T> {
* This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Leg System</em>'.
@@ -2666,7 +2664,7 @@ public class RobotMLSwitch<T> extends Switch<T> {
* This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Grasping System</em>'.
@@ -2683,7 +2681,7 @@ public class RobotMLSwitch<T> extends Switch<T> {
* This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Weapon System</em>'.
@@ -2700,7 +2698,7 @@ public class RobotMLSwitch<T> extends Switch<T> {
* This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Man Machine Interface System</em>'.
@@ -2717,7 +2715,7 @@ public class RobotMLSwitch<T> extends Switch<T> {
* This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Closed Loop Control System</em>'.
@@ -2734,7 +2732,7 @@ public class RobotMLSwitch<T> extends Switch<T> {
* This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Open Loop Control System</em>'.
@@ -2751,7 +2749,7 @@ public class RobotMLSwitch<T> extends Switch<T> {
* This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Robotic Head</em>'.
@@ -2768,7 +2766,7 @@ public class RobotMLSwitch<T> extends Switch<T> {
* This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Navigation Command System</em>'.
@@ -2785,7 +2783,7 @@ public class RobotMLSwitch<T> extends Switch<T> {
* This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Joystic Navigation System</em>'.
@@ -2802,7 +2800,7 @@ public class RobotMLSwitch<T> extends Switch<T> {
* This implementation returns null;
* returning a non-null result will terminate the switch, but this is the last case anyway.
* <!-- end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>EObject</em>'.
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/util/RobotMLXMLProcessor.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/util/RobotMLXMLProcessor.java
index 0341b863ec8..a0e754fbaa2 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/util/RobotMLXMLProcessor.java
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/util/RobotMLXMLProcessor.java
@@ -5,18 +5,15 @@ package org.eclipse.papyrus.RobotML.util;
import java.util.Map;
import org.eclipse.emf.ecore.EPackage;
-
import org.eclipse.emf.ecore.resource.Resource;
-
import org.eclipse.emf.ecore.xmi.util.XMLProcessor;
-
import org.eclipse.papyrus.RobotML.RobotMLPackage;
/**
* This class contains helper methods to serialize and deserialize XML documents
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public class RobotMLXMLProcessor extends XMLProcessor {
@@ -25,7 +22,7 @@ public class RobotMLXMLProcessor extends XMLProcessor {
* Public constructor to instantiate the helper.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public RobotMLXMLProcessor() {
@@ -37,7 +34,7 @@ public class RobotMLXMLProcessor extends XMLProcessor {
* Register for "*" and "xml" file extensions the RobotMLResourceFactoryImpl factory.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override

Back to the top