|
TPTP 4.4.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A representation of the model object 'SD View'. The view is a named collection of windows. The view allows you to navigate the windows so that data can be propogated through the windows if that behaviour is desired. For example data may be collected at 1 minute intervals and used to populate a widow which contains the most recent 1 hour of data. There may be a second window that contains a set of data point that summarize each of the previous 23 hours plus the hour represented in the first window. A third window may reflect the data for a given week, and so on. A view associates these windows of related data and provides a mechanism to manage the cascading of data across these windows over the data.
The following features are supported:
StatisticalPackage.getSDView()| Method Summary | |
|---|---|
java.lang.String |
getName()
Returns the value of the 'Name' attribute |
org.eclipse.emf.common.util.EList |
getWindow()
Returns the value of the 'Window' containment reference list. |
void |
setName(java.lang.String value)
Sets the value of the ' Name' attribute |
| Methods inherited from interface org.eclipse.hyades.models.hierarchy.AbstractTRCView |
|---|
getAgent, setAgent |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
|---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Method Detail |
public java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
StatisticalPackage.getSDView_Name()public void setName(java.lang.String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()public org.eclipse.emf.common.util.EList getWindow()
SDSampleWindow.
It is bidirectional and its opposite is 'View'.
If the meaning of the 'Window' containment reference list isn't clear, there really should be more of a description here...
StatisticalPackage.getSDView_Window(),
SDSampleWindow.getView()
|
TPTP 4.4.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||