| Modifier and Type | Method and Description |
|---|---|
Workspace |
ModelFactory.createWorkspace()
Returns a new object of class 'Workspace'.
|
Workspace |
ESWorkspaceProviderImpl.getInternalWorkspace()
Returns the internal workspace.
|
Workspace |
ProjectSpace.getWorkspace()
Returns the value of the 'Workspace' container reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProjectSpace.setWorkspace(Workspace value)
Sets the value of the '
Workspace' container reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
WorkspaceBase
Workspace space base class that contains custom user methods.
|
class |
WorkspaceImpl
An implementation of the model object ' Workspace'.
|
| Modifier and Type | Method and Description |
|---|---|
Workspace |
ProjectSpaceImpl.basicGetWorkspace() |
Workspace |
ModelFactoryImpl.createWorkspace() |
Workspace |
ProjectSpaceImpl.getWorkspace() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
ProjectSpaceImpl.basicSetWorkspace(Workspace newWorkspace,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
ProjectSpaceImpl.setWorkspace(Workspace newWorkspace) |
| Constructor and Description |
|---|
ESWorkspaceImpl(Workspace workspace)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
T |
ModelSwitch.caseWorkspace(Workspace object)
Returns the result of interpreting the object as an instance of 'Workspace'.
|
static <T extends org.eclipse.emf.ecore.EObject> |
ResourceHelper.putWorkspaceIntoNewResource(String absoluteFileName,
Workspace workSpace)
Puts an element into a new resource.
|
Copyright © 2017. All rights reserved.