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

Back to the top