org.eclipse.modisco.utils.chart.metamodel.internal.chart
Interface ChartPackage


public interface ChartPackage

The Package for the model. It contains accessors for the meta objects to represent

See Also:
ChartFactory
Generated:
Model:
kind="package"

Nested Class Summary
static interface ChartPackage.Literals
          Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
 
Field Summary
static int AXE
          The meta object id for the 'Axe' class.
static int AXE__LEGEND
          The feature id for the 'Legend' attribute.
static int AXE__UNIT
          The feature id for the 'Unit' attribute.
static int AXE_FEATURE_COUNT
          The number of structural features of the 'Axe' class.
static int CHART
          The meta object id for the 'Chart' class.
static int CHART__AXES
          The feature id for the 'Axes' containment reference list.
static int CHART__SERIES
          The feature id for the 'Series' containment reference list.
static int CHART__TITLE
          The feature id for the 'Title' attribute.
static int CHART_FEATURE_COUNT
          The number of structural features of the 'Chart' class.
static int COORDINATE
          The meta object id for the 'Coordinate' class.
static int COORDINATE__AXE
          The feature id for the 'Axe' reference.
static int COORDINATE__VALUE
          The feature id for the 'Value' attribute.
static int COORDINATE_FEATURE_COUNT
          The number of structural features of the 'Coordinate' class.
static java.lang.String copyright
           
static ChartPackage eINSTANCE
          The singleton instance of the package.
static java.lang.String eNAME
          The package name.
static java.lang.String eNS_PREFIX
          The package namespace name.
static java.lang.String eNS_URI
          The package namespace URI.
static int POINT
          The meta object id for the 'Point' class.
static int POINT__COORDINATES
          The feature id for the 'Coordinates' containment reference list.
static int POINT__SERIE
          The feature id for the 'Serie' container reference.
static int POINT_FEATURE_COUNT
          The number of structural features of the 'Point' class.
static int SERIE
          The meta object id for the 'Serie' class.
static int SERIE__NAME
          The feature id for the 'Name' attribute.
static int SERIE__POINTS
          The feature id for the 'Points' containment reference list.
static int SERIE_FEATURE_COUNT
          The number of structural features of the 'Serie' class.
 
Method Summary
 EAttribute getAxe_Legend()
          Returns the meta object for the attribute 'Legend'.
 EAttribute getAxe_Unit()
          Returns the meta object for the attribute 'Unit'.
 EClass getAxe()
          Returns the meta object for class 'Axe'.
 EReference getChart_Axes()
          Returns the meta object for the containment reference list 'Axes'.
 EReference getChart_Series()
          Returns the meta object for the containment reference list 'Series'.
 EAttribute getChart_Title()
          Returns the meta object for the attribute 'Title'.
 EClass getChart()
          Returns the meta object for class 'Chart'.
 ChartFactory getChartFactory()
          Returns the factory that creates the instances of the model.
 EReference getCoordinate_Axe()
          Returns the meta object for the reference 'Axe'.
 EAttribute getCoordinate_Value()
          Returns the meta object for the attribute 'Value'.
 EClass getCoordinate()
          Returns the meta object for class 'Coordinate'.
 EReference getPoint_Coordinates()
          Returns the meta object for the containment reference list 'Coordinates'.
 EReference getPoint_Serie()
          Returns the meta object for the container reference 'Serie'.
 EClass getPoint()
          Returns the meta object for class 'Point'.
 EAttribute getSerie_Name()
          Returns the meta object for the attribute 'Name'.
 EReference getSerie_Points()
          Returns the meta object for the containment reference list 'Points'.
 EClass getSerie()
          Returns the meta object for class 'Serie'.
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Generated:

eNAME

static final java.lang.String eNAME
The package name.

See Also:
Constant Field Values
Generated:

eNS_URI

static final java.lang.String eNS_URI
The package namespace URI.

See Also:
Constant Field Values
Generated:

eNS_PREFIX

static final java.lang.String eNS_PREFIX
The package namespace name.

