TPTP 4.4.0 Platform Project
Public API Specification

org.eclipse.hyades.model.statistical
Interface SDRepresentation

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
SDContiguousRepresentation, SDDiscreteRepresentation, SDGaugeRepresentation, SDRangeRepresentation, SDTextRepresentation
All Known Implementing Classes:
SDContiguousRepresentationImpl, SDDiscreteRepresentationImpl, SDGaugeRepresentationImpl, SDRangeRepresentationImpl, SDRepresentationImpl, SDTextRepresentationImpl

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

A representation of the model object 'SD Representation'. This is the root of all the metadata types that describe how to render a observation. The intention of the representation class is to provide a description of observations so that a generic veiwer can be provided for the observations with the same representation specialization

The following features are supported:

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

Method Summary
 SDMemberDescriptor getMemberDescriptor()
          Returns the value of the 'Member Descriptor' container reference.
 void setMemberDescriptor(SDMemberDescriptor value)
          Sets the value of the 'Member Descriptor' 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

getMemberDescriptor

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

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

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

setMemberDescriptor

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

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

TPTP 4.4.0 Platform Project
Public API Specification