Interface DataCompositionChart
- 
- All Superinterfaces:
- org.eclipse.emf.ecore.EObject,- org.eclipse.emf.common.notify.Notifier,- StructureItem
 - All Known Implementing Classes:
- DataCompositionChartImpl
 
 public interface DataCompositionChart extends StructureItem A representation of the model object 'Data Composition Chart'.The following features are supported: - See Also:
- DcsPackage.getDataCompositionChart()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description DataCompositionConditionalAppearancegetConditionalAppearance()Returns the value of the 'Conditional Appearance' containment reference.StringgetId()Returns the value of the 'Id' attribute.StringgetName()Returns the value of the 'Name' attribute.DataCompositionChartOutputParameterValuesgetOutputParameters()Returns the value of the 'Output Parameters' containment reference.org.eclipse.emf.common.util.EList<DataCompositionChartGroup>getPoints()Returns the value of the 'Points' containment reference list.StringgetPointsUserSettingID()Returns the value of the 'Points User Setting ID' attribute.PresentationgetPointsUserSettingPresentation()Returns the value of the 'Points User Setting Presentation' containment reference.DataCompositionSettingsItemViewModegetPointsViewMode()Returns the value of the 'Points View Mode' attribute.DataCompositionSelectedFieldsgetSelection()Returns the value of the 'Selection' containment reference.org.eclipse.emf.common.util.EList<DataCompositionChartGroup>getSeries()Returns the value of the 'Series' containment reference list.StringgetSeriesUserSettingID()Returns the value of the 'Series User Setting ID' attribute.PresentationgetSeriesUserSettingPresentation()Returns the value of the 'Series User Setting Presentation' containment reference.DataCompositionSettingsItemViewModegetSeriesViewMode()Returns the value of the 'Series View Mode' attribute.StringgetUserSettingID()Returns the value of the 'User Setting ID' attribute.PresentationgetUserSettingPresentation()Returns the value of the 'User Setting Presentation' containment reference.DataCompositionSettingsItemViewModegetViewMode()Returns the value of the 'View Mode' attribute.booleanisUse()Returns the value of the 'Use' attribute.voidsetConditionalAppearance(DataCompositionConditionalAppearance value)Sets the value of the 'Conditional Appearance' containment reference.voidsetId(String value)Sets the value of the 'Id' attribute.voidsetName(String value)Sets the value of the 'Name' attribute.voidsetOutputParameters(DataCompositionChartOutputParameterValues value)Sets the value of the 'Output Parameters' containment reference.voidsetPointsUserSettingID(String value)Sets the value of the 'Points User Setting ID' attribute.voidsetPointsUserSettingPresentation(Presentation value)Sets the value of the 'Points User Setting Presentation' containment reference.voidsetPointsViewMode(DataCompositionSettingsItemViewMode value)Sets the value of the 'Points View Mode' attribute.voidsetSelection(DataCompositionSelectedFields value)Sets the value of the 'Selection' containment reference.voidsetSeriesUserSettingID(String value)Sets the value of the 'Series User Setting ID' attribute.voidsetSeriesUserSettingPresentation(Presentation value)Sets the value of the 'Series User Setting Presentation' containment reference.voidsetSeriesViewMode(DataCompositionSettingsItemViewMode value)Sets the value of the 'Series View Mode' attribute.voidsetUse(boolean value)Sets the value of the 'Use' attribute.voidsetUserSettingID(String value)Sets the value of the 'User Setting ID' attribute.voidsetUserSettingPresentation(Presentation value)Sets the value of the 'User Setting Presentation' containment reference.voidsetViewMode(DataCompositionSettingsItemViewMode value)Sets the value of the 'View Mode' attribute.
 
- 
- 
- 
Method Detail- 
isUseboolean isUse() Returns the value of the 'Use' attribute. The default value is"true".- Returns:
- the value of the 'Use' attribute.
- See Also:
- setUse(boolean),- DcsPackage.getDataCompositionChart_Use()
 
 - 
setUsevoid setUse(boolean value) Sets the value of the 'Use' attribute.- Parameters:
- value- the new value of the 'Use' attribute.
- See Also:
- isUse()
 
 - 
getNameString getName() Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
- setName(String),- DcsPackage.getDataCompositionChart_Name()
 
 - 
setNamevoid setName(String value) Sets the value of the 'Name' attribute.- Parameters:
- value- the new value of the 'Name' attribute.
- See Also:
- getName()
 
 - 
