| Package | Description |
|---|---|
| org.omg.smm | |
| org.omg.smm.impl | |
| org.omg.smm.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CountingUnit
A representation of the model object 'Counting Unit'.
|
| Modifier and Type | Method and Description |
|---|---|
UnitOfMeasure |
SmmFactory.createUnitOfMeasure()
Returns a new object of class 'Unit Of Measure'.
|
UnitOfMeasure |
DimensionalMeasure.getUnit()
Returns the value of the 'Unit' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DimensionalMeasure.setUnit(UnitOfMeasure value)
Sets the value of the '
Unit' reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
CountingUnitImpl
An implementation of the model object 'Counting Unit'.
|
class |
UnitOfMeasureImpl
An implementation of the model object 'Unit Of Measure'.
|
| Modifier and Type | Field and Description |
|---|---|
protected UnitOfMeasure |
DimensionalMeasureImpl.unit
The cached value of the '
Unit' reference. |
| Modifier and Type | Method and Description |
|---|---|
UnitOfMeasure |
DimensionalMeasureImpl.basicGetUnit() |
UnitOfMeasure |
SmmFactoryImpl.createUnitOfMeasure() |
UnitOfMeasure |
DimensionalMeasureImpl.getUnit() |
| Modifier and Type | Method and Description |
|---|---|
void |
DimensionalMeasureImpl.setUnit(UnitOfMeasure newUnit) |
| Modifier and Type | Method and Description |
|---|---|
T |
SmmSwitch.caseUnitOfMeasure(UnitOfMeasure object)
Returns the result of interpreting the object as an instance of 'Unit Of Measure'.
|
Copyright © 2018–2020 Atlanmod. All rights reserved.