|
TPTP 4.1.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 'TRC Object'. Represents an instance of a type (defined by TRCClass)
The following features are supported:
TracePackage.getTRCObject()| Method Summary | |
|---|---|
long |
getId()
Returns the value of the 'Id' attribute. |
TRCClass |
getIsA()
Returns the value of the 'Is A' reference. |
TRCProcess |
getProcess()
Returns the value of the 'Process' container reference. |
int |
getSize()
Returns the value of the 'Size' attribute. |
void |
setId(long value)
Sets the value of the ' Id' attribute. |
void |
setIsA(TRCClass value)
Sets the value of the ' Is A' reference. |
void |
setProcess(TRCProcess value)
Sets the value of the ' Process' container reference. |
void |
setSize(int value)
Sets the value of the ' Size' attribute. |
| 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 long getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
This is a static ID for the object. It must be unique in the trace.
setId(long),
TracePackage.getTRCObject_Id()public void setId(long value)
Id' attribute.
value - the new value of the 'Id' attribute.getId()public int getSize()
If the meaning of the 'Size' attribute isn't clear, there really should be more of a description here...
The size of the array (number of bytes required to store this array, not the elements in it), computed based on the element type, see TRCArrayType
setSize(int),
TracePackage.getTRCObject_Size()public void setSize(int value)
Size' attribute.
value - the new value of the 'Size' attribute.getSize()public TRCClass getIsA()
Objects'.
If the meaning of the 'Is A' container reference isn't clear, there really should be more of a description here...
setIsA(TRCClass),
TracePackage.getTRCObject_IsA(),
TRCClass.getObjects()public void setIsA(TRCClass value)
Is A' reference.
value - the new value of the 'Is A' reference.getIsA()public TRCProcess getProcess()
Objects'.
If the meaning of the 'Process' container reference isn't clear, there really should be more of a description here...
setProcess(TRCProcess),
TracePackage.getTRCObject_Process(),
TRCProcess.getObjects()public void setProcess(TRCProcess value)
Process' container reference.
value - the new value of the 'Process' container reference.getProcess()
|
TPTP 4.1.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||