Interface HistoryPackage

  • All Superinterfaces:
    org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EPackage, org.eclipse.emf.common.notify.Notifier
    All Known Implementing Classes:
    HistoryPackageImpl

    public interface HistoryPackage
    extends org.eclipse.emf.ecore.EPackage
    The Package for the model. It contains accessors for the meta objects to represent
    • each class,
    • each feature of each class,
    • each enum,
    • and each data type
    Metamodel to specify the history of a metamodel
    See Also:
    HistoryFactory
    • Method Detail

      • getHistory

        org.eclipse.emf.ecore.EClass getHistory()
        Returns the meta object for class 'History'.
        Returns:
        the meta object for class 'History'.
        See Also:
        History
      • getHistory_Releases

        org.eclipse.emf.ecore.EReference getHistory_Releases()
        Returns the meta object for the containment reference list ' Releases'.
        Returns:
        the meta object for the containment reference list 'Releases'.
        See Also:
        History.getReleases(), getHistory()
      • getRelease

        org.eclipse.emf.ecore.EClass getRelease()
        Returns the meta object for class 'Release'.
        Returns:
        the meta object for class 'Release'.
        See Also:
        Release
      • getRelease_Date

        org.eclipse.emf.ecore.EAttribute getRelease_Date()
        Returns the meta object for the attribute 'Date'.
        Returns:
        the meta object for the attribute 'Date'.
        See Also:
        Release.getDate(), getRelease()
      • getRelease_Changes

        org.eclipse.emf.ecore.EReference getRelease_Changes()
        Returns the meta object for the containment reference list ' Changes'.
        Returns:
        the meta object for the containment reference list 'Changes'.
        See Also:
        Release.getChanges(), getRelease()
      • getRelease_History

        org.eclipse.emf.ecore.EReference getRelease_History()
        Returns the meta object for the container reference 'History'.
        Returns:
        the meta object for the container reference 'History'.
        See Also:
        Release.getHistory(), getRelease()
      • getRelease_Label

        org.eclipse.emf.ecore.EAttribute getRelease_Label()
        Returns the meta object for the attribute 'Label'.
        Returns:
        the meta object for the attribute 'Label'.
        See Also:
        Release.getLabel(), getRelease()
      • getChange

        org.eclipse.emf.ecore.EClass getChange()
        Returns the meta object for class 'Change'.
        Returns:
        the meta object for class 'Change'.
        See Also:
        Change
      • getChange_Breaking

        org.eclipse.emf.ecore.EAttribute getChange_Breaking()
        Returns the meta object for the attribute 'Breaking'.
        Returns:
        the meta object for the attribute 'Breaking'.
        See Also:
        Change.isBreaking(), getChange()
      • getChange_Description

        org.eclipse.emf.ecore.EAttribute getChange_Description()
        Returns the meta object for the attribute 'Description'.
        Returns:
        the meta object for the attribute 'Description'.
        See Also:
        Change.getDescription(), getChange()
      • getPrimitiveChange

        org.eclipse.emf.ecore.EClass getPrimitiveChange()
        Returns the meta object for class 'Primitive Change'.
        Returns:
        the meta object for class 'Primitive Change'.
        See Also:
        PrimitiveChange
      • getNoChange

        org.eclipse.emf.ecore.EClass getNoChange()
        Returns the meta object for class 'No Change'.
        Returns:
        the meta object for class 'No Change'.
        See Also:
        NoChange
      • getContentChange

        org.eclipse.emf.ecore.EClass getContentChange()
        Returns the meta object for class 'Content Change'.
        Returns:
        the meta object for class 'Content Change'.
        See Also:
        ContentChange
      • getContentChange_Target

        org.eclipse.emf.ecore.EReference getContentChange_Target()
        Returns the meta object for the reference 'Target'.
        Returns:
        the meta object for the reference 'Target'.
        See Also:
        ContentChange.getTarget(), getContentChange()
      • getNonDelete

        org.eclipse.emf.ecore.EClass getNonDelete()
        Returns the meta object for class 'Non Delete'.
        Returns:
        the meta object for class 'Non Delete'.
        See Also:
        NonDelete
      • getNonDelete_Element

        org.eclipse.emf.ecore.EReference getNonDelete_Element()
        Returns the meta object for the reference 'Element'.
        Returns:
        the meta object for the reference 'Element'.
        See Also:
        NonDelete.getElement(), getNonDelete()
      • getCreate

        org.eclipse.emf.ecore.EClass getCreate()
        Returns the meta object for class 'Create'.
        Returns:
        the meta object for class 'Create'.
        See Also:
        Create
      • getMove

        org.eclipse.emf.ecore.EClass getMove()
        Returns the meta object for class 'Move'.
        Returns:
        the meta object for class 'Move'.
        See Also:
        Move
      • getMove_Source

        org.eclipse.emf.ecore.EReference getMove_Source()
        Returns the meta object for the reference 'Source'.
        Returns:
        the meta object for the reference 'Source'.
        See Also:
        Move.getSource(), getMove()
      • getDelete

        org.eclipse.emf.ecore.EClass getDelete()
        Returns the meta object for class 'Delete'.
        Returns:
        the meta object for class 'Delete'.
        See Also:
        Delete
      • getDelete_Element

        org.eclipse.emf.ecore.EReference getDelete_Element()
        Returns the meta object for the containment reference ' Element'.
        Returns:
        the meta object for the containment reference 'Element'.
        See Also:
        Delete.getElement(), getDelete()
      • getValueChange

        org.eclipse.emf.ecore.EClass getValueChange()
        Returns the meta object for class 'Value Change'.
        Returns:
        the meta object for class 'Value Change'.
        See Also:
        ValueChange
      • getValueChange_Element

        org.eclipse.emf.ecore.EReference getValueChange_Element()
        Returns the meta object for the reference 'Element'.
        Returns:
        the meta object for the reference 'Element'.
        See Also:
        ValueChange.getElement(), getValueChange()
      • getValueChange_Feature

        org.eclipse.emf.ecore.EReference getValueChange_Feature()
        Returns the meta object for the reference 'Feature'.
        Returns:
        the meta object for the reference 'Feature'.
        See Also:
        ValueChange.getFeature(), getValueChange()
      • getValueChange_Value

        org.eclipse.emf.ecore.EAttribute getValueChange_Value()
        Returns the meta object for the attribute 'Value'.
        Returns:
        the meta object for the attribute 'Value'.
        See Also:
        ValueChange.getValue(), getValueChange()
      • getSet

        org.eclipse.emf.ecore.EClass getSet()
        Returns the meta object for class 'Set'.
        Returns:
        the meta object for class 'Set'.
        See Also:
        Set
      • getSet_OldDataValue

        org.eclipse.emf.ecore.EAttribute getSet_OldDataValue()
        Returns the meta object for the attribute 'Old Data Value'.
        Returns:
        the meta object for the attribute 'Old Data Value'.
        See Also:
        Set.getOldDataValue(), getSet()
      • getSet_OldReferenceValue

        org.eclipse.emf.ecore.EReference getSet_OldReferenceValue()
        Returns the meta object for the reference 'Old Reference Value'.
        Returns:
        the meta object for the reference 'Old Reference Value'.
        See Also:
        Set.getOldReferenceValue(), getSet()
      • getSet_OldValue

        org.eclipse.emf.ecore.EAttribute getSet_OldValue()
        Returns the meta object for the attribute 'Old Value'.
        Returns:
        the meta object for the attribute 'Old Value'.
        See Also:
        Set.getOldValue(), getSet()
      • getAdd

        org.eclipse.emf.ecore.EClass getAdd()
        Returns the meta object for class 'Add'.
        Returns:
        the meta object for class 'Add'.
        See Also:
        Add
      • getRemove

        org.eclipse.emf.ecore.EClass getRemove()
        Returns the meta object for class 'Remove'.
        Returns:
        the meta object for class 'Remove'.
        See Also:
        Remove
      • getCompositeChange

        org.eclipse.emf.ecore.EClass getCompositeChange()
        Returns the meta object for class 'Composite Change'.
        Returns:
        the meta object for class 'Composite Change'.
        See Also:
        CompositeChange
      • getCompositeChange_Changes

        org.eclipse.emf.ecore.EReference getCompositeChange_Changes()
        Returns the meta object for the containment reference list ' Changes'.
        Returns:
        the meta object for the containment reference list 'Changes'.
        See Also:
        CompositeChange.getChanges(), getCompositeChange()
      • getOperationChange

        org.eclipse.emf.ecore.EClass getOperationChange()
        Returns the meta object for class 'Operation Change'.
        Returns:
        the meta object for class 'Operation Change'.
        See Also:
        OperationChange
      • getOperationInstance

        org.eclipse.emf.ecore.EClass getOperationInstance()
        Returns the meta object for class 'Operation Instance'.
        Returns:
        the meta object for class 'Operation Instance'.
        See Also:
        OperationInstance
      • getParameterInstance

        org.eclipse.emf.ecore.EClass getParameterInstance()
        Returns the meta object for class 'Parameter Instance'.
        Returns:
        the meta object for class 'Parameter Instance'.
        See Also:
        ParameterInstance
      • getModelReference

        org.eclipse.emf.ecore.EClass getModelReference()
        Returns the meta object for class 'Model Reference'.
        Returns:
        the meta object for class 'Model Reference'.
        See Also:
        ModelReference
      • getNamedElement

        org.eclipse.emf.ecore.EClass getNamedElement()
        Returns the meta object for class 'Named Element '.
        Returns:
        the meta object for class 'Named Element'.
        See Also:
        NamedElement
      • getNamedElement_Name

        org.eclipse.emf.ecore.EAttribute getNamedElement_Name()
        Returns the meta object for the attribute 'Name'.
        Returns:
        the meta object for the attribute 'Name'.
        See Also:
        NamedElement.getName(), getNamedElement()
      • getMigrateableChange

        org.eclipse.emf.ecore.EClass getMigrateableChange()
        Returns the meta object for class 'Migrateable Change'.
        Returns:
        the meta object for class 'Migrateable Change'.
        See Also:
        MigrateableChange
      • getMigrationChange

        org.eclipse.emf.ecore.EClass getMigrationChange()
        Returns the meta object for class 'Migration Change'.
        Returns:
        the meta object for class 'Migration Change'.
        See Also:
        MigrationChange
      • getMigrationChange_Changes

        org.eclipse.emf.ecore.EReference getMigrationChange_Changes()
        Returns the meta object for the containment reference list ' Changes'.
        Returns:
        the meta object for the containment reference list 'Changes'.
        See Also:
        MigrationChange.getChanges(), getMigrationChange()
      • getInitializerChange

        org.eclipse.emf.ecore.EClass getInitializerChange()
        Returns the meta object for class 'Initializer Change'.
        Returns:
        the meta object for class 'Initializer Change'.
        See Also:
        InitializerChange
      • getInitializerChange_Changes

        org.eclipse.emf.ecore.EReference getInitializerChange_Changes()
        Returns the meta object for the containment reference list ' Changes'.
        Returns:
        the meta object for the containment reference list 'Changes'.
        See Also:
        InitializerChange.getChanges(), getInitializerChange()
      • getHistoryFactory

        HistoryFactory getHistoryFactory()
        Returns the factory that creates the instances of the model.
        Returns:
        the factory that creates the instances of the model.