Interface ExportRoot
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ExportRootImpl
public interface ExportRoot
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Export Root'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<AtlOperationExport>
Returns the value of the 'Operation' containment reference list.long
Returns the value of the 'Total Instructions' attribute.double
Returns the value of the 'Total Time' attribute.void
setTotalInstructions
(long value) Sets the value of the 'Total Instructions
' attribute.void
setTotalTime
(double value) Sets the value of the 'Total Time
' 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
-
getOperation
org.eclipse.emf.common.util.EList<AtlOperationExport> getOperation()Returns the value of the 'Operation' containment reference list. The list contents are of typeAtlOperationExport
.If the meaning of the 'Operation' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Operation' containment reference list.
- See Also:
-
getTotalTime
double getTotalTime()Returns the value of the 'Total Time' attribute.If the meaning of the 'Total Time' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Total Time' attribute.
- See Also:
-
setTotalTime
void setTotalTime(double value) Sets the value of the 'Total Time
' attribute.- Parameters:
value
- the new value of the 'Total Time' attribute.- See Also:
-
getTotalInstructions
long getTotalInstructions()Returns the value of the 'Total Instructions' attribute.If the meaning of the 'Total Instructions' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Total Instructions' attribute.
- See Also:
-
setTotalInstructions
void setTotalInstructions(long value) Sets the value of the 'Total Instructions
' attribute.- Parameters:
value
- the new value of the 'Total Instructions' attribute.- See Also:
-