Class LayoutCalculationContextAdapterFactory

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

    public class LayoutCalculationContextAdapterFactory
    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:
    LayoutCalculationContextPackage
    • Constructor Detail

      • LayoutCalculationContextAdapterFactory

        public LayoutCalculationContextAdapterFactory()
        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.
      • createStringToElementTransformationContextMapEntryAdapter

        public org.eclipse.emf.common.notify.Adapter createStringToElementTransformationContextMapEntryAdapter()
        Creates a new adapter for an object of class 'String To Element Transformation Context 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
      • createRootBaseCalculationContextAdapter

        public org.eclipse.emf.common.notify.Adapter createRootBaseCalculationContextAdapter()
        Creates a new adapter for an object of class 'Root Base Calculation 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:
        RootBaseCalculationContext
      • createIContainedElementCalculationContextAdapter

        public org.eclipse.emf.common.notify.Adapter createIContainedElementCalculationContextAdapter()
        Creates a new adapter for an object of class 'IContained Element Calculation 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:
        IContainedElementCalculationContext
      • createElementBaseCalculationContextAdapter

        public org.eclipse.emf.common.notify.Adapter createElementBaseCalculationContextAdapter()
        Creates a new adapter for an object of class 'Element Base Calculation 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:
        ElementBaseCalculationContext
      • createFormElementBaseCalculationContextAdapter

        public org.eclipse.emf.common.notify.Adapter createFormElementBaseCalculationContextAdapter()
        Creates a new adapter for an object of class 'Form Element Base Calculation 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:
        FormElementBaseCalculationContext
      • createGroupBaseCalculationContextAdapter

        public org.eclipse.emf.common.notify.Adapter createGroupBaseCalculationContextAdapter()
        Creates a new adapter for an object of class 'Group Base Calculation 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:
        GroupBaseCalculationContext
      • createElementWithLimitsBaseCalculationContextAdapter

        public org.eclipse.emf.common.notify.Adapter createElementWithLimitsBaseCalculationContextAdapter()
        Creates a new adapter for an object of class 'Element With Limits Base Calculation 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:
        ElementWithLimitsBaseCalculationContext
      • createFormGroupBaseCalculationContextAdapter

        public org.eclipse.emf.common.notify.Adapter createFormGroupBaseCalculationContextAdapter()
        Creates a new adapter for an object of class 'Form Group Base Calculation 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:
        FormGroupBaseCalculationContext
      • createFormCalculationContextAdapter

        public org.eclipse.emf.common.notify.Adapter createFormCalculationContextAdapter()
        Creates a new adapter for an object of class 'Form Calculation 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:
        FormCalculationContext
      • createInputFieldCalculationContextAdapter

        public org.eclipse.emf.common.notify.Adapter createInputFieldCalculationContextAdapter()
        Creates a new adapter for an object of class 'Input Field Calculation 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:
        InputFieldCalculationContext
      • createImageCalculationContextAdapter

        public org.eclipse.emf.common.notify.Adapter createImageCalculationContextAdapter()
        Creates a new adapter for an object of class 'Image Calculation 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:
        ImageCalculationContext
      • createCheckBoxCalculationContextAdapter

        public org.eclipse.emf.common.notify.Adapter createCheckBoxCalculationContextAdapter()
        Creates a new adapter for an object of class 'Check Box Calculation 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:
        CheckBoxCalculationContext
      • createSwitcherCalculationContextAdapter

        public org.eclipse.emf.common.notify.Adapter createSwitcherCalculationContextAdapter()
        Creates a new adapter for an object of class 'Switcher Calculation 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:
        SwitcherCalculationContext
      • createProgressBarCalculationContextAdapter

        public org.eclipse.emf.common.notify.Adapter createProgressBarCalculationContextAdapter()
        Creates a new adapter for an object of class 'Progress Bar Calculation 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:
        ProgressBarCalculationContext
      • createTrackBarCalculationContextAdapter

        public org.eclipse.emf.common.notify.Adapter createTrackBarCalculationContextAdapter()
        Creates a new adapter for an object of class 'Track Bar Calculation 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:
        TrackBarCalculationContext
      • createTextDocCalculationContextAdapter

        public org.eclipse.emf.common.notify.Adapter createTextDocCalculationContextAdapter()
        Creates a new adapter for an object of class 'Text Doc Calculation 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:
        TextDocCalculationContext
      • createFormButtonCalculationContextAdapter

        public org.eclipse.emf.common.notify.Adapter createFormButtonCalculationContextAdapter()
        Creates a new adapter for an object of class 'Form Button Calculation 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:
        FormButtonCalculationContext
      • createPanelCalculationContextAdapter

        public org.eclipse.emf.common.notify.Adapter createPanelCalculationContextAdapter()
        Creates a new adapter for an object of class 'Panel Calculation 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:
        PanelCalculationContext
      • createSeparatePanelCalculationContextAdapter

        public org.eclipse.emf.common.notify.Adapter createSeparatePanelCalculationContextAdapter()
        Creates a new adapter for an object of class 'Separate Panel Calculation 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:
        SeparatePanelCalculationContext
      • createFormattedAreaCalculationContextAdapter

        public org.eclipse.emf.common.notify.Adapter createFormattedAreaCalculationContextAdapter()
        Creates a new adapter for an object of class 'Formatted Area Calculation 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:
        FormattedAreaCalculationContext
      • createExternalObjectCalculationContextAdapter

        public org.eclipse.emf.common.notify.Adapter createExternalObjectCalculationContextAdapter()
        Creates a new adapter for an object of class 'External Object Calculation 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:
        ExternalObjectCalculationContext
      • createLogicGroupCalculationContextAdapter

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

        public org.eclipse.emf.common.notify.Adapter createTumblerCalculationContextAdapter()
        Creates a new adapter for an object of class 'Tumbler Calculation 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:
        TumblerCalculationContext
      • createTableCalculationContextAdapter

        public org.eclipse.emf.common.notify.Adapter createTableCalculationContextAdapter()
        Creates a new adapter for an object of class 'Table Calculation 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:
        TableCalculationContext
      • createTableColumnsGroupCalculationContextAdapter

        public org.eclipse.emf.common.notify.Adapter createTableColumnsGroupCalculationContextAdapter()
        Creates a new adapter for an object of class 'Table Columns Group Calculation 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:
        TableColumnsGroupCalculationContext
      • createTableColumnCalculationContextAdapter

        public org.eclipse.emf.common.notify.Adapter createTableColumnCalculationContextAdapter()
        Creates a new adapter for an object of class 'Table Column Calculation 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:
        TableColumnCalculationContext
      • createViewStatusAdditionCalculationContextAdapter

        public org.eclipse.emf.common.notify.Adapter createViewStatusAdditionCalculationContextAdapter()
        Creates a new adapter for an object of class 'View Status Addition Calculation 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:
        ViewStatusAdditionCalculationContext
      • createStaticTextCalculationContextAdapter

        public org.eclipse.emf.common.notify.Adapter createStaticTextCalculationContextAdapter()
        Creates a new adapter for an object of class 'Static Text Calculation 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:
        StaticTextCalculationContext
      • createRichElementCalculationContextAdapter

        public org.eclipse.emf.common.notify.Adapter createRichElementCalculationContextAdapter()
        Creates a new adapter for an object of class 'Rich Element Calculation 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:
        RichElementCalculationContext
      • createRadioGroupCalculationContextAdapter

        public org.eclipse.emf.common.notify.Adapter createRadioGroupCalculationContextAdapter()
        Creates a new adapter for an object of class 'Radio Group Calculation 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:
        RadioGroupCalculationContext
      • createRadioGroupMobileCalculationContextAdapter

        public org.eclipse.emf.common.notify.Adapter createRadioGroupMobileCalculationContextAdapter()
        Creates a new adapter for an object of class 'Radio Group Mobile Calculation 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:
        RadioGroupMobileCalculationContext
      • createMarginsAdapter

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

        public org.eclipse.emf.common.notify.Adapter createPagesCalculationContextAdapter()
        Creates a new adapter for an object of class 'Pages Calculation 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:
        PagesCalculationContext
      • createPagePaddingsAdapter

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

        public org.eclipse.emf.common.notify.Adapter createPageCalculationContextAdapter()
        Creates a new adapter for an object of class 'Page Calculation 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:
        PageCalculationContext
      • createCommandBarCalculationContextAdapter

        public org.eclipse.emf.common.notify.Adapter createCommandBarCalculationContextAdapter()
        Creates a new adapter for an object of class 'Command Bar Calculation 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:
        CommandBarCalculationContext
      • createFormPresElementBaseCalculationContextAdapter

        public org.eclipse.emf.common.notify.Adapter createFormPresElementBaseCalculationContextAdapter()
        Creates a new adapter for an object of class 'Form Pres Element Base Calculation 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:
        FormPresElementBaseCalculationContext
      • createMoxelCalculationContextAdapter

        public org.eclipse.emf.common.notify.Adapter createMoxelCalculationContextAdapter()
        Creates a new adapter for an object of class 'Moxel Calculation 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:
        MoxelCalculationContext
      • createCalendarCalculationContextAdapter

        public org.eclipse.emf.common.notify.Adapter createCalendarCalculationContextAdapter()
        Creates a new adapter for an object of class 'Calendar Calculation 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:
        CalendarCalculationContext
      • createHTMLCalculationContextAdapter

        public org.eclipse.emf.common.notify.Adapter createHTMLCalculationContextAdapter()
        Creates a new adapter for an object of class 'HTML Calculation 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:
        HTMLCalculationContext
      • createFormattedDocCalculationContextAdapter

        public org.eclipse.emf.common.notify.Adapter createFormattedDocCalculationContextAdapter()
        Creates a new adapter for an object of class 'Formatted Doc Calculation 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:
        FormattedDocCalculationContext
      • createPlannerCalculationContextAdapter

        public org.eclipse.emf.common.notify.Adapter createPlannerCalculationContextAdapter()
        Creates a new adapter for an object of class 'Planner Calculation 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:
        PlannerCalculationContext
      • createPeriodCalculationContextAdapter

        public org.eclipse.emf.common.notify.Adapter createPeriodCalculationContextAdapter()
        Creates a new adapter for an object of class 'Period Calculation 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:
        PeriodCalculationContext
      • createChartCalculationContextAdapter

        public org.eclipse.emf.common.notify.Adapter createChartCalculationContextAdapter()
        Creates a new adapter for an object of class 'Chart Calculation 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:
        ChartCalculationContext
      • createGanttChartCalculationContextAdapter

        public org.eclipse.emf.common.notify.Adapter createGanttChartCalculationContextAdapter()
        Creates a new adapter for an object of class 'Gantt Chart Calculation 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:
        GanttChartCalculationContext
      • createDendrogramCalculationContextAdapter

        public org.eclipse.emf.common.notify.Adapter createDendrogramCalculationContextAdapter()
        Creates a new adapter for an object of class 'Dendrogram Calculation 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:
        DendrogramCalculationContext
      • createFlowchartCalculationContextAdapter

        public org.eclipse.emf.common.notify.Adapter createFlowchartCalculationContextAdapter()
        Creates a new adapter for an object of class 'Flowchart Calculation 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:
        FlowchartCalculationContext
      • createGeographicalMapCalculationContextAdapter

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