Class LayoutTransformationContextAdapterFactory

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

    public class LayoutTransformationContextAdapterFactory
    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:
    LayoutTransformationContextPackage
    • Constructor Detail

      • LayoutTransformationContextAdapterFactory

        public LayoutTransformationContextAdapterFactory()
        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.
      • createPagesChildInfosCacheMapEntryAdapter

        public org.eclipse.emf.common.notify.Adapter createPagesChildInfosCacheMapEntryAdapter()
        Creates a new adapter for an object of class 'Pages Child Infos Cache 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
      • createLimitsCacheMapEntryAdapter

        public org.eclipse.emf.common.notify.Adapter createLimitsCacheMapEntryAdapter()
        Creates a new adapter for an object of class 'Limits Cache 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
      • createCalcVerVariantEstimatesResCacheEntryAdapter

        public org.eclipse.emf.common.notify.Adapter createCalcVerVariantEstimatesResCacheEntryAdapter()
        Creates a new adapter for an object of class 'Calc Ver Variant Estimates Res Cache 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
      • createChildHorStoredVariantAdapter

        public org.eclipse.emf.common.notify.Adapter createChildHorStoredVariantAdapter()
        Creates a new adapter for an object of class 'Child Hor Stored Variant'. 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:
        ChildHorStoredVariant
      • createChildHorStoredVariantsCacheEntryAdapter

        public org.eclipse.emf.common.notify.Adapter createChildHorStoredVariantsCacheEntryAdapter()
        Creates a new adapter for an object of class 'Child Hor Stored Variants Cache 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
      • createVariantEstimateIntResCacheMapEntryAdapter

        public org.eclipse.emf.common.notify.Adapter createVariantEstimateIntResCacheMapEntryAdapter()
        Creates a new adapter for an object of class 'Variant Estimate Int Res Cache 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
      • createEstimateAdapter

        public org.eclipse.emf.common.notify.Adapter createEstimateAdapter()
        Creates a new adapter for an object of class 'Estimate'. 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:
        Estimate
      • createHTVariantKeyAdapter

        public org.eclipse.emf.common.notify.Adapter createHTVariantKeyAdapter()
        Creates a new adapter for an object of class 'HT Variant Key'. 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:
        HTVariantKey
      • createFormElementDimensionAdapter

        public org.eclipse.emf.common.notify.Adapter createFormElementDimensionAdapter()
        Creates a new adapter for an object of class 'Form Element Dimension'. 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:
        FormElementDimension
      • createExtDimItemAdapter

        public org.eclipse.emf.common.notify.Adapter createExtDimItemAdapter()
        Creates a new adapter for an object of class 'Ext Dim 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:
        ExtDimItem
      • createRootBaseTransformationContextAdapter

        public org.eclipse.emf.common.notify.Adapter createRootBaseTransformationContextAdapter()
        Creates a new adapter for an object of class 'Root Base Transformation Context'. 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:
        RootBaseTransformationContext
      • createElementBaseTransformationContextAdapter

        public org.eclipse.emf.common.notify.Adapter createElementBaseTransformationContextAdapter()
        Creates a new adapter for an object of class 'Element Base Transformation Context'. 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:
        ElementBaseTransformationContext
      • createFormElementBaseTransformationContextAdapter

        public org.eclipse.emf.common.notify.Adapter createFormElementBaseTransformationContextAdapter()
        Creates a new adapter for an object of class 'Form Element Base Transformation Context'. 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:
        FormElementBaseTransformationContext
      • createGroupBaseTransformationContextAdapter

        public org.eclipse.emf.common.notify.Adapter createGroupBaseTransformationContextAdapter()
        Creates a new adapter for an object of class 'Group Base Transformation Context'. 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:
        GroupBaseTransformationContext
      • createGroupSimpleChildAdapter

        public org.eclipse.emf.common.notify.Adapter createGroupSimpleChildAdapter()
        Creates a new adapter for an object of class 'Group Simple Child'. 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:
        GroupSimpleChild
      • createResultAdapter

        public org.eclipse.emf.common.notify.Adapter createResultAdapter()
        Creates a new adapter for an object of class 'Result'. 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:
        Result
      • createResultCacheMapEntryAdapter

        public org.eclipse.emf.common.notify.Adapter createResultCacheMapEntryAdapter()
        Creates a new adapter for an object of class 'Result Cache 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
      • createGroupCacheableChildAdapter

        public org.eclipse.emf.common.notify.Adapter createGroupCacheableChildAdapter()
        Creates a new adapter for an object of class 'Group Cacheable Child'. 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:
        GroupCacheableChild
      • createFormGroupChildAdapter

        public org.eclipse.emf.common.notify.Adapter createFormGroupChildAdapter()
        Creates a new adapter for an object of class 'Form Group Child'. 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:
        FormGroupChild
      • createElementWithLimitsBaseTransformationContextAdapter

        public org.eclipse.emf.common.notify.Adapter createElementWithLimitsBaseTransformationContextAdapter()
        Creates a new adapter for an object of class 'Element With Limits Base Transformation Context'. 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:
        ElementWithLimitsBaseTransformationContext
      • createINoExtTooltipAtBottomTransformationContextAdapter

        public org.eclipse.emf.common.notify.Adapter createINoExtTooltipAtBottomTransformationContextAdapter()
        Creates a new adapter for an object of class 'INo Ext Tooltip At Bottom Transformation Context'. 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:
        INoExtTooltipAtBottomTransformationContext
      • createINoTitlesOnTopTransformationContextAdapter

        public org.eclipse.emf.common.notify.Adapter createINoTitlesOnTopTransformationContextAdapter()
        Creates a new adapter for an object of class 'INo Titles On Top Transformation Context'. 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:
        INoTitlesOnTopTransformationContext
      • createChildVerVariantAdapter

        public org.eclipse.emf.common.notify.Adapter createChildVerVariantAdapter()
        Creates a new adapter for an object of class 'Child Ver Variant'. 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:
        ChildVerVariant
      • createCalcVerVariantEstimatesResAdapter

        public org.eclipse.emf.common.notify.Adapter createCalcVerVariantEstimatesResAdapter()
        Creates a new adapter for an object of class 'Calc Ver Variant Estimates Res'. 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:
        CalcVerVariantEstimatesRes
      • createFormGroupBaseTransformationContextAdapter

        public org.eclipse.emf.common.notify.Adapter createFormGroupBaseTransformationContextAdapter()
        Creates a new adapter for an object of class 'Form Group Base Transformation Context'. 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:
        FormGroupBaseTransformationContext
      • createLayoutVirtualGridAdapter

        public org.eclipse.emf.common.notify.Adapter createLayoutVirtualGridAdapter()
        Creates a new adapter for an object of class 'Layout Virtual Grid'. 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:
        LayoutVirtualGrid
      • createVirtualGridSizeIntAdapter

        public org.eclipse.emf.common.notify.Adapter createVirtualGridSizeIntAdapter()
        Creates a new adapter for an object of class 'Virtual Grid Size Int'. 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:
        VirtualGridSizeInt
      • createFormTransformationContextAdapter

        public org.eclipse.emf.common.notify.Adapter createFormTransformationContextAdapter()
        Creates a new adapter for an object of class 'Form Transformation Context'. 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:
        FormTransformationContext
      • createSlaveGroupIndexEntryAdapter

        public org.eclipse.emf.common.notify.Adapter createSlaveGroupIndexEntryAdapter()
        Creates a new adapter for an object of class 'Slave Group Index 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
      • createContextPositionsPairAdapter

        public org.eclipse.emf.common.notify.Adapter createContextPositionsPairAdapter()
        Creates a new adapter for an object of class 'Context Positions Pair'. 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:
        ContextPositionsPair
      • createGridPositionsEntryAdapter

        public org.eclipse.emf.common.notify.Adapter createGridPositionsEntryAdapter()
        Creates a new adapter for an object of class 'Grid Positions 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
      • createVerGroupResultAdapter

        public org.eclipse.emf.common.notify.Adapter createVerGroupResultAdapter()
        Creates a new adapter for an object of class 'Ver Group Result'. 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:
        VerGroupResult
      • createIndexEntryAdapter

        public org.eclipse.emf.common.notify.Adapter createIndexEntryAdapter()
        Creates a new adapter for an object of class 'Index 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
      • createChildAdapter

        public org.eclipse.emf.common.notify.Adapter createChildAdapter()
        Creates a new adapter for an object of class 'Child'. 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:
        Child
      • createDelegateGroupChildAdapter

        public org.eclipse.emf.common.notify.Adapter createDelegateGroupChildAdapter()
        Creates a new adapter for an object of class 'Delegate Group Child'. 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:
        DelegateGroupChild
      • createSelfResultCacheEntryAdapter

        public org.eclipse.emf.common.notify.Adapter createSelfResultCacheEntryAdapter()
        Creates a new adapter for an object of class 'Self Result Cache 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
      • createColoredGroupDataAdapter

        public org.eclipse.emf.common.notify.Adapter createColoredGroupDataAdapter()
        Creates a new adapter for an object of class 'Colored Group Data'. 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:
        ColoredGroupData
      • createRectAdapter

        public org.eclipse.emf.common.notify.Adapter createRectAdapter()
        Creates a new adapter for an object of class 'Rect'. 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:
        Rect
      • createPositionsAdapter

        public org.eclipse.emf.common.notify.Adapter createPositionsAdapter()
        Creates a new adapter for an object of class 'Positions'. 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:
        Positions
      • createMegaGroupTransformationContextAdapter

        public org.eclipse.emf.common.notify.Adapter createMegaGroupTransformationContextAdapter()
        Creates a new adapter for an object of class 'Mega Group Transformation Context'. 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:
        MegaGroupTransformationContext
      • createLeafChildAdapter

        public org.eclipse.emf.common.notify.Adapter createLeafChildAdapter()
        Creates a new adapter for an object of class 'Leaf Child'. 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:
        LeafChild
      • createInputFieldTransformationContextAdapter

        public org.eclipse.emf.common.notify.Adapter createInputFieldTransformationContextAdapter()
        Creates a new adapter for an object of class 'Input Field Transformation Context'. 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:
        InputFieldTransformationContext
      • createImageTransformationContextAdapter

        public org.eclipse.emf.common.notify.Adapter createImageTransformationContextAdapter()
        Creates a new adapter for an object of class 'Image Transformation Context'. 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:
        ImageTransformationContext
      • createCheckBoxTransformationContextAdapter

        public org.eclipse.emf.common.notify.Adapter createCheckBoxTransformationContextAdapter()
        Creates a new adapter for an object of class 'Check Box Transformation Context'. 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:
        CheckBoxTransformationContext
      • createSwitcherTransformationContextAdapter

        public org.eclipse.emf.common.notify.Adapter createSwitcherTransformationContextAdapter()
        Creates a new adapter for an object of class 'Switcher Transformation Context'. 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:
        SwitcherTransformationContext
      • createProgressBarTransformationContextAdapter

        public org.eclipse.emf.common.notify.Adapter createProgressBarTransformationContextAdapter()
        Creates a new adapter for an object of class 'Progress Bar Transformation Context'. 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:
        ProgressBarTransformationContext
      • createTrackBarTransformationContextAdapter

        public org.eclipse.emf.common.notify.Adapter createTrackBarTransformationContextAdapter()
        Creates a new adapter for an object of class 'Track Bar Transformation Context'. 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:
        TrackBarTransformationContext
      • createTextDocTransformationContextAdapter

        public org.eclipse.emf.common.notify.Adapter createTextDocTransformationContextAdapter()
        Creates a new adapter for an object of class 'Text Doc Transformation Context'. 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:
        TextDocTransformationContext
      • createFormButtonTransformationContextAdapter

        public org.eclipse.emf.common.notify.Adapter createFormButtonTransformationContextAdapter()
        Creates a new adapter for an object of class 'Form Button Transformation Context'. 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:
        FormButtonTransformationContext
      • createPanelTransformationContextAdapter

        public org.eclipse.emf.common.notify.Adapter createPanelTransformationContextAdapter()
        Creates a new adapter for an object of class 'Panel Transformation Context'. 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:
        PanelTransformationContext
      • createSeparatePanelTransformationContextAdapter

        public org.eclipse.emf.common.notify.Adapter createSeparatePanelTransformationContextAdapter()
        Creates a new adapter for an object of class 'Separate Panel Transformation Context'. 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:
        SeparatePanelTransformationContext
      • createFormattedAreaTransformationContextAdapter

        public org.eclipse.emf.common.notify.Adapter createFormattedAreaTransformationContextAdapter()
        Creates a new adapter for an object of class 'Formatted Area Transformation Context'. 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:
        FormattedAreaTransformationContext
      • createExternalObjectTransformationContextAdapter

        public org.eclipse.emf.common.notify.Adapter createExternalObjectTransformationContextAdapter()
        Creates a new adapter for an object of class 'External Object Transformation Context'. 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:
        ExternalObjectTransformationContext
      • createLogicGroupPaddingsAdapter

        public org.eclipse.emf.common.notify.Adapter createLogicGroupPaddingsAdapter()
        Creates a new adapter for an object of class 'Logic Group Paddings'. 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:
        LogicGroupPaddings
      • createLogicGroupTransformationContextAdapter

        public org.eclipse.emf.common.notify.Adapter createLogicGroupTransformationContextAdapter()
        Creates a new adapter for an object of class 'Logic Group Transformation Context'. 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:
        LogicGroupTransformationContext
      • createTumblerTransformationContextAdapter

        public org.eclipse.emf.common.notify.Adapter createTumblerTransformationContextAdapter()
        Creates a new adapter for an object of class 'Tumbler Transformation Context'. 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:
        TumblerTransformationContext
      • createTableTransformationContextAdapter

        public org.eclipse.emf.common.notify.Adapter createTableTransformationContextAdapter()
        Creates a new adapter for an object of class 'Table Transformation Context'. 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:
        TableTransformationContext
      • createTableColumnsGroupTransformationContextAdapter

        public org.eclipse.emf.common.notify.Adapter createTableColumnsGroupTransformationContextAdapter()
        Creates a new adapter for an object of class 'Table Columns Group Transformation Context'. 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:
        TableColumnsGroupTransformationContext
      • createTableColumnTransformationContextAdapter

        public org.eclipse.emf.common.notify.Adapter createTableColumnTransformationContextAdapter()
        Creates a new adapter for an object of class 'Table Column Transformation Context'. 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:
        TableColumnTransformationContext
      • createViewStatusAdditionTransformationContextAdapter

        public org.eclipse.emf.common.notify.Adapter createViewStatusAdditionTransformationContextAdapter()
        Creates a new adapter for an object of class 'View Status Addition Transformation Context'. 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:
        ViewStatusAdditionTransformationContext
      • createNonFormattedHeightDescrAdapter

        public org.eclipse.emf.common.notify.Adapter createNonFormattedHeightDescrAdapter()
        Creates a new adapter for an object of class 'Non Formatted Height Descr'. 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:
        NonFormattedHeightDescr
      • createFormattedHeightDescrAdapter

        public org.eclipse.emf.common.notify.Adapter createFormattedHeightDescrAdapter()
        Creates a new adapter for an object of class 'Formatted Height Descr'. 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:
        FormattedHeightDescr
      • createStaticTextTransformationContextAdapter

        public org.eclipse.emf.common.notify.Adapter createStaticTextTransformationContextAdapter()
        Creates a new adapter for an object of class 'Static Text Transformation Context'. 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:
        StaticTextTransformationContext
      • createCommandBarTransformationContextAdapter

        public org.eclipse.emf.common.notify.Adapter createCommandBarTransformationContextAdapter()
        Creates a new adapter for an object of class 'Command Bar Transformation Context'. 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:
        CommandBarTransformationContext
      • createVariantEstimateIntResAdapter

        public org.eclipse.emf.common.notify.Adapter createVariantEstimateIntResAdapter()
        Creates a new adapter for an object of class 'Variant Estimate Int Res'. 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:
        VariantEstimateIntRes
      • createRichElementTransformationContextAdapter

        public org.eclipse.emf.common.notify.Adapter createRichElementTransformationContextAdapter()
        Creates a new adapter for an object of class 'Rich Element Transformation Context'. 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:
        RichElementTransformationContext
      • createPagesChildInfoAdapter

        public org.eclipse.emf.common.notify.Adapter createPagesChildInfoAdapter()
        Creates a new adapter for an object of class 'Pages Child Info'. 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:
        PagesChildInfo
      • createPagesTransformationContextAdapter

        public org.eclipse.emf.common.notify.Adapter createPagesTransformationContextAdapter()
        Creates a new adapter for an object of class 'Pages Transformation Context'. 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:
        PagesTransformationContext
      • createPageTransformationContextAdapter

        public org.eclipse.emf.common.notify.Adapter createPageTransformationContextAdapter()
        Creates a new adapter for an object of class 'Page Transformation Context'. 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:
        PageTransformationContext
      • createRadioGroupTransformationContextAdapter

        public org.eclipse.emf.common.notify.Adapter createRadioGroupTransformationContextAdapter()
        Creates a new adapter for an object of class 'Radio Group Transformation Context'. 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:
        RadioGroupTransformationContext
      • createRadioGroupMobileTransformationContextAdapter

        public org.eclipse.emf.common.notify.Adapter createRadioGroupMobileTransformationContextAdapter()
        Creates a new adapter for an object of class 'Radio Group Mobile Transformation Context'. 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:
        RadioGroupMobileTransformationContext
      • createFormPresElementBaseTransformationContextAdapter

        public org.eclipse.emf.common.notify.Adapter createFormPresElementBaseTransformationContextAdapter()
        Creates a new adapter for an object of class 'Form Pres Element Base Transformation Context'. 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:
        FormPresElementBaseTransformationContext
      • createMoxelTransformationContextAdapter

        public org.eclipse.emf.common.notify.Adapter createMoxelTransformationContextAdapter()
        Creates a new adapter for an object of class 'Moxel Transformation Context'. 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:
        MoxelTransformationContext
      • createCalendarTransformationContextAdapter

        public org.eclipse.emf.common.notify.Adapter createCalendarTransformationContextAdapter()
        Creates a new adapter for an object of class 'Calendar Transformation Context'. 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:
        CalendarTransformationContext
      • createHTMLTransformationContextAdapter

        public org.eclipse.emf.common.notify.Adapter createHTMLTransformationContextAdapter()
        Creates a new adapter for an object of class 'HTML Transformation Context'. 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:
        HTMLTransformationContext
      • createFormattedDocTransformationContextAdapter

        public org.eclipse.emf.common.notify.Adapter createFormattedDocTransformationContextAdapter()
        Creates a new adapter for an object of class 'Formatted Doc Transformation Context'. 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:
        FormattedDocTransformationContext
      • createPlannerTransformationContextAdapter

        public org.eclipse.emf.common.notify.Adapter createPlannerTransformationContextAdapter()
        Creates a new adapter for an object of class 'Planner Transformation Context'. 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:
        PlannerTransformationContext
      • createPeriodTransformationContextAdapter

        public org.eclipse.emf.common.notify.Adapter createPeriodTransformationContextAdapter()
        Creates a new adapter for an object of class 'Period Transformation Context'. 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:
        PeriodTransformationContext
      • createChartTransformationContextAdapter

        public org.eclipse.emf.common.notify.Adapter createChartTransformationContextAdapter()
        Creates a new adapter for an object of class 'Chart Transformation Context'. 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:
        ChartTransformationContext
      • createGanttChartTransformationContextAdapter

        public org.eclipse.emf.common.notify.Adapter createGanttChartTransformationContextAdapter()
        Creates a new adapter for an object of class 'Gantt Chart Transformation Context'. 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:
        GanttChartTransformationContext
      • createDendrogramTransformationContextAdapter

        public org.eclipse.emf.common.notify.Adapter createDendrogramTransformationContextAdapter()
        Creates a new adapter for an object of class 'Dendrogram Transformation Context'. 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:
        DendrogramTransformationContext
      • createFlowchartTransformationContextAdapter

        public org.eclipse.emf.common.notify.Adapter createFlowchartTransformationContextAdapter()
        Creates a new adapter for an object of class 'Flowchart Transformation Context'. 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:
        FlowchartTransformationContext
      • createGeographicalMapTransformationContextAdapter

        public org.eclipse.emf.common.notify.Adapter createGeographicalMapTransformationContextAdapter()
        Creates a new adapter for an object of class 'Geographical Map Transformation Context'. 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:
        GeographicalMapTransformationContext
      • 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.