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.DurationgetDuration()Returns the value of the 'Duration' attribute.floatgetDurRatioToParent()Returns the value of the 'Dur Ratio To Parent' attribute.floatgetDurRatioToRootParent()Returns the value of the 'Dur Ratio To Root Parent' attribute.java.lang.StringgetFailedCause()Returns the value of the 'Failed Cause' attribute.DeployedOperationgetOperation()Returns the value of the 'Operation' reference.intgetOrderIndex()Returns the value of the 'Order Index' attribute.OperationCallgetParent()Returns the value of the 'Parent' reference.intgetStackDepth()Returns the value of the 'Stack Depth' attribute.java.time.InstantgetStart()Returns the value of the 'Start' attribute.booleanisFailed()Returns the value of the 'Failed' attribute.voidsetDuration(java.time.Duration value)Sets the value of the 'Duration' attribute.voidsetDurRatioToParent(float value)Sets the value of the 'Dur Ratio To Parent' attribute.voidsetDurRatioToRootParent(float value)Sets the value of the 'Dur Ratio To Root Parent' attribute.voidsetFailed(boolean value)Sets the value of the 'Failed' attribute.voidsetFailedCause(java.lang.String value)Sets the value of the 'Failed Cause' attribute.voidsetOperation(DeployedOperation value)Sets the value of the 'Operation' reference.voidsetOrderIndex(int value)Sets the value of the 'Order Index' attribute.voidsetParent(OperationCall value)Sets the value of the 'Parent' reference.voidsetStackDepth(int value)Sets the value of the 'Stack Depth' attribute.voidsetStart(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:
-