Package | Description |
---|---|
org.eclipse.oomph.setup |
The generated EMF API of the setup model.
|
org.eclipse.oomph.setup.impl |
The generated EMF implementation of the setup model.
|
org.eclipse.oomph.setup.util |
The generated EMF utilities of the setup model and other utility classes.
|
Modifier and Type | Method and Description |
---|---|
Installation |
SetupFactory.createInstallation()
Returns a new object of class 'Installation'.
|
Installation |
SetupTaskContext.getInstallation() |
Modifier and Type | Method and Description |
---|---|
EMap<Installation,EList<Workspace>> |
LocationCatalog.getInstallations()
Returns the value of the 'Installations' map.
|
EMap<Workspace,EList<Installation>> |
LocationCatalog.getWorkspaces()
Returns the value of the 'Workspaces' map.
|
Modifier and Type | Class and Description |
---|---|
class |
InstallationImpl
An implementation of the model object 'Installation'.
|
Modifier and Type | Field and Description |
---|---|
protected Installation |
InstallationToWorkspacesMapEntryImpl.key
The cached value of the '
Key ' reference. |
Modifier and Type | Field and Description |
---|---|
protected EMap<Installation,EList<Workspace>> |
LocationCatalogImpl.installations
The cached value of the '
Installations ' map. |
protected EList<Installation> |
WorkspaceToInstallationsMapEntryImpl.value
The cached value of the '
Value ' reference list. |
protected EMap<Workspace,EList<Installation>> |
LocationCatalogImpl.workspaces
The cached value of the '
Workspaces ' map. |
Modifier and Type | Method and Description |
---|---|
Installation |
InstallationToWorkspacesMapEntryImpl.basicGetTypedKey() |
Installation |
SetupFactoryImpl.createInstallation() |
Installation |
InstallationToWorkspacesMapEntryImpl.getKey() |
Installation |
InstallationToWorkspacesMapEntryImpl.getTypedKey() |
Modifier and Type | Method and Description |
---|---|
Map.Entry<Installation,EList<Workspace>> |
SetupFactoryImpl.createInstallationToWorkspacesMapEntry() |
Map.Entry<Workspace,EList<Installation>> |
SetupFactoryImpl.createWorkspaceToInstallationsMapEntry() |
EMap<Installation,EList<Workspace>> |
InstallationToWorkspacesMapEntryImpl.getEMap() |
EMap<Workspace,EList<Installation>> |
WorkspaceToInstallationsMapEntryImpl.getEMap() |
EMap<Installation,EList<Workspace>> |
LocationCatalogImpl.getInstallations() |
EList<Installation> |
WorkspaceToInstallationsMapEntryImpl.getTypedValue() |
EList<Installation> |
WorkspaceToInstallationsMapEntryImpl.getValue() |
EMap<Workspace,EList<Installation>> |
LocationCatalogImpl.getWorkspaces() |
EList<Installation> |
WorkspaceToInstallationsMapEntryImpl.setValue(EList<Installation> value) |
Modifier and Type | Method and Description |
---|---|
void |
InstallationToWorkspacesMapEntryImpl.setKey(Installation key) |
void |
InstallationToWorkspacesMapEntryImpl.setTypedKey(Installation newKey) |
Modifier and Type | Method and Description |
---|---|
EList<Installation> |
WorkspaceToInstallationsMapEntryImpl.setValue(EList<Installation> value) |
Modifier and Type | Method and Description |
---|---|
T |
SetupSwitch.caseInstallation(Installation object)
Returns the result of interpreting the object as an instance of 'Installation'.
|
Modifier and Type | Method and Description |
---|---|
T |
SetupSwitch.caseInstallationToWorkspacesMapEntry(Map.Entry<Installation,EList<Workspace>> object)
Returns the result of interpreting the object as an instance of 'Installation To Workspaces Map Entry'.
|
T |
SetupSwitch.caseWorkspaceToInstallationsMapEntry(Map.Entry<Workspace,EList<Installation>> object)
Returns the result of interpreting the object as an instance of 'Workspace To Installations Map Entry'.
|
Copyright (c) 2014 Eike Stepper (Loehne, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v2.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v20.html