TPTP 4.2.0 Platform Project
Public API Specification

org.eclipse.hyades.model.statistical
Interface SDMemberDescriptor

All Superinterfaces:
AbstractTRCDescription, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, SDDescriptor
All Known Subinterfaces:
SDCounterDescriptor, SDSampleDescriptor
All Known Implementing Classes:
SDCounterDescriptorImpl, SDMemberDescriptorImpl, SDSampleDescriptorImpl

public interface SDMemberDescriptor
extends SDDescriptor

A representation of the model object 'SD Member Descriptor'. This is the abstract class that all descriptor types need to relaize. Specializations of this class represent the different types of data that are collected.

The following features are supported:

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

Method Summary
 SDRepresentation getRepresentation()
          Returns the value of the 'Representation' containment reference.
 org.eclipse.emf.common.util.EList getSnapshotObservation()
          Returns the value of the 'Snapshot Observation' reference list.
 void setRepresentation(SDRepresentation value)
          Sets the value of the 'Representation' containment reference
 
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

getRepresentation

public SDRepresentation getRepresentation()
Returns the value of the 'Representation' containment reference. It is bidirectional and its opposite is 'Member Descriptor'.

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

Returns:
the value of the 'Representation' containment reference.
See Also:
setRepresentation(SDRepresentation), StatisticalPackage.getSDMemberDescriptor_Representation(), SDRepresentation.getMemberDescriptor()
Generated
[EMF] Model
opposite="memberDescriptor" containment="true" required="true"

setRepresentation

public void setRepresentation(SDRepresentation value)
Sets the value of the 'Representation' containment reference.

Parameters:
value - the new value of the 'Representation' containment reference.
See Also:
getRepresentation()
Generated

getSnapshotObservation

public org.eclipse.emf.common.util.EList getSnapshotObservation()
Returns the value of the 'Snapshot Observation' reference list. The list contents are of type SDSnapshotObservation. It is bidirectional and its opposite is 'Member Descriptor'.

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

Returns:
the value of the 'Snapshot Observation' reference list.
See Also:
StatisticalPackage.getSDMemberDescriptor_SnapshotObservation(), SDSnapshotObservation.getMemberDescriptor()
Generated
[EMF] Model
type="org.eclipse.hyades.model.statistical.SDSnapshotObservation" opposite="memberDescriptor"

TPTP 4.2.0 Platform Project
Public API Specification