TPTP 4.2.0 Platform Project
Public API Specification

org.eclipse.hyades.model.statistical
Interface SDDescriptor

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

public interface SDDescriptor
extends AbstractTRCDescription

A representation of the model object 'SD Descriptor'. This is the base class for all the desciptors on the model. This class provides the ability to structure the descriptor data in a tree (parent/child relationship). This class, and its subclasses, does not hold any data fields proper, but rather contain all the metadata that describe the counters, statistics, etc. that can be collected from an agent instance.

The following features are supported:

See Also:
StatisticalPackage.getSDDescriptor()
Generated
[EMF] Model

Method Summary
 org.eclipse.emf.common.util.EList getChildren()
          Returns the value of the 'Children' containment reference list.
 java.lang.String getDescription()
          Returns the value of the 'Description' attribute
 java.lang.String getId()
          Returns the value of the 'Id' attribute
 java.lang.String getName()
          Returns the value of the 'Name' attribute
 SDDescriptor getParent()
          Returns the value of the 'Parent' container reference.
 void setDescription(java.lang.String value)
          Sets the value of the 'Description' attribute
 void setId(java.lang.String value)
          Sets the value of the 'Id' attribute
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute
 void setParent(SDDescriptor value)
          Sets the value of the 'Parent' container reference
 
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

getId

public java.lang.String getId()
Returns the value of the 'Id' attribute.

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

Returns:
the value of the 'Id' attribute.
See Also:
setId(String), StatisticalPackage.getSDDescriptor_Id()
Generated
[EMF] Model

setId

public void setId(java.lang.String value)
Sets the value of the 'Id' attribute.

Parameters:
value - the new value of the 'Id' attribute.
See Also:
getId()
Generated

getDescription

public java.lang.String getDescription()
Returns the value of the 'Description' attribute.

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

Returns:
the value of the 'Description' attribute.
See Also:
setDescription(String), StatisticalPackage.getSDDescriptor_Description()
Generated
[EMF] Model

setDescription

public void setDescription(java.lang.String value)
Sets the value of the 'Description' attribute.

Parameters:
value - the new value of the 'Description' attribute.
See Also:
getDescription()
Generated

getName

public java.lang.String getName()
Returns the value of the 'Name' attribute.

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

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), StatisticalPackage.getSDDescriptor_Name()
Generated
[EMF] Model

setName

public void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()
Generated

getChildren

public org.eclipse.emf.common.util.EList getChildren()
Returns the value of the 'Children' containment reference list. The list contents are of type SDDescriptor. It is bidirectional and its opposite is 'Parent'.

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

Returns:
the value of the 'Children' containment reference list.
See Also:
StatisticalPackage.getSDDescriptor_Children(), getParent()
Generated
[EMF] Model
type="org.eclipse.hyades.model.statistical.SDDescriptor" opposite="parent" containment="true"

getParent

public SDDescriptor getParent()
Returns the value of the 'Parent' container reference. It is bidirectional and its opposite is 'Children'.

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

Returns:
the value of the 'Parent' container reference.
See Also:
setParent(SDDescriptor), StatisticalPackage.getSDDescriptor_Parent(), getChildren()
Generated
[EMF] Model
opposite="children"

setParent

public void setParent(SDDescriptor value)
Sets the value of the 'Parent' container reference.

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

TPTP 4.2.0 Platform Project
Public API Specification