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

Back to the top