Interface CmiDerivedDataFactory

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

    public interface CmiDerivedDataFactory
    extends org.eclipse.emf.ecore.EFactory
    The Factory for the model. It provides a create method for each non-abstract class of the model.
    See Also:
    CmiDerivedDataPackage
    • Method Detail

      • createCommandInterfaceRoot

        CommandInterfaceRoot createCommandInterfaceRoot()
        Returns a new object of class 'Command Interface Root'.
        Returns:
        a new object of class 'Command Interface Root'.
      • createConfigurationCommandInterface

        ConfigurationCommandInterface createConfigurationCommandInterface()
        Returns a new object of class 'Configuration Command Interface'.
        Returns:
        a new object of class 'Configuration Command Interface'.
      • createAbstractCommandContainer

        AbstractCommandContainer createAbstractCommandContainer()
        Returns a new object of class 'Abstract Command Container'.
        Returns:
        a new object of class 'Abstract Command Container'.
      • createCommandContainer

        CommandContainer createCommandContainer()
        Returns a new object of class 'Command Container'.
        Returns:
        a new object of class 'Command Container'.
      • createFormCommandContainer

        FormCommandContainer createFormCommandContainer()
        Returns a new object of class 'Form Command Container'.
        Returns:
        a new object of class 'Form Command Container'.
      • createMainSectionCommandInterface

        MainSectionCommandInterface createMainSectionCommandInterface()
        Returns a new object of class 'Main Section Command Interface'.
        Returns:
        a new object of class 'Main Section Command Interface'.
      • createSubsystemCommandInterface

        SubsystemCommandInterface createSubsystemCommandInterface()
        Returns a new object of class 'Subsystem Command Interface'.
        Returns:
        a new object of class 'Subsystem Command Interface'.
      • createFormCommandInterface

        FormCommandInterface createFormCommandInterface()
        Returns a new object of class 'Form Command Interface'.
        Returns:
        a new object of class 'Form Command Interface'.
      • createConfigurationCommandInterfaceItem

        ConfigurationCommandInterfaceItem createConfigurationCommandInterfaceItem()
        Returns a new object of class 'Configuration Command Interface Item'.
        Returns:
        a new object of class 'Configuration Command Interface Item'.
      • createAbstractPanel

        AbstractPanel createAbstractPanel()
        Returns a new object of class 'Abstract Panel'.
        Returns:
        a new object of class 'Abstract Panel'.
      • createDetachedGroupPanel

        DetachedGroupPanel createDetachedGroupPanel()
        Returns a new object of class 'Detached Group Panel'.
        Returns:
        a new object of class 'Detached Group Panel'.
      • createNavigationPanel

        NavigationPanel createNavigationPanel()
        Returns a new object of class 'Navigation Panel'.
        Returns:
        a new object of class 'Navigation Panel'.
      • createActionPanel

        ActionPanel createActionPanel()
        Returns a new object of class 'Action Panel'.
        Returns:
        a new object of class 'Action Panel'.
      • createFormNavigationPanel

        FormNavigationPanel createFormNavigationPanel()
        Returns a new object of class 'Form Navigation Panel'.
        Returns:
        a new object of class 'Form Navigation Panel'.
      • createFormActionPanel

        FormActionPanel createFormActionPanel()
        Returns a new object of class 'Form Action Panel'.
        Returns:
        a new object of class 'Form Action Panel'.
      • createCommandItemGroup

        CommandItemGroup createCommandItemGroup()
        Returns a new object of class 'Command Item Group'.
        Returns:
        a new object of class 'Command Item Group'.
      • createCustomCommandItemGroup

        CustomCommandItemGroup createCustomCommandItemGroup()
        Returns a new object of class 'Custom Command Item Group'.
        Returns:
        a new object of class 'Custom Command Item Group'.
      • createCommandItem

        CommandItem createCommandItem()
        Returns a new object of class 'Command Item'.
        Returns:
        a new object of class 'Command Item'.
      • createUnresolvedCommand

        UnresolvedCommand createUnresolvedCommand()
        Returns a new object of class 'Unresolved Command'.
        Returns:
        a new object of class 'Unresolved Command'.
      • createUnresolvedGroup

        UnresolvedGroup createUnresolvedGroup()
        Returns a new object of class 'Unresolved Group'.
        Returns:
        a new object of class 'Unresolved Group'.
      • createUnresolvedSubsystem

        UnresolvedSubsystem createUnresolvedSubsystem()
        Returns a new object of class 'Unresolved Subsystem'.
        Returns:
        a new object of class 'Unresolved Subsystem'.
      • getCmiDerivedDataPackage

        CmiDerivedDataPackage getCmiDerivedDataPackage()
        Returns the package supported by this factory.
        Returns:
        the package supported by this factory.