public interface ArchiveSeries extends ItemDataSeries
The following features are supported:
ChartPackage.getArchiveSeries()
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<ArchiveChannel> |
getChannels()
Returns the value of the 'Channels' containment reference list.
|
LineProperties |
getLineProperties()
Returns the value of the 'Line Properties' containment reference.
|
boolean |
isIgnoreFuture()
Returns the value of the 'Ignore Future' attribute.
|
void |
setIgnoreFuture(boolean value)
Sets the value of the '
Ignore Future ' attribute. |
void |
setLineProperties(LineProperties value)
Sets the value of the '
Line Properties ' containment reference. |
getItem, setItem
getLabel, getX, getY, isVisible, setLabel, setVisible, setX, setY
org.eclipse.emf.common.util.EList<ArchiveChannel> getChannels()
ArchiveChannel
.
If the meaning of the 'Channels' containment reference list isn't clear, there really should be more of a description here...
ChartPackage.getArchiveSeries_Channels()
LineProperties getLineProperties()
If the meaning of the 'Line Properties' containment reference isn't clear, there really should be more of a description here...
setLineProperties(LineProperties)
,
ChartPackage.getArchiveSeries_LineProperties()
void setLineProperties(LineProperties value)
Line Properties
' containment reference.
value
- the new value of the 'Line Properties' containment reference.getLineProperties()
boolean isIgnoreFuture()
"false"
.
If the meaning of the 'Ignore Future' attribute isn't clear, there really should be more of a description here...
setIgnoreFuture(boolean)
,
ChartPackage.getArchiveSeries_IgnoreFuture()
void setIgnoreFuture(boolean value)
Ignore Future
' attribute.
value
- the new value of the 'Ignore Future' attribute.isIgnoreFuture()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.