Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: d43841590c075f538a21e167d85c544194ad8486 (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>Localization Sensor System</b></em>'.
 * <!-- end-user-doc -->
 *
 *
 * @see org.eclipse.papyrus.RobotML.RobotMLPackage#getLocalizationSensorSystem()
 * @model
 * @generated
 */
public interface LocalizationSensorSystem extends SensorSystem {
} // LocalizationSensorSystem

Back to the top