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 |
---|---|
Project |
SetupFactory.createProject()
Returns a new object of class 'Project'.
|
Project |
Project.getParentProject()
Returns the value of the 'Parent Project' reference.
|
Project |
Stream.getProject()
Returns the value of the 'Project' container reference.
|
Modifier and Type | Method and Description |
---|---|
EMap<Project,Stream> |
CatalogSelection.getDefaultStreams()
Returns the value of the 'Default Streams' map.
|
EList<Project> |
ProjectContainer.getProjects()
Returns the value of the 'Projects' containment reference list.
|
Modifier and Type | Method and Description |
---|---|
void |
Stream.setProject(Project value)
Sets the value of the '
Project ' container reference. |
Modifier and Type | Class and Description |
---|---|
class |
ProjectImpl
An implementation of the model object 'Project'.
|
Modifier and Type | Field and Description |
---|---|
protected Project |
ProjectToStreamMapEntryImpl.key
The cached value of the '
Key ' reference. |
Modifier and Type | Field and Description |
---|---|
protected EMap<Project,Stream> |
CatalogSelectionImpl.defaultStreams
The cached value of the '
Default Streams ' map. |
protected EList<Project> |
ProjectCatalogImpl.projects
The cached value of the '
Projects ' containment reference list. |
protected EList<Project> |
ProjectImpl.projects
The cached value of the '
Projects ' containment reference list. |
Modifier and Type | Method and Description |
---|---|
Project |
StreamImpl.basicGetProject() |
Project |
ProjectToStreamMapEntryImpl.basicGetTypedKey() |
Project |
SetupFactoryImpl.createProject() |
Project |
ProjectToStreamMapEntryImpl.getKey() |
Project |
ProjectImpl.getParentProject() |
Project |
StreamImpl.getProject() |
Project |
ProjectToStreamMapEntryImpl.getTypedKey() |
Modifier and Type | Method and Description |
---|---|
Map.Entry<Project,Stream> |
SetupFactoryImpl.createProjectToStreamMapEntry() |
EMap<Project,Stream> |
CatalogSelectionImpl.getDefaultStreams() |
EMap<Project,Stream> |
ProjectToStreamMapEntryImpl.getEMap() |
EList<Project> |
ProjectCatalogImpl.getProjects() |
EList<Project> |
ProjectImpl.getProjects() |
Modifier and Type | Method and Description |
---|---|
NotificationChain |
StreamImpl.basicSetProject(Project newProject,
NotificationChain msgs) |
void |
ProjectToStreamMapEntryImpl.setKey(Project key) |
void |
StreamImpl.setProject(Project newProject) |
void |
ProjectToStreamMapEntryImpl.setTypedKey(Project newKey) |
Modifier and Type | Method and Description |
---|---|
T |
SetupSwitch.caseProject(Project object)
Returns the result of interpreting the object as an instance of 'Project'.
|
Modifier and Type | Method and Description |
---|---|
T |
SetupSwitch.caseProjectToStreamMapEntry(Map.Entry<Project,Stream> object)
Returns the result of interpreting the object as an instance of 'Project To Stream 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