See Also:
Constant Field Values
Generated:

eINSTANCE

static final ChartPackage eINSTANCE
The singleton instance of the package.

Generated:

CHART

static final int CHART
The meta object id for the 'Chart' class.

See Also:
org.eclipse.modisco.utils.chart.metamodel.internal.chart.impl.ChartImpl, org.eclipse.modisco.utils.chart.metamodel.internal.chart.impl.ChartPackageImpl#getChart(), Constant Field Values
Generated:

CHART__AXES

static final int CHART__AXES
The feature id for the 'Axes' containment reference list.

See Also:
Constant Field Values
Generated:
Ordered:

CHART__SERIES

static final int CHART__SERIES
The feature id for the 'Series' containment reference list.

See Also:
Constant Field Values
Generated:
Ordered:

CHART__TITLE

static final int CHART__TITLE
The feature id for the 'Title' attribute.

See Also:
Constant Field Values
Generated:
Ordered:

CHART_FEATURE_COUNT

static final int CHART_FEATURE_COUNT
The number of structural features of the 'Chart' class.

See Also:
Constant Field Values
Generated:
Ordered:

AXE

static final int AXE
The meta object id for the 'Axe' class.

See Also:
org.eclipse.modisco.utils.chart.metamodel.internal.chart.impl.AxeImpl, org.eclipse.modisco.utils.chart.metamodel.internal.chart.impl.ChartPackageImpl#getAxe(), Constant Field Values
Generated:

AXE__LEGEND

static final int AXE__LEGEND
The feature id for the 'Legend' attribute.

See Also:
Constant Field Values
Generated:
Ordered:

AXE__UNIT

static final int AXE__UNIT
The feature id for the 'Unit' attribute.

See Also:
Constant Field Values
Generated:
Ordered:

AXE_FEATURE_COUNT

static final int AXE_FEATURE_COUNT
The number of structural features of the 'Axe' class.

See Also:
Constant Field Values
Generated:
Ordered:

SERIE

static final int SERIE
The meta object id for the 'Serie' class.

See Also:
org.eclipse.modisco.utils.chart.metamodel.internal.chart.impl.SerieImpl, org.eclipse.modisco.utils.chart.metamodel.internal.chart.impl.ChartPackageImpl#getSerie(), Constant Field Values
Generated:

SERIE__NAME

static final int SERIE__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values
Generated:
Ordered:

SERIE__POINTS

static final int SERIE__POINTS
The feature id for the 'Points' containment reference list.

See Also:
Constant Field Values
Generated:
Ordered:

SERIE_FEATURE_COUNT

static final int SERIE_FEATURE_COUNT
The number of structural features of the 'Serie' class.

See Also:
Constant Field Values
Generated:
Ordered:

POINT

static final int POINT
The meta object id for the 'Point' class.

See Also:
org.eclipse.modisco.utils.chart.metamodel.internal.chart.impl.PointImpl, org.eclipse.modisco.utils.chart.metamodel.internal.chart.impl.ChartPackageImpl#getPoint(), Constant Field Values
Generated:

POINT__SERIE

static final int POINT__SERIE
The feature id for the 'Serie' container reference.

See Also:
Constant Field Values
Generated:
Ordered:

POINT__COORDINATES

static final int POINT__COORDINATES
The feature id for the 'Coordinates' containment reference list.

See Also:
Constant Field Values
Generated:
Ordered:

POINT_FEATURE_COUNT

static final int POINT_FEATURE_COUNT
The number of structural features of the 'Point' class.

See Also:
Constant Field Values
Generated:
Ordered:

COORDINATE

static final int COORDINATE
The meta object id for the 'Coordinate' class.

See Also:
org.eclipse.modisco.utils.chart.metamodel.internal.chart.impl.CoordinateImpl, org.eclipse.modisco.utils.chart.metamodel.internal.chart.impl.ChartPackageImpl#getCoordinate(), Constant Field Values
Generated:

COORDINATE__AXE

static final int COORDINATE__AXE
The feature id for the 'Axe' reference.

