| Package | Description |
|---|---|
| org.eclipse.modisco.omg.gastm | |
| org.eclipse.modisco.omg.gastm.util |
| Modifier and Type | Method and Description |
|---|---|
GlobalScope |
GASTMFactory.createGlobalScope()
Returns a new object of class 'Global Scope'.
|
GlobalScope |
Project.getOuterScope()
Returns the value of the 'Outer Scope' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Project.setOuterScope(GlobalScope value)
Sets the value of the '
Outer Scope' reference. |
| Modifier and Type | Method and Description |
|---|---|
T |
GASTMSwitch.caseGlobalScope(GlobalScope object)
Returns the result of interpreting the object as an instance of 'Global Scope'.
|