Interface GanttChartFactory

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

public interface GanttChartFactory 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:
  • Field Details

    • eINSTANCE

      static final GanttChartFactory eINSTANCE
      The singleton instance of the factory.
  • Method Details

    • createSeriesDimensionValue

      SeriesDimensionValue createSeriesDimensionValue()
      Returns a new object of class 'Series Dimension Value'.
      Returns:
      a new object of class 'Series Dimension Value'.
    • createPointDimensionValue

      PointDimensionValue createPointDimensionValue()
      Returns a new object of class 'Point Dimension Value'.
      Returns:
      a new object of class 'Point Dimension Value'.
    • createGanttChartPointValueContent

      GanttChartPointValueContent createGanttChartPointValueContent()
      Returns a new object of class 'Point Value Content'.
      Returns:
      a new object of class 'Point Value Content'.
    • createChartPoints

      ChartPoints createChartPoints()
      Returns a new object of class 'Chart Points'.
      Returns:
      a new object of class 'Chart Points'.
    • createGanttChartSeriesValueContent

      GanttChartSeriesValueContent createGanttChartSeriesValueContent()
      Returns a new object of class 'Series Value Content'.
      Returns:
      a new object of class 'Series Value Content'.
    • createChartSeries

      ChartSeries createChartSeries()
      Returns a new object of class 'Chart Series'.
      Returns:
      a new object of class 'Chart Series'.
    • createChartInterval

      ChartInterval createChartInterval()
      Returns a new object of class 'Chart Interval'.
      Returns:
      a new object of class 'Chart Interval'.
    • createChartValue

      ChartValue createChartValue()
      Returns a new object of class 'Chart Value'.
      Returns:
      a new object of class 'Chart Value'.
    • createGanttChartBackgroundIntervals

      GanttChartBackgroundIntervals createGanttChartBackgroundIntervals()
      Returns a new object of class 'Background Intervals'.
      Returns:
      a new object of class 'Background Intervals'.
    • createCollect

      Collect createCollect()
      Returns a new object of class 'Collect'.
      Returns:
      a new object of class 'Collect'.
    • createCollectItem

      CollectItem createCollectItem()
      Returns a new object of class 'Collect Item'.
      Returns:
      a new object of class 'Collect Item'.
    • createGanttChartLink

      GanttChartLink createGanttChartLink()
      Returns a new object of class 'Link'.
      Returns:
      a new object of class 'Link'.
    • createGanttChart

      GanttChart createGanttChart()
      Returns a new object of class 'Gantt Chart'.
      Returns:
      a new object of class 'Gantt Chart'.
    • getGanttChartPackage

      GanttChartPackage getGanttChartPackage()
      Returns the package supported by this factory.
      Returns:
      the package supported by this factory.