TPTP 4.1.0 Platform Project
Public API Specification

org.eclipse.hyades.model.statistical
Interface SDSampleDescriptor

All Superinterfaces:
AbstractTRCDescription, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, SDDescriptor, SDMemberDescriptor
All Known Implementing Classes:
SDSampleDescriptorImpl

public interface SDSampleDescriptor
extends SDMemberDescriptor

A representation of the model object 'SD Sample Descriptor'. This is a descriptor type for statistical data. Statistical data is data that is not necessarily updated all the time but rather is updated in the agent only periodically at some freqency.

The following features are supported:

See Also:
StatisticalPackage.getSDSampleDescriptor()

Method Summary
 double getUpdateFrequencey()
          Returns the value of the 'Update Frequencey' attribute.
 void setUpdateFrequencey(double value)
          Sets the value of the 'Update Frequencey' attribute.
 
Methods inherited from interface org.eclipse.hyades.model.statistical.SDMemberDescriptor
getRepresentation, getSnapshotObservation, setRepresentation
 
Methods inherited from interface org.eclipse.hyades.model.statistical.SDDescriptor
getChildren, getDescription, getId, getName, getParent, setDescription, setId, setName, setParent
 
Methods inherited from interface org.eclipse.hyades.models.hierarchy.AbstractTRCDescription
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

getUpdateFrequencey

public double getUpdateFrequencey()
Returns the value of the 'Update Frequencey' attribute.

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

Returns:
the value of the 'Update Frequencey' attribute.
See Also:
setUpdateFrequencey(double), StatisticalPackage.getSDSampleDescriptor_UpdateFrequencey()

setUpdateFrequencey

public void setUpdateFrequencey(double value)
Sets the value of the 'Update Frequencey' attribute.

Parameters:
value - the new value of the 'Update Frequencey' attribute.
See Also:
getUpdateFrequencey()

TPTP 4.1.0 Platform Project
Public API Specification