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 TypeMethodDescriptionlongReturns the value of the 'Begin Memory' attribute.longReturns the value of the 'End Memory' attribute.longReturns the value of the 'Instructions' attribute.longReturns the value of the 'Max Memory' attribute.getName()Returns the value of the 'Name' attribute.doubleReturns 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.voidsetBeginMemory(long value) Sets the value of the 'Begin Memory' attribute.voidsetEndMemory(long value) Sets the value of the 'End Memory' attribute.voidsetInstructions(long value) Sets the value of the 'Instructions' attribute.voidsetMaxMemory(long value) Sets the value of the 'Max Memory' attribute.voidSets the value of the 'Name' attribute.voidsetTimExecution(double value) Sets the value of the 'Tim Execution' attribute.voidSets the value of the 'Total Instructions Percent' attribute.voidSets 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, eUnsetMethods 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:
-