Interface ExportElement
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
AtlOperationExport
,ProfilingOperationExport
- All Known Implementing Classes:
AtlOperationExportImpl
,ExportElementImpl
,ProfilingOperationExportImpl
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionlong
Returns the value of the 'Begin Memory' attribute.long
Returns the value of the 'End Memory' attribute.long
Returns the value of the 'Instructions' attribute.long
Returns the value of the 'Max Memory' attribute.getName()
Returns the value of the 'Name' attribute.double
Returns the value of the 'Tim Execution' attribute.Returns the value of the 'Total Instructions Percent' attribute.Returns the value of the 'Total Time Execution Percent' attribute.void
setBeginMemory
(long value) Sets the value of the 'Begin Memory
' attribute.void
setEndMemory
(long value) Sets the value of the 'End Memory
' attribute.void
setInstructions
(long value) Sets the value of the 'Instructions
' attribute.void
setMaxMemory
(long value) Sets the value of the 'Max Memory
' attribute.void
Sets the value of the 'Name
' attribute.void
setTimExecution
(double value) Sets the value of the 'Tim Execution
' attribute.void
Sets the value of the 'Total Instructions Percent
' attribute.void
Sets the value of the 'Total Time Execution Percent
' attribute.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
-
getName
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
Sets the value of the 'Name
' attribute.- Parameters:
value
- the new value of the 'Name' attribute.- See Also:
-
getTimExecution
double getTimExecution()Returns the value of the 'Tim Execution' attribute.If the meaning of the 'Tim Execution' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Tim Execution' attribute.
- See Also:
-
setTimExecution
void setTimExecution(double value) Sets the value of the 'Tim Execution
' attribute.- Parameters:
value
- the new value of the 'Tim Execution' attribute.- See Also:
-
getInstructions
long getInstructions()Returns the value of the 'Instructions' attribute.If the meaning of the 'Instructions' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Instructions' attribute.
- See Also:
-
setInstructions
void setInstructions(long value) Sets the value of the 'Instructions
' attribute.- Parameters:
value
- the new value of the 'Instructions' attribute.- See Also:
-
getBeginMemory
long getBeginMemory()Returns the value of the 'Begin Memory' attribute.If the meaning of the 'Begin Memory' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Begin Memory' attribute.
- See Also:
-
setBeginMemory
void setBeginMemory(long value) Sets the value of the 'Begin Memory
' attribute.- Parameters:
value
- the new value of the 'Begin Memory' attribute.- See Also:
-
getMaxMemory
long getMaxMemory()Returns the value of the 'Max Memory' attribute.If the meaning of the 'Max Memory' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Max Memory' attribute.
- See Also:
-
setMaxMemory
void setMaxMemory(long value) Sets the value of the 'Max Memory
' attribute.- Parameters:
value
- the new value of the 'Max Memory' attribute.- See Also:
-
getEndMemory
long getEndMemory()Returns the value of the 'End Memory' attribute.If the meaning of the 'End Memory' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'End Memory' attribute.
- See Also:
-
setEndMemory
void setEndMemory(long value) Sets the value of the 'End Memory
' attribute.- Parameters:
value
- the new value of the 'End Memory' attribute.- See Also:
-
getTotalTimeExecutionPercent
String getTotalTimeExecutionPercent()Returns the value of the 'Total Time Execution Percent' attribute.If the meaning of the 'Total Time Execution Percent' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Total Time Execution Percent' attribute.
- See Also:
-
setTotalTimeExecutionPercent
Sets the value of the 'Total Time Execution Percent
' attribute.- Parameters:
value
- the new value of the 'Total Time Execution Percent' attribute.- See Also:
-
getTotalInstructionsPercent
String getTotalInstructionsPercent()Returns the value of the 'Total Instructions Percent' attribute.If the meaning of the 'Total Instructions Percent' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Total Instructions Percent' attribute.
- See Also:
-
setTotalInstructionsPercent
Sets the value of the 'Total Instructions Percent
' attribute.- Parameters:
value
- the new value of the 'Total Instructions Percent' attribute.- See Also:
-