TPTP 4.1.0 Platform Project
Public API Specification

org.eclipse.hyades.model.statistical
Interface SDView

All Superinterfaces:
AbstractTRCView, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
SDViewImpl

public interface SDView
extends AbstractTRCView

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:

See Also:
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

getName

public java.lang.String getName()
Returns the value of the 'Name' attribute.

If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), StatisticalPackage.getSDView_Name()

setName

public void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

getWindow

public org.eclipse.emf.common.util.EList getWindow()
Returns the value of the 'Window' containment reference list. The list contents are of type 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...

Returns:
the value of the 'Window' containment reference list.
See Also:
StatisticalPackage.getSDView_Window(), SDSampleWindow.getView()

TPTP 4.1.0 Platform Project
Public API Specification