|
TPTP 4.2.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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:
StatisticalPackage.getSDDescriptor()| 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 |
public java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String),
StatisticalPackage.getSDDescriptor_Id()public void setId(java.lang.String value)
Id' attribute.
value - the new value of the 'Id' attribute.getId()public java.lang.String getDescription()
If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...
setDescription(String),
StatisticalPackage.getSDDescriptor_Description()public void setDescription(java.lang.String value)
Description' attribute.
value - the new value of the 'Description' attribute.getDescription()public java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
StatisticalPackage.getSDDescriptor_Name()public void setName(java.lang.String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()public org.eclipse.emf.common.util.EList getChildren()
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...
StatisticalPackage.getSDDescriptor_Children(),
getParent()public SDDescriptor getParent()
Children'.
If the meaning of the 'Parent' container reference isn't clear, there really should be more of a description here...
setParent(SDDescriptor),
StatisticalPackage.getSDDescriptor_Parent(),
getChildren()public void setParent(SDDescriptor value)
Parent' container reference.
value - the new value of the 'Parent' container reference.getParent()
|
TPTP 4.2.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||