getPointsorg.eclipse.emf.common.util.EList<DataCompositionChartGroup> getPoints() Returns the value of the 'Points' containment reference list. The list contents are of typeDataCompositionChartGroup.- Returns:
- the value of the 'Points' containment reference list.
- See Also:
- DcsPackage.getDataCompositionChart_Points()
 
 - 
getSeriesorg.eclipse.emf.common.util.EList<DataCompositionChartGroup> getSeries() Returns the value of the 'Series' containment reference list. The list contents are of typeDataCompositionChartGroup.- Returns:
- the value of the 'Series' containment reference list.
- See Also:
- DcsPackage.getDataCompositionChart_Series()
 
 - 
getSelectionDataCompositionSelectedFields getSelection() Returns the value of the 'Selection' containment reference.- Returns:
- the value of the 'Selection' containment reference.
- See Also:
- setSelection(DataCompositionSelectedFields),- DcsPackage.getDataCompositionChart_Selection()
 
 - 
setSelectionvoid setSelection(DataCompositionSelectedFields value) Sets the value of the 'Selection' containment reference.- Parameters:
- value- the new value of the 'Selection' containment reference.
- See Also:
- getSelection()
 
 - 
getConditionalAppearanceDataCompositionConditionalAppearance getConditionalAppearance() Returns the value of the 'Conditional Appearance' containment reference.- Returns:
- the value of the 'Conditional Appearance' containment reference.
- See Also:
- setConditionalAppearance(DataCompositionConditionalAppearance),- DcsPackage.getDataCompositionChart_ConditionalAppearance()
 
 - 
setConditionalAppearancevoid setConditionalAppearance(DataCompositionConditionalAppearance value) Sets the value of the 'Conditional Appearance' containment reference.- Parameters:
- value- the new value of the 'Conditional Appearance' containment reference.
- See Also:
- getConditionalAppearance()
 
 - 
getOutputParametersDataCompositionChartOutputParameterValues getOutputParameters() Returns the value of the 'Output Parameters' containment reference.- Returns:
- the value of the 'Output Parameters' containment reference.
- See Also:
- setOutputParameters(DataCompositionChartOutputParameterValues),- DcsPackage.getDataCompositionChart_OutputParameters()
 
 - 
setOutputParametersvoid setOutputParameters(DataCompositionChartOutputParameterValues value) Sets the value of the 'Output Parameters' containment reference.- Parameters:
- value- the new value of the 'Output Parameters' containment reference.
- See Also:
- getOutputParameters()
 
 - 
getIdString getId() Returns the value of the 'Id' attribute.- Returns:
- the value of the 'Id' attribute.
- See Also:
- setId(String),- DcsPackage.getDataCompositionChart_Id()
 
 - 
setIdvoid setId(String value) Sets the value of the 'Id' attribute.- Parameters:
- value- the new value of the 'Id' attribute.
- See Also:
- getId()
 
 - 
getViewModeDataCompositionSettingsItemViewMode getViewMode() Returns the value of the 'View Mode' attribute. The default value is"QuickAccess". The literals are from the enumerationDataCompositionSettingsItemViewMode.- Returns:
- the value of the 'View Mode' attribute.
- See Also:
- DataCompositionSettingsItemViewMode,- setViewMode(DataCompositionSettingsItemViewMode),- DcsPackage.getDataCompositionChart_ViewMode()
 
 - 
setViewModevoid setViewMode(DataCompositionSettingsItemViewMode value) Sets the value of the 'View Mode' attribute.- Parameters:
- value- the new value of the 'View Mode' attribute.
- See Also:
- DataCompositionSettingsItemViewMode,- getViewMode()
 
 - 
getUserSettingIDString getUserSettingID() Returns the value of the 'User Setting ID' attribute.- Returns:
- the value of the 'User Setting ID' attribute.
- See Also:
- setUserSettingID(String),- DcsPackage.getDataCompositionChart_UserSettingID()
 
 - 
setUserSettingIDvoid setUserSettingID(String value) Sets the value of the 'User Setting ID' attribute.- Parameters:
- value- the new value of the 'User Setting ID' attribute.
- See Also:
- getUserSettingID()
 
 - 
getUserSettingPresentationPresentation getUserSettingPresentation() Returns the value of the 'User Setting Presentation' containment reference.- Returns:
- the value of the 'User Setting Presentation' containment reference.
- See Also:
- setUserSettingPresentation(Presentation),- DcsPackage.getDataCompositionChart_UserSettingPresentation()
 
 - 
