Package kieker.model.analysismodel.trace
Interface OperationCall
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
OperationCallImpl
public interface OperationCall
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Operation Call'.
The following features are supported:
- See Also:
TracePackage.getOperationCall()
- Generated:
- Model:
-
Method Summary
Modifier and Type Method Description org.eclipse.emf.common.util.EList<OperationCall>
getChildren()
Returns the value of the 'Children' reference list.java.time.Duration
getDuration()
Returns the value of the 'Duration' attribute.float
getDurRatioToParent()
Returns the value of the 'Dur Ratio To Parent' attribute.float
getDurRatioToRootParent()
Returns the value of the 'Dur Ratio To Root Parent' attribute.java.lang.String
getFailedCause()
Returns the value of the 'Failed Cause' attribute.DeployedOperation
getOperation()
Returns the value of the 'Operation' reference.int
getOrderIndex()
Returns the value of the 'Order Index' attribute.OperationCall
getParent()
Returns the value of the 'Parent' reference.int
getStackDepth()
Returns the value of the 'Stack Depth' attribute.java.time.Instant
getStart()
Returns the value of the 'Start' attribute.boolean
isFailed()
Returns the value of the 'Failed' attribute.void
setDuration(java.time.Duration value)
Sets the value of the 'Duration
' attribute.void
setDurRatioToParent(float value)
Sets the value of the 'Dur Ratio To Parent
' attribute.void
setDurRatioToRootParent(float value)
Sets the value of the 'Dur Ratio To Root Parent
' attribute.void
setFailed(boolean value)
Sets the value of the 'Failed
' attribute.void
setFailedCause(java.lang.String value)
Sets the value of the 'Failed Cause
' attribute.void
setOperation(DeployedOperation value)
Sets the value of the 'Operation
' reference.void
setOrderIndex(int value)
Sets the value of the 'Order Index
' attribute.void
setParent(OperationCall value)
Sets the value of the 'Parent
' reference.void
setStackDepth(int value)
Sets the value of the 'Stack Depth
' attribute.void
setStart(java.time.Instant value)
Sets the value of the 'Start
' attribute.
-
Method Details
-
getOperation
DeployedOperation getOperation()Returns the value of the 'Operation' reference.- Returns:
- the value of the 'Operation' reference.
- See Also:
setOperation(DeployedOperation)
,TracePackage.getOperationCall_Operation()
- Generated:
- Model:
-
setOperation
Sets the value of the 'Operation
' reference.- Parameters:
value
- the new value of the 'Operation' reference.- See Also:
getOperation()
- Generated:
-
getParent
OperationCall getParent()Returns the value of the 'Parent' reference. It is bidirectional and its opposite is 'Children
'.- Returns:
- the value of the 'Parent' reference.
- See Also:
setParent(OperationCall)
,TracePackage.getOperationCall_Parent()
,getChildren()
- Generated:
- Model:
- opposite="children"
-
setParent
Sets the value of the 'Parent
' reference.- Parameters:
value
- the new value of the 'Parent' reference.- See Also:
getParent()
- Generated:
-
getChildren
org.eclipse.emf.common.util.EList<OperationCall> getChildren()Returns the value of the 'Children' reference list. The list contents are of typeOperationCall
. It is bidirectional and its opposite is 'Parent
'.- Returns:
- the value of the 'Children' reference list.
- See Also:
TracePackage.getOperationCall_Children()
,getParent()
- Generated:
- Model:
- opposite="parent"
-
getDuration
java.time.Duration getDuration()Returns the value of the 'Duration' attribute.- Returns:
- the value of the 'Duration' attribute.
- See Also:
setDuration(Duration)
,TracePackage.getOperationCall_Duration()
- Generated:
- Model:
- dataType="kieker.model.analysismodel.Duration"
-
setDuration
void setDuration(java.time.Duration value)Sets the value of the 'Duration
' attribute.- Parameters:
value
- the new value of the 'Duration' attribute.- See Also:
getDuration()
- Generated:
-
getStart
java.time.Instant getStart()Returns the value of the 'Start' attribute.- Returns:
- the value of the 'Start' attribute.
- See Also:
setStart(Instant)
,TracePackage.getOperationCall_Start()
- Generated:
- Model:
- dataType="kieker.model.analysismodel.Instant"
-
setStart
void setStart(java.time.Instant value)Sets the value of the 'Start
' attribute.- Parameters:
value
- the new value of the 'Start' attribute.- See Also:
getStart()
- Generated:
-
getDurRatioToParent
float getDurRatioToParent()Returns the value of the 'Dur Ratio To Parent' attribute.- Returns:
- the value of the 'Dur Ratio To Parent' attribute.
- See Also:
setDurRatioToParent(float)
,TracePackage.getOperationCall_DurRatioToParent()
- Generated:
- Model:
-
setDurRatioToParent
void setDurRatioToParent(float value)Sets the value of the 'Dur Ratio To Parent
' attribute.- Parameters:
value
- the new value of the 'Dur Ratio To Parent' attribute.- See Also:
getDurRatioToParent()
- Generated:
-
getDurRatioToRootParent
float getDurRatioToRootParent()Returns the value of the 'Dur Ratio To Root Parent' attribute.- Returns:
- the value of the 'Dur Ratio To Root Parent' attribute.
- See Also:
setDurRatioToRootParent(float)
,TracePackage.getOperationCall_DurRatioToRootParent()
- Generated:
- Model:
-
setDurRatioToRootParent
void setDurRatioToRootParent(float value)Sets the value of the 'Dur Ratio To Root Parent
' attribute.- Parameters:
value
- the new value of the 'Dur Ratio To Root Parent' attribute.- See Also:
getDurRatioToRootParent()
- Generated:
-
getStackDepth
int getStackDepth()Returns the value of the 'Stack Depth' attribute.- Returns:
- the value of the 'Stack Depth' attribute.
- See Also:
setStackDepth(int)
,TracePackage.getOperationCall_StackDepth()
- Generated:
- Model:
-
setStackDepth
void setStackDepth(int value)Sets the value of the 'Stack Depth
' attribute.- Parameters:
value
- the new value of the 'Stack Depth' attribute.- See Also:
getStackDepth()
- Generated:
-
getOrderIndex
int getOrderIndex()Returns the value of the 'Order Index' attribute.- Returns:
- the value of the 'Order Index' attribute.
- See Also:
setOrderIndex(int)
,TracePackage.getOperationCall_OrderIndex()
- Generated:
- Model:
-
setOrderIndex
void setOrderIndex(int value)Sets the value of the 'Order Index
' attribute.- Parameters:
value
- the new value of the 'Order Index' attribute.- See Also:
getOrderIndex()
- Generated:
-
isFailed
boolean isFailed()Returns the value of the 'Failed' attribute. The default value is"false"
.- Returns:
- the value of the 'Failed' attribute.
- See Also:
setFailed(boolean)
,TracePackage.getOperationCall_Failed()
- Generated:
- Model:
- default="false"
-
setFailed
void setFailed(boolean value)Sets the value of the 'Failed
' attribute.- Parameters:
value
- the new value of the 'Failed' attribute.- See Also:
isFailed()
- Generated:
-
getFailedCause
java.lang.String getFailedCause()Returns the value of the 'Failed Cause' attribute.- Returns:
- the value of the 'Failed Cause' attribute.
- See Also:
setFailedCause(String)
,TracePackage.getOperationCall_FailedCause()
- Generated:
- Model:
-
setFailedCause
void setFailedCause(java.lang.String value)Sets the value of the 'Failed Cause
' attribute.- Parameters:
value
- the new value of the 'Failed Cause' attribute.- See Also:
getFailedCause()
- Generated:
-