Interface SampleData
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IChartObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
SampleDataImpl
public interface SampleData extends IChartObject
A representation of the model object 'Sample Data'. This type sample data that will be used to display the chart at design-time.The following features are supported:
- See Also:
DataPackage.getSampleData()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SampleData
copyInstance()
org.eclipse.emf.common.util.EList<BaseSampleData>
getAncillarySampleData()
Returns the value of the 'Ancillary Sample Data' containment reference list.org.eclipse.emf.common.util.EList<BaseSampleData>
getBaseSampleData()
Returns the value of the 'Base Sample Data' containment reference list.org.eclipse.emf.common.util.EList<OrthogonalSampleData>
getOrthogonalSampleData()
Returns the value of the 'Orthogonal Sample Data' containment reference list.
-
-
-
Method Detail
-
getBaseSampleData
org.eclipse.emf.common.util.EList<BaseSampleData> getBaseSampleData()
Returns the value of the 'Base Sample Data' containment reference list. The list contents are of typeBaseSampleData
. Holds the sample data for base series in the chart.- Returns:
- the value of the 'Base Sample Data' containment reference list.
- See Also:
DataPackage.getSampleData_BaseSampleData()
-
getOrthogonalSampleData
org.eclipse.emf.common.util.EList<OrthogonalSampleData> getOrthogonalSampleData()
Returns the value of the 'Orthogonal Sample Data' containment reference list. The list contents are of typeOrthogonalSampleData
. Holds the sample data for orthogonal series in the chart.- Returns:
- the value of the 'Orthogonal Sample Data' containment reference list.
- See Also:
DataPackage.getSampleData_OrthogonalSampleData()
-
getAncillarySampleData
org.eclipse.emf.common.util.EList<BaseSampleData> getAncillarySampleData()
Returns the value of the 'Ancillary Sample Data' containment reference list. The list contents are of typeBaseSampleData
.If the meaning of the 'Ancillary Sample Data' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Ancillary Sample Data' containment reference list.
- See Also:
DataPackage.getSampleData_AncillarySampleData()
-
copyInstance
SampleData copyInstance()
- Specified by:
copyInstance
in interfaceIChartObject
-
-