TPTP 4.2.0 Platform Project
Public API Specification

org.eclipse.hyades.model.statistical
Interface SDSnapshotObservation

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
SDContiguousObservation, SDDiscreteObservation, SDTextObservation
All Known Implementing Classes:
SDContiguousObservationImpl, SDDiscreteObservationImpl, SDSnapshotObservationImpl, SDTextObservationImpl

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

A representation of the model object 'SD Snapshot Observation'. All observations are specializations of this class. The individual observation values reside in the specialization instances.

The following features are supported:

See Also:
StatisticalPackage.getSDSnapshotObservation()
Generated
[EMF] Model
abstract="true"

Method Summary
 org.eclipse.emf.common.util.EList getCreationTime()
          Returns the value of the 'Creation Time' attribute list.
 SDMemberDescriptor getMemberDescriptor()
          Returns the value of the 'Member Descriptor' reference.
 org.eclipse.emf.common.util.EList getValidityMask()
          Returns the value of the 'Validity Mask' attribute list.
 SDSampleWindow getWindow()
          Returns the value of the 'Window' container reference.
 void setMemberDescriptor(SDMemberDescriptor value)
          Sets the value of the 'Member Descriptor' reference
 void setWindow(SDSampleWindow value)
          Sets the value of the 'Window' 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

getValidityMask

public org.eclipse.emf.common.util.EList getValidityMask()
Returns the value of the 'Validity Mask' attribute list. The list contents are of type Byte.

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

This is a bitmask for the indices of the observation instance array fields. It is possoble for a counter to become active/inactive at any point during a window. This mask allows a means of marking whether a particular field contains a valid value.

Returns:
the value of the 'Validity Mask' attribute list.
See Also:
StatisticalPackage.getSDSnapshotObservation_ValidityMask()
Generated
[EMF] Model
type="byte" unique="false"

getCreationTime

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

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

Returns:
the value of the 'Creation Time' attribute list.
See Also:
StatisticalPackage.getSDSnapshotObservation_CreationTime()
Generated
[EMF] Model
type="double" unique="false"

getMemberDescriptor

public SDMemberDescriptor getMemberDescriptor()
Returns the value of the 'Member Descriptor' reference. It is bidirectional and its opposite is 'Snapshot Observation'.

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

Returns:
the value of the 'Member Descriptor' reference.
See Also:
setMemberDescriptor(SDMemberDescriptor), StatisticalPackage.getSDSnapshotObservation_MemberDescriptor(), SDMemberDescriptor.getSnapshotObservation()
Generated
[EMF] Model
opposite="snapshotObservation" required="true"

setMemberDescriptor

public void setMemberDescriptor(SDMemberDescriptor value)
Sets the value of the 'Member Descriptor' reference.

Parameters:
value - the new value of the 'Member Descriptor' reference.
See Also:
getMemberDescriptor()
Generated

getWindow

public SDSampleWindow getWindow()
Returns the value of the 'Window' container reference. It is bidirectional and its opposite is 'Observations'.

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

Returns:
the value of the 'Window' container reference.
See Also:
setWindow(SDSampleWindow), StatisticalPackage.getSDSnapshotObservation_Window(), SDSampleWindow.getObservations()
Generated
[EMF] Model
opposite="observations" required="true"

setWindow

public void setWindow(SDSampleWindow value)
Sets the value of the 'Window' container reference.

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

TPTP 4.2.0 Platform Project
Public API Specification