TPTP 4.4.0 Platform Project
Public API Specification

org.eclipse.hyades.model.statistical
Interface SDSampleWindow

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

public interface SDSampleWindow
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'SD Sample Window'. This is a window of data. Windows contain a fixed number of snapshots that typically represent some period of time. This class can be specialized to describe processing of the observations for a particular use-case.

The following features are supported:

See Also:
StatisticalPackage.getSDSampleWindow()
Generated
[EMF] Model

Method Summary
 org.eclipse.emf.common.util.EList getObservations()
          Returns the value of the 'Observations' containment reference list.
 SDView getView()
          Returns the value of the 'View' container reference.
 void setView(SDView value)
          Sets the value of the 'View' container reference
 
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

getView

public SDView getView()
Returns the value of the 'View' container reference. It is bidirectional and its opposite is 'Window'.

If the meaning of the 'View' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'View' container reference.
See Also:
setView(SDView), StatisticalPackage.getSDSampleWindow_View(), SDView.getWindow()
Generated
[EMF] Model
opposite="window"

setView

public void setView(SDView value)
Sets the value of the 'View' container reference.

Parameters:
value - the new value of the 'View' container reference.
See Also:
getView()
Generated

getObservations

public org.eclipse.emf.common.util.EList getObservations()
Returns the value of the 'Observations' containment reference list. The list contents are of type SDSnapshotObservation. It is bidirectional and its opposite is 'Window'.

If the meaning of the 'Observations' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Observations' containment reference list.
See Also:
StatisticalPackage.getSDSampleWindow_Observations(), SDSnapshotObservation.getWindow()
Generated
[EMF] Model
type="org.eclipse.hyades.model.statistical.SDSnapshotObservation" opposite="window" containment="true"

TPTP 4.4.0 Platform Project
Public API Specification