Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/ActuatedJoint.java')
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/ActuatedJoint.java21
1 files changed, 0 insertions, 21 deletions
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/ActuatedJoint.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/ActuatedJoint.java
deleted file mode 100644
index ee8f544276f..00000000000
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/ActuatedJoint.java
+++ /dev/null
@@ -1,21 +0,0 @@
-/**
- */
-package org.eclipse.papyrus.RobotML;
-
-
-/**
- * <!-- begin-user-doc -->
- * A representation of the model object '<em><b>Actuated Joint</b></em>'.
- * <!-- end-user-doc -->
- *
- * <!-- begin-model-doc -->
- * motorized
- * <!-- end-model-doc -->
- *
- *
- * @see org.eclipse.papyrus.RobotML.RobotMLPackage#getActuatedJoint()
- * @model
- * @generated
- */
-public interface ActuatedJoint extends Joint {
-} // ActuatedJoint

Back to the top