Modifier and Type | Field and Description |
---|---|
static java.util.function.Function<OperationCall,java.lang.Object> |
ModelObjectFromOperationCallAccessors.ASSEMBLY_COMPONENT |
static java.util.function.Function<OperationCall,java.lang.Object> |
ModelObjectFromOperationCallAccessors.ASSEMBLY_OPERATION |
static java.util.function.Function<OperationCall,java.lang.Object> |
ModelObjectFromOperationCallAccessors.COMPONENT_TYPE |
static java.util.function.Function<OperationCall,java.lang.Object> |
ModelObjectFromOperationCallAccessors.DEPLOYED_COMPONENT |
static java.util.function.Function<OperationCall,java.lang.Object> |
ModelObjectFromOperationCallAccessors.DEPLOYED_OPERATION |
static java.util.function.Function<OperationCall,java.lang.Object> |
ModelObjectFromOperationCallAccessors.DEPLOYMENT_CONTEXT |
static java.util.function.Function<OperationCall,java.lang.Object> |
ModelObjectFromOperationCallAccessors.OPERATION_TYPE |
Modifier and Type | Method and Description |
---|---|
static java.util.function.Function<OperationCall,java.lang.Object> |
ModelObjectFromOperationCallAccessors.createForAggregatedInvocation(ExecutionModel executionModel) |
Modifier and Type | Method and Description |
---|---|
void |
ExecutionModelAssembler.addOperationCall(OperationCall operationCall) |
protected void |
ExecutionModelAssemblerStage.execute(OperationCall operationCall) |
Modifier and Type | Method and Description |
---|---|
OperationCall |
TraceFactory.createOperationCall()
Returns a new object of class 'Operation Call'.
|
OperationCall |
OperationCall.getParent()
Returns the value of the 'Parent' reference.
|
OperationCall |
Trace.getRootOperationCall()
Returns the value of the 'Root Operation Call' containment reference.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<OperationCall> |
OperationCall.getChildren()
Returns the value of the 'Children' reference list.
|
Modifier and Type | Method and Description |
---|---|
void |
OperationCall.setParent(OperationCall value)
Sets the value of the '
Parent ' reference. |
void |
Trace.setRootOperationCall(OperationCall value)
Sets the value of the '
Root Operation Call ' containment reference. |
Modifier and Type | Class and Description |
---|---|
class |
OperationCallImpl
An implementation of the model object 'Operation Call'.
|
Modifier and Type | Field and Description |
---|---|
protected OperationCall |
OperationCallImpl.parent
The cached value of the '
Parent ' reference. |
protected OperationCall |
TraceImpl.rootOperationCall
The cached value of the '
Root Operation Call ' containment reference. |
Modifier and Type | Field and Description |
---|---|
protected org.eclipse.emf.common.util.EList<OperationCall> |
OperationCallImpl.children
The cached value of the '
Children ' reference list. |
Modifier and Type | Method and Description |
---|---|
OperationCall |
OperationCallImpl.basicGetParent() |
OperationCall |
TraceFactoryImpl.createOperationCall() |
OperationCall |
OperationCallImpl.getParent() |
OperationCall |
TraceImpl.getRootOperationCall() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<OperationCall> |
OperationCallImpl.getChildren() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
OperationCallImpl.basicSetParent(OperationCall newParent,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
TraceImpl.basicSetRootOperationCall(OperationCall newRootOperationCall,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
OperationCallImpl.setParent(OperationCall newParent) |
void |
TraceImpl.setRootOperationCall(OperationCall newRootOperationCall) |
Modifier and Type | Method and Description |
---|---|
T |
TraceSwitch.caseOperationCall(OperationCall object)
Returns the result of interpreting the object as an instance of 'Operation Call'.
|
Constructor and Description |
---|
FullReponseTimeStatisticsStage(StatisticsModel statisticsModel,
java.util.function.Function<OperationCall,java.lang.Object> objectAccesor) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
OperationCallEquivalence.doEquivalent(OperationCall operationCallA,
OperationCall operationCallB) |
protected int |
OperationCallEquivalence.doHash(OperationCall operationCall) |
Constructor and Description |
---|
TraceEquivalence(com.google.common.base.Equivalence<OperationCall> operationCallEquivalence) |
Modifier and Type | Method and Description |
---|---|
void |
GraphTransformerVisitor.visit(OperationCall operationCall) |
Modifier and Type | Method and Description |
---|---|
void |
DurRatioToParentCalculator.visit(OperationCall operationCall) |
void |
DurRatioToRootParentCalculator.visit(OperationCall operationCall) |
Constructor and Description |
---|
DurRatioToRootParentCalculator(OperationCall rootOperationCall) |
Modifier and Type | Method and Description |
---|---|
void |
IOperationCallVisitor.visit(OperationCall operationCall) |
Copyright 2020 Kieker Project, http://kieker-monitoring.net