source: branches/xtext-MDT/org.modelica.emf.units/src/PhysicalQuantities/DerivedUnit.java

Last change on this file was 552, checked in by nasko, 15 years ago

Work in progress

File size: 373 bytes
Line 
1/**
2 * <copyright>
3 * </copyright>
4 *
5 * $Id$
6 */
7package PhysicalQuantities;
8
9
10/**
11 * <!-- begin-user-doc -->
12 * A representation of the model object '<em><b>Derived Unit</b></em>'.
13 * <!-- end-user-doc -->
14 *
15 *
16 * @see PhysicalQuantities.PhysicalQuantitiesPackage#getDerivedUnit()
17 * @model
18 * @generated
19 */
20public interface DerivedUnit extends Unit {
21} // DerivedUnit
Note: See TracBrowser for help on using the repository browser.