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:
GanttChartPackage
-
-
Field Summary
Fields Modifier and Type Field Description static GanttChartFactory
eINSTANCE
The singleton instance of the factory.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ChartInterval
createChartInterval()
Returns a new object of class 'Chart Interval'.ChartPoints
createChartPoints()
Returns a new object of class 'Chart Points'.ChartSeries
createChartSeries()
Returns a new object of class 'Chart Series'.ChartValue
createChartValue()
Returns a new object of class 'Chart Value'.Collect
createCollect()
Returns a new object of class 'Collect'.CollectItem
createCollectItem()
Returns a new object of class 'Collect Item'.GanttChart
createGanttChart()
Returns a new object of class 'Gantt Chart'.GanttChartBackgroundIntervals
createGanttChartBackgroundIntervals()
Returns a new object of class 'Background Intervals'.GanttChartLink
createGanttChartLink()
Returns a new object of class 'Link'.GanttChartPointValueContent
createGanttChartPointValueContent()
Returns a new object of class 'Point Value Content'.GanttChartSeriesValueContent
createGanttChartSeriesValueContent()
Returns a new object of class 'Series Value Content'.PointDimensionValue
createPointDimensionValue()
Returns a new object of class 'Point Dimension Value'.SeriesDimensionValue
createSeriesDimensionValue()
Returns a new object of class 'Series Dimension Value'.GanttChartPackage
getGanttChartPackage()
Returns the package supported by this factory.-
Methods inherited from interface org.eclipse.emf.ecore.EFactory
convertToString, create, createFromString, getEPackage, setEPackage
-
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
-
-
-
-
Field Detail
-
eINSTANCE
static final GanttChartFactory eINSTANCE
The singleton instance of the factory.
-
-
Method Detail
-
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.
-
-