Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 0e09a470abfc970ee9feb1d9d6d86321e0947f6b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/**
 */
package org.eclipse.papyrus.RobotML;


/**
 * <!-- begin-user-doc -->
 * A representation of the model object '<em><b>Object Detection Sensor System</b></em>'.
 * <!-- end-user-doc -->
 *
 *
 * @see org.eclipse.papyrus.RobotML.RobotMLPackage#getObjectDetectionSensorSystem()
 * @model
 * @generated
 */
public interface ObjectDetectionSensorSystem extends SensorSystem {
} // ObjectDetectionSensorSystem

Back to the top