TPTP 4.1.0 Platform Project
Public API Specification

org.eclipse.hyades.model.statistical
Interface SDContiguousObservation

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

public interface SDContiguousObservation
extends SDSnapshotObservation

A representation of the model object 'SD Contiguous Observation'. The collection of contiguous values associated with a counter during a sample window.

The following features are supported:

See Also:
StatisticalPackage.getSDContiguousObservation()

Method Summary
 org.eclipse.emf.common.util.EList getValue()
          Returns the value of the 'Value' attribute list.
 
Methods inherited from interface org.eclipse.hyades.model.statistical.SDSnapshotObservation
getCreationTime, getMemberDescriptor, getValidityMask, getWindow, setMemberDescriptor, setWindow
 
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

getValue

public org.eclipse.emf.common.util.EList getValue()
Returns the value of the 'Value' attribute list. The list contents are of type Double.

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

Returns:
the value of the 'Value' attribute list.
See Also:
StatisticalPackage.getSDContiguousObservation_Value()

TPTP 4.1.0 Platform Project
Public API Specification