setUserSettingPresentationvoid setUserSettingPresentation(Presentation value) Sets the value of the 'User Setting Presentation' containment reference.- Parameters:
- value- the new value of the 'User Setting Presentation' containment reference.
- See Also:
- getUserSettingPresentation()
 
 - 
getPointsViewModeDataCompositionSettingsItemViewMode getPointsViewMode() Returns the value of the 'Points View Mode' attribute. The default value is"QuickAccess". The literals are from the enumerationDataCompositionSettingsItemViewMode.- Returns:
- the value of the 'Points View Mode' attribute.
- See Also:
- DataCompositionSettingsItemViewMode,- setPointsViewMode(DataCompositionSettingsItemViewMode),- DcsPackage.getDataCompositionChart_PointsViewMode()
 
 - 
setPointsViewModevoid setPointsViewMode(DataCompositionSettingsItemViewMode value) Sets the value of the 'Points View Mode' attribute.- Parameters:
- value- the new value of the 'Points View Mode' attribute.
- See Also:
- DataCompositionSettingsItemViewMode,- getPointsViewMode()
 
 - 
getPointsUserSettingIDString getPointsUserSettingID() Returns the value of the 'Points User Setting ID' attribute.- Returns:
- the value of the 'Points User Setting ID' attribute.
- See Also:
- setPointsUserSettingID(String),- DcsPackage.getDataCompositionChart_PointsUserSettingID()
 
 - 
setPointsUserSettingIDvoid setPointsUserSettingID(String value) Sets the value of the 'Points User Setting ID' attribute.- Parameters:
- value- the new value of the 'Points User Setting ID' attribute.
- See Also:
- getPointsUserSettingID()
 
 - 
getPointsUserSettingPresentationPresentation getPointsUserSettingPresentation() Returns the value of the 'Points User Setting Presentation' containment reference.- Returns:
- the value of the 'Points User Setting Presentation' containment reference.
- See Also:
- setPointsUserSettingPresentation(Presentation),- DcsPackage.getDataCompositionChart_PointsUserSettingPresentation()
 
 - 
setPointsUserSettingPresentationvoid setPointsUserSettingPresentation(Presentation value) Sets the value of the 'Points User Setting Presentation' containment reference.- Parameters:
- value- the new value of the 'Points User Setting Presentation' containment reference.
- See Also:
- getPointsUserSettingPresentation()
 
 - 
getSeriesViewModeDataCompositionSettingsItemViewMode getSeriesViewMode() Returns the value of the 'Series View Mode' attribute. The default value is"QuickAccess". The literals are from the enumerationDataCompositionSettingsItemViewMode.- Returns:
- the value of the 'Series View Mode' attribute.
- See Also:
- DataCompositionSettingsItemViewMode,- setSeriesViewMode(DataCompositionSettingsItemViewMode),- DcsPackage.getDataCompositionChart_SeriesViewMode()
 
 - 
setSeriesViewModevoid setSeriesViewMode(DataCompositionSettingsItemViewMode value) Sets the value of the 'Series View Mode' attribute.- Parameters:
- value- the new value of the 'Series View Mode' attribute.
- See Also:
- DataCompositionSettingsItemViewMode,- getSeriesViewMode()
 
 - 
getSeriesUserSettingIDString getSeriesUserSettingID() Returns the value of the 'Series User Setting ID' attribute.- Returns:
- the value of the 'Series User Setting ID' attribute.
- See Also:
- setSeriesUserSettingID(String),- DcsPackage.getDataCompositionChart_SeriesUserSettingID()
 
 - 
setSeriesUserSettingIDvoid setSeriesUserSettingID(String value) Sets the value of the 'Series User Setting ID' attribute.- Parameters:
- value- the new value of the 'Series User Setting ID' attribute.
- See Also:
- getSeriesUserSettingID()
 
 - 
getSeriesUserSettingPresentationPresentation getSeriesUserSettingPresentation() Returns the value of the 'Series User Setting Presentation' containment reference.- Returns:
- the value of the 'Series User Setting Presentation' containment reference.
- See Also:
- setSeriesUserSettingPresentation(Presentation),- DcsPackage.getDataCompositionChart_SeriesUserSettingPresentation()
 
 - 
setSeriesUserSettingPresentationvoid setSeriesUserSettingPresentation(Presentation value) Sets the value of the 'Series User Setting Presentation' containment reference.- Parameters:
- value- the new value of the 'Series User Setting Presentation' containment reference.
- See Also:
- getSeriesUserSettingPresentation()
 
 
- 
 
-