See Also:
Constant Field Values
Generated:
Ordered:

COORDINATE__VALUE

static final int COORDINATE__VALUE
The feature id for the 'Value' attribute.

See Also:
Constant Field Values
Generated:
Ordered:

COORDINATE_FEATURE_COUNT

static final int COORDINATE_FEATURE_COUNT
The number of structural features of the 'Coordinate' class.

See Also:
Constant Field Values
Generated:
Ordered:
Method Detail

getChart

EClass getChart()
Returns the meta object for class 'Chart'.

Returns:
the meta object for class 'Chart'.
See Also:
Chart
Generated:

getChart_Axes

EReference getChart_Axes()
Returns the meta object for the containment reference list 'Axes'.

Returns:
the meta object for the containment reference list 'Axes'.
See Also:
Chart.getAxes(), getChart()
Generated:

getChart_Series

EReference getChart_Series()
Returns the meta object for the containment reference list 'Series'.

Returns:
the meta object for the containment reference list 'Series'.
See Also:
Chart.getSeries(), getChart()
Generated:

getChart_Title

EAttribute getChart_Title()
Returns the meta object for the attribute 'Title'.

Returns:
the meta object for the attribute 'Title'.
See Also:
Chart.getTitle(), getChart()
Generated:

getAxe

EClass getAxe()
Returns the meta object for class 'Axe'.

Returns:
the meta object for class 'Axe'.
See Also:
Axe
Generated:

getAxe_Legend

EAttribute getAxe_Legend()
Returns the meta object for the attribute 'Legend'.

Returns:
the meta object for the attribute 'Legend'.
See Also:
Axe.getLegend(), getAxe()
Generated:

getAxe_Unit

EAttribute getAxe_Unit()
Returns the meta object for the attribute 'Unit'.

Returns:
the meta object for the attribute 'Unit'.
See Also:
Axe.getUnit(), getAxe()
Generated:

getSerie

EClass getSerie()
Returns the meta object for class 'Serie'.

Returns:
the meta object for class 'Serie'.
See Also:
Serie
Generated:

getSerie_Name

EAttribute getSerie_Name()
Returns the meta object for the attribute 'Name'.

Returns:
the meta object for the attribute 'Name'.
See Also:
Serie.getName(), getSerie()
Generated:

getSerie_Points

EReference getSerie_Points()
Returns the meta object for the containment reference list 'Points'.

Returns:
the meta object for the containment reference list 'Points'.
See Also:
Serie.getPoints(), getSerie()
Generated:

getPoint

EClass getPoint()
Returns the meta object for class 'Point'.

Returns:
the meta object for class 'Point'.
See Also:
Point
Generated:

getPoint_Serie

EReference getPoint_Serie()
Returns the meta object for the container reference 'Serie'.

Returns:
the meta object for the container reference 'Serie'.
See Also:
Point.getSerie(), getPoint()
Generated:

getPoint_Coordinates

EReference getPoint_Coordinates()
Returns the meta object for the containment reference list 'Coordinates'.

Returns:
the meta object for the containment reference list 'Coordinates'.
See Also:
Point.getCoordinates(), getPoint()
Generated:

getCoordinate

EClass getCoordinate()
Returns the meta object for class 'Coordinate'.

Returns:
the meta object for class 'Coordinate'.
See Also:
Coordinate
Generated:

getCoordinate_Axe

EReference getCoordinate_Axe()
Returns the meta object for the reference 'Axe'.

Returns:
the meta object for the reference 'Axe'.
See Also:
Coordinate.getAxe(), getCoordinate()
Generated:

getCoordinate_Value

EAttribute getCoordinate_Value()
Returns the meta object for the attribute 'Value'.

Returns:
the meta object for the attribute 'Value'.
See Also:
Coordinate.getValue(), getCoordinate()
Generated:

getChartFactory

ChartFactory getChartFactory()
Returns the factory that creates the instances of the model.

Returns:
the factory that creates the instances of the model.
Generated: