org.eclipse.modisco.utils.chart.metamodel.chart
Interface chartFactory


public interface chartFactory

The Factory for the model. It provides a create method for each non-abstract class of the model.

See Also:
chartPackage
Generated:

Field Summary
static java.lang.String copyright
           
static chartFactory eINSTANCE
          The singleton instance of the factory.
 
Method Summary
 Axe createAxe()
          Returns a new object of class 'Axe'.
 Chart createChart()
          Returns a new object of class 'Chart'.
 Coordinate createCoordinate()
          Returns a new object of class 'Coordinate'.
 Point createPoint()
          Returns a new object of class 'Point'.
 Serie createSerie()
          Returns a new object of class 'Serie'.
 chartPackage getchartPackage()
          Returns the package supported by this factory.
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Generated:

eINSTANCE

static final chartFactory eINSTANCE
The singleton instance of the factory.

Generated:
Method Detail

createChart

Chart createChart()
Returns a new object of class 'Chart'.

Returns:
a new object of class 'Chart'.
Generated:

createAxe

Axe createAxe()
Returns a new object of class 'Axe'.

Returns:
a new object of class 'Axe'.
Generated:

createSerie

Serie createSerie()
Returns a new object of class 'Serie'.

Returns:
a new object of class 'Serie'.
Generated:

createPoint

Point createPoint()
Returns a new object of class 'Point'.

Returns:
a new object of class 'Point'.
Generated:

createCoordinate

Coordinate createCoordinate()
Returns a new object of class 'Coordinate'.

Returns:
a new object of class 'Coordinate'.
Generated:

getchartPackage

chartPackage getchartPackage()
Returns the package supported by this factory.

Returns:
the package supported by this factory.
Generated: