Interface AefPackage

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:
AefPackageImpl

public interface AefPackage 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 operation of each class,
  • each enum,
  • and each data type
See Also:
  • Field Details

  • Method Details

    • getIViewModel

      org.eclipse.emf.ecore.EClass getIViewModel()
      Returns the meta object for class 'IView Model'.
      Returns:
      the meta object for class 'IView Model'.
      See Also:
    • getIViewModel_EventChannel

      org.eclipse.emf.ecore.EAttribute getIViewModel_EventChannel()
      Returns the meta object for the attribute 'Event Channel'.
      Returns:
      the meta object for the attribute 'Event Channel'.
      See Also:
    • getIViewModel_Parent

      org.eclipse.emf.ecore.EReference getIViewModel_Parent()
      Returns the meta object for the container reference 'Parent'.
      Returns:
      the meta object for the container reference 'Parent'.
      See Also:
    • getIContainerViewModel

      org.eclipse.emf.ecore.EClass getIContainerViewModel()
      Returns the meta object for class 'IContainer View Model'.
      Returns:
      the meta object for class 'IContainer View Model'.
      See Also:
    • getIContainerViewModel_Children

      org.eclipse.emf.ecore.EReference getIContainerViewModel_Children()
      Returns the meta object for the containment reference list 'Children'.
      Returns:
      the meta object for the containment reference list 'Children'.
      See Also:
    • getIControlViewModel

      org.eclipse.emf.ecore.EClass getIControlViewModel()
      Returns the meta object for class 'IControl View Model'.
      Returns:
      the meta object for class 'IControl View Model'.
      See Also:
    • getIContainerControlViewModel

      org.eclipse.emf.ecore.EClass getIContainerControlViewModel()
      Returns the meta object for class 'IContainer Control View Model'.
      Returns:
      the meta object for class 'IContainer Control View Model'.
      See Also:
    • getIDialogViewModel

      org.eclipse.emf.ecore.EClass getIDialogViewModel()
      Returns the meta object for class 'IDialog View Model'.
      Returns:
      the meta object for class 'IDialog View Model'.
      See Also:
    • getIAefLayoutData

      org.eclipse.emf.ecore.EClass getIAefLayoutData()
      Returns the meta object for class 'IAef Layout Data'.
      Returns:
      the meta object for class 'IAef Layout Data'.
      See Also:
    • getIAefLayout

      org.eclipse.emf.ecore.EClass getIAefLayout()
      Returns the meta object for class 'IAef Layout'.
      Returns:
      the meta object for class 'IAef Layout'.
      See Also:
    • getIEventChannel

      org.eclipse.emf.ecore.EDataType getIEventChannel()
      Returns the meta object for data type 'IEvent Channel'.
      Returns:
      the meta object for data type 'IEvent Channel'.
      See Also:
    • getAefFactory

      AefFactory getAefFactory()
      Returns the factory that creates the instances of the model.
      Returns:
      the factory that creates the instances of the model.