public interface ProjectDAO
| Modifier and Type | Method and Description |
|---|---|
void |
add(ProjectHistory history)
Add a project history.
|
org.eclipse.emf.common.util.EList<ProjectHistory> |
getProjects()
Returns all project histories.
|
void |
remove(ProjectHistory history)
Removes a project history.
|
void add(ProjectHistory history)
history - the history to be addedorg.eclipse.emf.common.util.EList<ProjectHistory> getProjects()
void remove(ProjectHistory history)
history - the project history to be removedCopyright © 2017. All rights reserved.