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


public interface Point

A representation of the model object 'Point'.

The following features are supported:

See Also:
ChartPackage.getPoint()
Generated:
Model:

Field Summary
static java.lang.String copyright
           
 
Method Summary
  getCoordinates()
          Returns the value of the 'Coordinates' containment reference list.
 Serie getSerie()
          Returns the value of the 'Serie' container reference.
 void setSerie(Serie value)
          Sets the value of the 'Serie' container reference.
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Generated:
Method Detail

getSerie

Serie getSerie()
Returns the value of the 'Serie' container reference. It is bidirectional and its opposite is 'Points'.

If the meaning of the 'Serie' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Serie' container reference.
See Also:
setSerie(Serie), ChartPackage.getPoint_Serie(), Serie.getPoints()
Generated:
Model:
opposite="points" required="true" transient="false"

setSerie

void setSerie(Serie value)
Sets the value of the 'Serie' container reference.

Parameters:
value - the new value of the 'Serie' container reference.
See Also:
getSerie()
Generated:

getCoordinates

 getCoordinates()
Returns the value of the 'Coordinates' containment reference list. The list contents are of type Coordinate.

If the meaning of the 'Coordinates' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Coordinates' containment reference list.
See Also:
ChartPackage.getPoint_Coordinates()
Generated:
Model:
containment="true"