Interface ProfilingInstruction
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
ProfilingModel
,ProfilingOperation
- All Known Implementing Classes:
ProfilingInstructionImpl
,ProfilingModelImpl
,ProfilingOperationImpl
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Atl Instruction' reference.Returns the value of the 'Content' attribute.int
Returns the value of the 'Instruction ID' attribute.long
Returns the value of the 'Launched Memory Usage' attribute.long
Returns the value of the 'Launched Time' attribute.Returns the value of the 'Parent Operation' reference.org.eclipse.emf.common.util.EList<Object>
Returns the value of the 'Stack Frames' attribute list.boolean
Returns the value of the 'Has Error' attribute.void
setAtlInstruction
(ATLInstruction value) Sets the value of the 'Atl Instruction
' reference.void
setContent
(String value) Sets the value of the 'Content
' attribute.void
setHasError
(boolean value) Sets the value of the 'Has Error
' attribute.void
setInstructionID
(int value) Sets the value of the 'Instruction ID
' attribute.void
setLaunchedMemoryUsage
(long value) Sets the value of the 'Launched Memory Usage
' attribute.void
setLaunchedTime
(long value) Sets the value of the 'Launched Time
' attribute.void
Sets the value of the 'Parent Operation
' reference.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getLaunchedTime
long getLaunchedTime()Returns the value of the 'Launched Time' attribute.If the meaning of the 'Launched Time' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Launched Time' attribute.
- See Also:
-
setLaunchedTime
void setLaunchedTime(long value) Sets the value of the 'Launched Time
' attribute.- Parameters:
value
- the new value of the 'Launched Time' attribute.- See Also:
-
getStackFrames
org.eclipse.emf.common.util.EList<Object> getStackFrames()Returns the value of the 'Stack Frames' attribute list. The list contents are of typeObject
.If the meaning of the 'Stack Frames' attribute list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Stack Frames' attribute list.
- See Also:
-
getParentOperation
ProfilingOperation getParentOperation()Returns the value of the 'Parent Operation' reference.If the meaning of the 'Parent Operation' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Parent Operation' reference.
- See Also:
-
setParentOperation
Sets the value of the 'Parent Operation
' reference.- Parameters:
value
- the new value of the 'Parent Operation' reference.- See Also:
-
getInstructionID
int getInstructionID()Returns the value of the 'Instruction ID' attribute.If the meaning of the 'Instruction ID' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Instruction ID' attribute.
- See Also:
-
setInstructionID
void setInstructionID(int value) Sets the value of the 'Instruction ID
' attribute.- Parameters:
value
- the new value of the 'Instruction ID' attribute.- See Also:
-
getAtlInstruction
ATLInstruction getAtlInstruction()Returns the value of the 'Atl Instruction' reference.If the meaning of the 'Atl Instruction' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Atl Instruction' reference.
- See Also:
-
setAtlInstruction
Sets the value of the 'Atl Instruction
' reference.- Parameters:
value
- the new value of the 'Atl Instruction' reference.- See Also:
-
getContent
String getContent()Returns the value of the 'Content' attribute.If the meaning of the 'Content' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Content' attribute.
- See Also:
-
setContent
Sets the value of the 'Content
' attribute.- Parameters:
value
- the new value of the 'Content' attribute.- See Also:
-
getLaunchedMemoryUsage
long getLaunchedMemoryUsage()Returns the value of the 'Launched Memory Usage' attribute.If the meaning of the 'Launched Memory Usage' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Launched Memory Usage' attribute.
- See Also:
-
setLaunchedMemoryUsage
void setLaunchedMemoryUsage(long value) Sets the value of the 'Launched Memory Usage
' attribute.- Parameters:
value
- the new value of the 'Launched Memory Usage' attribute.- See Also:
-
isHasError
boolean isHasError()Returns the value of the 'Has Error' attribute.If the meaning of the 'Has Error' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Has Error' attribute.
- See Also:
-
setHasError
void setHasError(boolean value) Sets the value of the 'Has Error
' attribute.- Parameters:
value
- the new value of the 'Has Error' attribute.- See Also:
-