public interface OperationCall
extends org.eclipse.emf.ecore.EObject
The following features are supported:
TracePackage.getOperationCall()
Modifier and Type | Method and 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. |
DeployedOperation getOperation()
If the meaning of the 'Operation' reference isn't clear, there really should be more of a description here...
setOperation(DeployedOperation)
,
TracePackage.getOperationCall_Operation()
void setOperation(DeployedOperation value)
Operation
' reference.
value
- the new value of the 'Operation' reference.getOperation()
OperationCall getParent()
Children
'.
If the meaning of the 'Parent' reference isn't clear, there really should be more of a description here...
setParent(OperationCall)
,
TracePackage.getOperationCall_Parent()
,
getChildren()
void setParent(OperationCall value)
Parent
' reference.
value
- the new value of the 'Parent' reference.getParent()
org.eclipse.emf.common.util.EList<OperationCall> getChildren()
OperationCall
.
It is bidirectional and its opposite is 'Parent
'.
If the meaning of the 'Children' reference list isn't clear, there really should be more of a description here...
TracePackage.getOperationCall_Children()
,
getParent()
java.time.Duration getDuration()
If the meaning of the 'Duration' attribute isn't clear, there really should be more of a description here...
setDuration(Duration)
,
TracePackage.getOperationCall_Duration()
void setDuration(java.time.Duration value)
Duration
' attribute.
value
- the new value of the 'Duration' attribute.getDuration()
java.time.Instant getStart()
If the meaning of the 'Start' attribute isn't clear, there really should be more of a description here...
setStart(Instant)
,
TracePackage.getOperationCall_Start()
void setStart(java.time.Instant value)
Start
' attribute.
value
- the new value of the 'Start' attribute.getStart()
float getDurRatioToParent()
If the meaning of the 'Dur Ratio To Parent' attribute isn't clear, there really should be more of a description here...
setDurRatioToParent(float)
,
TracePackage.getOperationCall_DurRatioToParent()
void setDurRatioToParent(float value)
Dur Ratio To Parent
' attribute.
value
- the new value of the 'Dur Ratio To Parent' attribute.getDurRatioToParent()
float getDurRatioToRootParent()
If the meaning of the 'Dur Ratio To Root Parent' attribute isn't clear, there really should be more of a description here...
setDurRatioToRootParent(float)
,
TracePackage.getOperationCall_DurRatioToRootParent()
void setDurRatioToRootParent(float value)
Dur Ratio To Root Parent
' attribute.
value
- the new value of the 'Dur Ratio To Root Parent' attribute.getDurRatioToRootParent()
int getStackDepth()
If the meaning of the 'Stack Depth' attribute isn't clear, there really should be more of a description here...
setStackDepth(int)
,
TracePackage.getOperationCall_StackDepth()
void setStackDepth(int value)
Stack Depth
' attribute.
value
- the new value of the 'Stack Depth' attribute.getStackDepth()
int getOrderIndex()
If the meaning of the 'Order Index' attribute isn't clear, there really should be more of a description here...
setOrderIndex(int)
,
TracePackage.getOperationCall_OrderIndex()
void setOrderIndex(int value)
Order Index
' attribute.
value
- the new value of the 'Order Index' attribute.getOrderIndex()
boolean isFailed()
"false"
.
If the meaning of the 'Failed' attribute isn't clear, there really should be more of a description here...
setFailed(boolean)
,
TracePackage.getOperationCall_Failed()
void setFailed(boolean value)
Failed
' attribute.
value
- the new value of the 'Failed' attribute.isFailed()
java.lang.String getFailedCause()
If the meaning of the 'Failed Cause' attribute isn't clear, there really should be more of a description here...
setFailedCause(String)
,
TracePackage.getOperationCall_FailedCause()
void setFailedCause(java.lang.String value)
Failed Cause
' attribute.
value
- the new value of the 'Failed Cause' attribute.getFailedCause()
Copyright 2020 Kieker Project, http://kieker-monitoring.net