|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ChartPackage
The Package for the model. It contains accessors for the meta objects to represent
ChartFactory| 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 |
|---|
static final java.lang.String copyright
static final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final ChartPackage eINSTANCE
static final int CHART
Chart' class.
org.eclipse.modisco.utils.chart.metamodel.internal.chart.impl.ChartImpl,
org.eclipse.modisco.utils.chart.metamodel.internal.chart.impl.ChartPackageImpl#getChart(),
Constant Field Valuesstatic final int CHART__AXES
static final int CHART__SERIES
static final int CHART__TITLE
static final int CHART_FEATURE_COUNT
static final int AXE
Axe' class.
org.eclipse.modisco.utils.chart.metamodel.internal.chart.impl.AxeImpl,
org.eclipse.modisco.utils.chart.metamodel.internal.chart.impl.ChartPackageImpl#getAxe(),
Constant Field Valuesstatic final int AXE__LEGEND
static final int AXE__UNIT
static final int AXE_FEATURE_COUNT
static final int SERIE
Serie' class.
org.eclipse.modisco.utils.chart.metamodel.internal.chart.impl.SerieImpl,
org.eclipse.modisco.utils.chart.metamodel.internal.chart.impl.ChartPackageImpl#getSerie(),
Constant Field Valuesstatic final int SERIE__NAME
static final int SERIE__POINTS
static final int SERIE_FEATURE_COUNT
static final int POINT
Point' class.
org.eclipse.modisco.utils.chart.metamodel.internal.chart.impl.PointImpl,
org.eclipse.modisco.utils.chart.metamodel.internal.chart.impl.ChartPackageImpl#getPoint(),
Constant Field Valuesstatic final int POINT__SERIE
static final int POINT__COORDINATES
static final int POINT_FEATURE_COUNT
static final int COORDINATE
Coordinate' class.
org.eclipse.modisco.utils.chart.metamodel.internal.chart.impl.CoordinateImpl,
org.eclipse.modisco.utils.chart.metamodel.internal.chart.impl.ChartPackageImpl#getCoordinate(),
Constant Field Valuesstatic final int COORDINATE__AXE
static final int COORDINATE__VALUE
static final int COORDINATE_FEATURE_COUNT
| Method Detail |
|---|
EClass getChart()
Chart'.
ChartEReference getChart_Axes()
Axes'.
Chart.getAxes(),
getChart()EReference getChart_Series()
Series'.
Chart.getSeries(),
getChart()EAttribute getChart_Title()
Title'.
Chart.getTitle(),
getChart()EClass getAxe()
Axe'.
AxeEAttribute getAxe_Legend()
Legend'.
Axe.getLegend(),
getAxe()EAttribute getAxe_Unit()
Unit'.
Axe.getUnit(),
getAxe()EClass getSerie()
Serie'.
SerieEAttribute getSerie_Name()
Name'.
Serie.getName(),
getSerie()EReference getSerie_Points()
Points'.
Serie.getPoints(),
getSerie()EClass getPoint()
Point'.
PointEReference getPoint_Serie()
Serie'.
Point.getSerie(),
getPoint()EReference getPoint_Coordinates()
Coordinates'.
Point.getCoordinates(),
getPoint()EClass getCoordinate()
Coordinate'.
CoordinateEReference getCoordinate_Axe()
Axe'.
Coordinate.getAxe(),
getCoordinate()EAttribute getCoordinate_Value()
Value'.
Coordinate.getValue(),
getCoordinate()ChartFactory getChartFactory()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||