public interface History
extends org.eclipse.emf.ecore.EObject
The following features are supported:
HistoryPackage.getHistory()| Modifier and Type | Method and Description |
|---|---|
Release |
getFirstRelease() |
Release |
getLastRelease() |
Release |
getLatestRelease() |
org.eclipse.emf.common.util.EList<Release> |
getReleases()
Returns the value of the 'Releases' containment reference list.
|
org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EPackage> |
getRootPackages()
Helper method to determine the root packages created by the history
|
org.eclipse.emf.common.util.EList<Release> getReleases()
Release.
It is bidirectional and its opposite is 'History'.
A sequence of metamodel versions
HistoryPackage.getHistory_Releases(),
Release.getHistory()Release getFirstRelease()
If the meaning of the 'First Release' reference isn't clear, there really should be more of a description here...
Helper method to determine the first release of the historyRelease getLastRelease()
If the meaning of the 'Last Release' reference isn't clear, there really should be more of a description here...
Helper method to determine the last release of the historyorg.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EPackage> getRootPackages()
Release getLatestRelease()
Copyright © 2020. All rights reserved.