|
TPTP 4.5.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.EObjectImpl
org.eclipse.hyades.models.trace.impl.TRCMethodInvocationImpl
org.eclipse.hyades.models.trace.impl.TRCFullMethodInvocationImpl
public class TRCFullMethodInvocationImpl
An implementation of the model object 'TRC Full Method Invocation'.
The following features are implemented:
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
|---|
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList |
| Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject |
|---|
org.eclipse.emf.ecore.InternalEObject.EStore |
| Field Summary |
|---|
| Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
|---|
ELAST_EOBJECT_FLAG |
| Fields inherited from interface org.eclipse.emf.ecore.InternalEObject |
|---|
EOPPOSITE_FEATURE_BASE |
| Method Summary | |
|---|---|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType)
|
boolean |
eIsSet(int featureID)
|
void |
eSet(int featureID,
java.lang.Object newValue)
|
void |
eUnset(int featureID)
|
int |
getCallerLineNo()
|
double |
getCpuTime()
|
double |
getEntryTime()
|
double |
getExitTime()
|
double |
getOverhead()
|
short |
getStackDepth()
|
long |
getTicket()
|
void |
setCallerLineNo(int newCallerLineNo)
|
void |
setCpuTime(double newCpuTime)
|
void |
setEntryTime(double newEntryTime)
|
void |
setExitTime(double newExitTime)
|
void |
setOverhead(double newOverhead)
|
void |
setStackDepth(short newStackDepth)
|
void |
setTicket(long newTicket)
|
java.lang.String |
toString()
|
| Methods inherited from class org.eclipse.hyades.models.trace.impl.TRCMethodInvocationImpl |
|---|
basicGetInvokedBy, basicGetMethod, basicGetOwningObject, basicGetThread, basicSetInvokedBy, basicSetMethod, basicSetProcess, eBasicRemoveFromContainerFeature, eInverseAdd, eInverseRemove, getInvokedBy, getInvokes, getMethod, getOwningObject, getProcess, getThread, setInvokedBy, setMethod, setOwningObject, setProcess, setThread |
| Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
|---|
eAdapters, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eIsProxy, eSetClass, eSetDeliver, eSetProxyURI |
| Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
|---|
eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseRemove, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eStore, eUnset, eURIFragmentSegment, eVirtualGet, eVirtualGet, eVirtualIsSet, eVirtualSet, eVirtualUnset |
| Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
|---|
eNotificationRequired, eNotify |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.eclipse.hyades.models.trace.TRCMethodInvocation |
|---|
getInvokedBy, getInvokes, getMethod, getOwningObject, getProcess, getThread, setInvokedBy, setMethod, setOwningObject, setProcess, setThread |
| 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 |
| Methods inherited from interface org.eclipse.emf.ecore.InternalEObject |
|---|
eNotificationRequired |
| Method Detail |
|---|
public short getStackDepth()
getStackDepth in interface TRCFullMethodInvocationTRCFullMethodInvocation.setStackDepth(short),
TracePackage.getTRCFullMethodInvocation_StackDepth()public void setStackDepth(short newStackDepth)
setStackDepth in interface TRCFullMethodInvocationnewStackDepth - the new value of the 'Stack Depth' attribute.TRCFullMethodInvocation.getStackDepth()public double getEntryTime()
getEntryTime in interface TRCFullMethodInvocationTRCFullMethodInvocation.setEntryTime(double),
TracePackage.getTRCFullMethodInvocation_EntryTime()public void setEntryTime(double newEntryTime)
setEntryTime in interface TRCFullMethodInvocationnewEntryTime - the new value of the 'Entry Time' attribute.TRCFullMethodInvocation.getEntryTime()public double getExitTime()
getExitTime in interface TRCFullMethodInvocationTRCFullMethodInvocation.setExitTime(double),
TracePackage.getTRCFullMethodInvocation_ExitTime()public void setExitTime(double newExitTime)
setExitTime in interface TRCFullMethodInvocationnewExitTime - the new value of the 'Exit Time' attribute.TRCFullMethodInvocation.getExitTime()public long getTicket()
getTicket in interface TRCFullMethodInvocationTRCFullMethodInvocation.setTicket(long),
TracePackage.getTRCFullMethodInvocation_Ticket()public void setTicket(long newTicket)
setTicket in interface TRCFullMethodInvocationnewTicket - the new value of the 'Ticket' attribute.TRCFullMethodInvocation.getTicket()public double getOverhead()
getOverhead in interface TRCFullMethodInvocationTRCFullMethodInvocation.setOverhead(double),
TracePackage.getTRCFullMethodInvocation_Overhead()public void setOverhead(double newOverhead)
setOverhead in interface TRCFullMethodInvocationnewOverhead - the new value of the 'Overhead' attribute.TRCFullMethodInvocation.getOverhead()public int getCallerLineNo()
getCallerLineNo in interface TRCFullMethodInvocationTRCFullMethodInvocation.setCallerLineNo(int),
TracePackage.getTRCFullMethodInvocation_CallerLineNo()public void setCallerLineNo(int newCallerLineNo)
setCallerLineNo in interface TRCFullMethodInvocationnewCallerLineNo - the new value of the 'Caller Line No' attribute.TRCFullMethodInvocation.getCallerLineNo()public double getCpuTime()
getCpuTime in interface TRCFullMethodInvocationTRCFullMethodInvocation.setCpuTime(double),
TracePackage.getTRCFullMethodInvocation_CpuTime()public void setCpuTime(double newCpuTime)
setCpuTime in interface TRCFullMethodInvocationnewCpuTime - the new value of the 'Cpu Time' attribute.TRCFullMethodInvocation.getCpuTime()
public java.lang.Object eGet(int featureID,
boolean resolve,
boolean coreType)
eGet in interface org.eclipse.emf.ecore.InternalEObjecteGet in class TRCMethodInvocationImpl
public void eSet(int featureID,
java.lang.Object newValue)
eSet in interface org.eclipse.emf.ecore.InternalEObjecteSet in class TRCMethodInvocationImplpublic void eUnset(int featureID)
eUnset in interface org.eclipse.emf.ecore.InternalEObjecteUnset in class TRCMethodInvocationImplpublic boolean eIsSet(int featureID)
eIsSet in interface org.eclipse.emf.ecore.InternalEObjecteIsSet in class TRCMethodInvocationImplpublic java.lang.String toString()
toString in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
|
TPTP 4.5.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||