| Package | Description |
|---|---|
| org.omg.smm | |
| org.omg.smm.impl | |
| org.omg.smm.util |
| Modifier and Type | Method and Description |
|---|---|
Scope |
SmmFactory.createScope()
Returns a new object of class 'Scope'.
|
Scope |
CountingUnit.getScope()
Returns the value of the 'Scope' reference.
|
Scope |
Measure.getScope()
Returns the value of the 'Scope' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CountingUnit.setScope(Scope value)
Sets the value of the '
Scope' reference. |
void |
Measure.setScope(Scope value)
Sets the value of the '
Scope' reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
ScopeImpl
An implementation of the model object 'Scope'.
|
| Modifier and Type | Field and Description |
|---|---|
protected Scope |
CountingUnitImpl.scope
The cached value of the '
Scope' reference. |
protected Scope |
MeasureImpl.scope
The cached value of the '
Scope' reference. |
| Modifier and Type | Method and Description |
|---|---|
Scope |
CountingUnitImpl.basicGetScope() |
Scope |
MeasureImpl.basicGetScope() |
Scope |
SmmFactoryImpl.createScope() |
Scope |
CountingUnitImpl.getScope() |
Scope |
MeasureImpl.getScope() |
| Modifier and Type | Method and Description |
|---|---|
void |
CountingUnitImpl.setScope(Scope newScope) |
void |
MeasureImpl.setScope(Scope newScope) |
| Modifier and Type | Method and Description |
|---|---|
T |
SmmSwitch.caseScope(Scope object)
Returns the result of interpreting the object as an instance of 'Scope'.
|
Copyright © 2018–2020 Atlanmod. All rights reserved.