Class CmiDerivedDataAdapterFactory

  • All Implemented Interfaces:
    org.eclipse.emf.common.notify.AdapterFactory

    public class CmiDerivedDataAdapterFactory
    extends org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
    The Adapter Factory for the model. It provides an adapter createXXX method for each class of the model.
    See Also:
    CmiDerivedDataPackage
    • Field Detail

      • modelSwitch

        protected CmiDerivedDataSwitch<org.eclipse.emf.common.notify.Adapter> modelSwitch
        The switch that delegates to the createXXX methods.
    • Constructor Detail

      • CmiDerivedDataAdapterFactory

        public CmiDerivedDataAdapterFactory()
        Creates an instance of the adapter factory.
    • Method Detail

      • isFactoryForType

        public boolean isFactoryForType​(Object object)
        Returns whether this factory is applicable for the type of the object. This implementation returns true if the object is either the model's package or is an instance object of the model.
        Specified by:
        isFactoryForType in interface org.eclipse.emf.common.notify.AdapterFactory
        Overrides:
        isFactoryForType in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
        Returns:
        whether this factory is applicable for the type of the object.
      • createAdapter

        public org.eclipse.emf.common.notify.Adapter createAdapter​(org.eclipse.emf.common.notify.Notifier target)
        Creates an adapter for the target.
        Overrides:
        createAdapter in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
        Parameters:
        target - the object to adapt.
        Returns:
        the adapter for the target.
      • createCommandInterfaceRootAdapter

        public org.eclipse.emf.common.notify.Adapter createCommandInterfaceRootAdapter()
        Creates a new adapter for an object of class 'Command Interface Root'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        CommandInterfaceRoot
      • createConfigurationCommandInterfaceAdapter

        public org.eclipse.emf.common.notify.Adapter createConfigurationCommandInterfaceAdapter()
        Creates a new adapter for an object of class 'Configuration Command Interface'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        ConfigurationCommandInterface
      • createAbstractCommandContainerAdapter

        public org.eclipse.emf.common.notify.Adapter createAbstractCommandContainerAdapter()
        Creates a new adapter for an object of class 'Abstract Command Container'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        AbstractCommandContainer
      • createCommandContainerAdapter

        public org.eclipse.emf.common.notify.Adapter createCommandContainerAdapter()
        Creates a new adapter for an object of class 'Command Container'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        CommandContainer
      • createFormCommandContainerAdapter

        public org.eclipse.emf.common.notify.Adapter createFormCommandContainerAdapter()
        Creates a new adapter for an object of class 'Form Command Container'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        FormCommandContainer
      • createMainSectionCommandInterfaceAdapter

        public org.eclipse.emf.common.notify.Adapter createMainSectionCommandInterfaceAdapter()
        Creates a new adapter for an object of class 'Main Section Command Interface'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        MainSectionCommandInterface
      • createSubsystemCommandInterfaceAdapter

        public org.eclipse.emf.common.notify.Adapter createSubsystemCommandInterfaceAdapter()
        Creates a new adapter for an object of class 'Subsystem Command Interface'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        SubsystemCommandInterface
      • createFormCommandInterfaceAdapter

        public org.eclipse.emf.common.notify.Adapter createFormCommandInterfaceAdapter()
        Creates a new adapter for an object of class 'Form Command Interface'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        FormCommandInterface
      • createConfigurationCommandInterfaceItemAdapter

        public org.eclipse.emf.common.notify.Adapter createConfigurationCommandInterfaceItemAdapter()
        Creates a new adapter for an object of class 'Configuration Command Interface Item'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        ConfigurationCommandInterfaceItem
      • createAbstractPanelAdapter

        public org.eclipse.emf.common.notify.Adapter createAbstractPanelAdapter()
        Creates a new adapter for an object of class 'Abstract Panel'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        AbstractPanel
      • createDetachedGroupPanelAdapter

        public org.eclipse.emf.common.notify.Adapter createDetachedGroupPanelAdapter()
        Creates a new adapter for an object of class 'Detached Group Panel'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        DetachedGroupPanel
      • createNavigationPanelAdapter

        public org.eclipse.emf.common.notify.Adapter createNavigationPanelAdapter()
        Creates a new adapter for an object of class 'Navigation Panel'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        NavigationPanel
      • createActionPanelAdapter

        public org.eclipse.emf.common.notify.Adapter createActionPanelAdapter()
        Creates a new adapter for an object of class 'Action Panel'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        ActionPanel
      • createFormNavigationPanelAdapter

        public org.eclipse.emf.common.notify.Adapter createFormNavigationPanelAdapter()
        Creates a new adapter for an object of class 'Form Navigation Panel'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        FormNavigationPanel
      • createFormActionPanelAdapter

        public org.eclipse.emf.common.notify.Adapter createFormActionPanelAdapter()
        Creates a new adapter for an object of class 'Form Action Panel'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        FormActionPanel
      • createCommandItemGroupAdapter

        public org.eclipse.emf.common.notify.Adapter createCommandItemGroupAdapter()
        Creates a new adapter for an object of class 'Command Item Group'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        CommandItemGroup
      • createCustomCommandItemGroupAdapter

        public org.eclipse.emf.common.notify.Adapter createCustomCommandItemGroupAdapter()
        Creates a new adapter for an object of class 'Custom Command Item Group'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        CustomCommandItemGroup
      • createCommandItemAdapter

        public org.eclipse.emf.common.notify.Adapter createCommandItemAdapter()
        Creates a new adapter for an object of class 'Command Item'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        CommandItem
      • createItemByCommandIdMapEntryAdapter

        public org.eclipse.emf.common.notify.Adapter createItemByCommandIdMapEntryAdapter()
        Creates a new adapter for an object of class 'Item By Command Id Map Entry'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        Map.Entry
      • createItemGroupByGroupIdMapEntryAdapter

        public org.eclipse.emf.common.notify.Adapter createItemGroupByGroupIdMapEntryAdapter()
        Creates a new adapter for an object of class 'Item Group By Group Id Map Entry'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        Map.Entry
      • createCommandsByTypeMapEntryAdapter

        public org.eclipse.emf.common.notify.Adapter createCommandsByTypeMapEntryAdapter()
        Creates a new adapter for an object of class 'Commands By Type Map Entry'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        Map.Entry
      • createTypesByCommandIdMapEntryAdapter

        public org.eclipse.emf.common.notify.Adapter createTypesByCommandIdMapEntryAdapter()
        Creates a new adapter for an object of class 'Types By Command Id Map Entry'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        Map.Entry
      • createUnresolvedCommandAdapter

        public org.eclipse.emf.common.notify.Adapter createUnresolvedCommandAdapter()
        Creates a new adapter for an object of class 'Unresolved Command'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        UnresolvedCommand
      • createUnresolvedCommandEntryAdapter

        public org.eclipse.emf.common.notify.Adapter createUnresolvedCommandEntryAdapter()
        Creates a new adapter for an object of class 'Unresolved Command Entry'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        Map.Entry
      • createUnresolvedGroupAdapter

        public org.eclipse.emf.common.notify.Adapter createUnresolvedGroupAdapter()
        Creates a new adapter for an object of class 'Unresolved Group'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        UnresolvedGroup
      • createUnresolvedGroupEntryAdapter

        public org.eclipse.emf.common.notify.Adapter createUnresolvedGroupEntryAdapter()
        Creates a new adapter for an object of class 'Unresolved Group Entry'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        Map.Entry
      • createUnresolvedSubsystemAdapter

        public org.eclipse.emf.common.notify.Adapter createUnresolvedSubsystemAdapter()
        Creates a new adapter for an object of class 'Unresolved Subsystem'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        UnresolvedSubsystem
      • createUnresolvedSubsystemEntryAdapter

        public org.eclipse.emf.common.notify.Adapter createUnresolvedSubsystemEntryAdapter()
        Creates a new adapter for an object of class 'Unresolved Subsystem Entry'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        Map.Entry
      • createCommandAdapter

        public org.eclipse.emf.common.notify.Adapter createCommandAdapter()
        Creates a new adapter for an object of class 'Command'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        Command
      • createCommandGroupAdapter

        public org.eclipse.emf.common.notify.Adapter createCommandGroupAdapter()
        Creates a new adapter for an object of class 'Command Group'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        CommandGroup
      • createMdObjectAdapter

        public org.eclipse.emf.common.notify.Adapter createMdObjectAdapter()
        Creates a new adapter for an object of class 'Md Object'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        MdObject
      • createSubsystemAdapter

        public org.eclipse.emf.common.notify.Adapter createSubsystemAdapter()
        Creates a new adapter for an object of class 'Subsystem'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        Subsystem
      • createEObjectAdapter

        public org.eclipse.emf.common.notify.Adapter createEObjectAdapter()
        Creates a new adapter for the default case. This default implementation returns null.
        Returns:
        the new adapter.