Interface History

  • All Superinterfaces:
    org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
    All Known Implementing Classes:
    HistoryImpl

    public interface History
    extends org.eclipse.emf.ecore.EObject
    A representation of the model object 'History'. A container for a whole history of a metamodel

    The following features are supported:

    See Also:
    HistoryPackage.getHistory()
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method 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
      • Methods inherited from interface org.eclipse.emf.ecore.EObject

        eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
      • Methods inherited from interface org.eclipse.emf.common.notify.Notifier

        eAdapters, eDeliver, eNotify, eSetDeliver
    • Method Detail

      • getReleases

        org.eclipse.emf.common.util.EList<Release> getReleases()
        Returns the value of the 'Releases' containment reference list. The list contents are of type Release. It is bidirectional and its opposite is 'History'. A sequence of metamodel versions
        Returns:
        the value of the 'Releases' containment reference list.
        See Also:
        HistoryPackage.getHistory_Releases(), Release.getHistory()
      • getFirstRelease

        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 history
      • getLastRelease

        Release 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 history
      • getRootPackages

        org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EPackage> getRootPackages()
        Helper method to determine the root packages created by the history
      • getLatestRelease

        Release getLatestRelease()