Package | Description |
---|---|
kieker.tools.trace.analysis.filter |
Copyright 2020 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
kieker.tools.trace.analysis.filter.traceWriter |
Copyright 2020 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
kieker.tools.trace.analysis.filter.visualization.callTree |
Copyright 2020 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
kieker.tools.trace.analysis.filter.visualization.dependencyGraph |
Copyright 2020 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
kieker.tools.trace.analysis.filter.visualization.sequenceDiagram |
Copyright 2020 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
kieker.tools.trace.analysis.systemModel |
Copyright 2020 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
AbstractMessageTraceProcessingFilter.inputMessageTraces(MessageTrace mt)
This is the (abstract) input port for the incoming message traces.
|
Modifier and Type | Method and Description |
---|---|
void |
MessageTraceWriterFilter.inputMessageTraces(MessageTrace mt)
This is the (abstract) input port for the incoming message traces.
|
Modifier and Type | Method and Description |
---|---|
protected static <T> void |
AbstractCallTreeFilter.addTraceToTree(AbstractCallTreeNode<T> root,
MessageTrace trace,
AbstractCallTreeFilter.IPairFactory<T> pairFactory,
boolean aggregated)
Adds the given trace to the given tree.
|
void |
AbstractAggregatedCallTreeFilter.inputMessageTraces(MessageTrace trace) |
void |
TraceCallTreeFilter.inputMessageTraces(MessageTrace mt) |
AbstractCallTreeNode<AllocationComponentOperationPair> |
TraceCallTreeNode.newCall(AllocationComponentOperationPair destination,
MessageTrace origin,
IOriginRetentionPolicy originPolicy) |
abstract AbstractCallTreeNode<T> |
AbstractCallTreeNode.newCall(T destination,
MessageTrace origin,
IOriginRetentionPolicy originPolicy) |
static <T> void |
AbstractCallTreeFilter.writeDotForMessageTrace(AbstractCallTreeNode<T> root,
AbstractCallTreeFilter.IPairFactory<T> pairFactory,
MessageTrace msgTrace,
java.lang.String outputFilename,
boolean includeWeights,
boolean shortLabels)
Write dot info for message trace.
|
Constructor and Description |
---|
AbstractAggregatedCallTreeNode(int id,
T entity,
boolean rootNode,
MessageTrace origin,
IOriginRetentionPolicy originPolicy)
This constructor uses the given parameters to initialize the fields of this class.
|
AbstractCallTreeNode(int id,
T entity,
boolean rootNode,
MessageTrace origin,
IOriginRetentionPolicy originPolicy)
This constructor uses the given parameters to initialize the fields of this class.
|
TraceCallTreeNode(int id,
AllocationComponentOperationPair entity,
boolean rootNode,
MessageTrace origin,
IOriginRetentionPolicy originPolicy)
Creates a new instance of this class using the given parameters.
|
WeightedDirectedCallTreeEdge(AbstractCallTreeNode<T> source,
AbstractCallTreeNode<T> target,
MessageTrace origin,
IOriginRetentionPolicy originPolicy)
Creates a new instance of this class using the given parameters.
|
Modifier and Type | Method and Description |
---|---|
void |
OperationDependencyGraphAllocationFilter.inputMessageTraces(MessageTrace t)
This is the (abstract) input port for the incoming message traces.
|
void |
ComponentDependencyGraphAssemblyFilter.inputMessageTraces(MessageTrace t)
This is the (abstract) input port for the incoming message traces.
|
void |
ComponentDependencyGraphAllocationFilter.inputMessageTraces(MessageTrace t)
This is the (abstract) input port for the incoming message traces.
|
void |
OperationDependencyGraphAssemblyFilter.inputMessageTraces(MessageTrace t)
This is the (abstract) input port for the incoming message traces.
|
void |
ContainerDependencyGraphFilter.inputMessageTraces(MessageTrace t)
This is the (abstract) input port for the incoming message traces.
|
Modifier and Type | Method and Description |
---|---|
void |
SequenceDiagramFilter.inputMessageTraces(MessageTrace mt) |
static void |
SequenceDiagramFilter.writePicForMessageTrace(MessageTrace msgTrace,
SequenceDiagramFilter.SDModes sdMode,
java.lang.String outputFilename,
boolean shortLabels)
This method writes the pic code for the given message trace into the given file.
|
Modifier and Type | Method and Description |
---|---|
MessageTrace |
ExecutionTrace.toMessageTrace(Execution rootExecution)
Returns the message trace representation for this trace.
The transformation to a message trace is only computed during the first execution of this method. |
Modifier and Type | Method and Description |
---|---|
protected java.util.Comparator<? super MessageTrace> |
MessageTraceBasedSession.getOrderComparator() |
Copyright 2020 Kieker Project, http://kieker-monitoring.net