Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/ClosedLoopControlSystem.java')
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/ClosedLoopControlSystem.java17
1 files changed, 0 insertions, 17 deletions
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/ClosedLoopControlSystem.java b/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/ClosedLoopControlSystem.java
deleted file mode 100644
index 63029b7526d..00000000000
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/src/org/eclipse/papyrus/RobotML/ClosedLoopControlSystem.java
+++ /dev/null
@@ -1,17 +0,0 @@
-/**
- */
-package org.eclipse.papyrus.RobotML;
-
-
-/**
- * <!-- begin-user-doc -->
- * A representation of the model object '<em><b>Closed Loop Control System</b></em>'.
- * <!-- end-user-doc -->
- *
- *
- * @see org.eclipse.papyrus.RobotML.RobotMLPackage#getClosedLoopControlSystem()
- * @model annotation="http://www.eclipse.org/uml2/2.0.0/UML originalName='Closed-LoopControlSystem'"
- * @generated
- */
-public interface ClosedLoopControlSystem extends CyberPhysicalSystem {
-} // ClosedLoopControlSystem

Back to the top