|
Kieker 1.9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of MessageTrace in kieker.tools.traceAnalysis.filter |
---|
Methods in kieker.tools.traceAnalysis.filter with parameters of type MessageTrace | |
---|---|
abstract void |
AbstractMessageTraceProcessingFilter.inputMessageTraces(MessageTrace mt)
This is the (abstract) input port for the incoming message traces. |
Uses of MessageTrace in kieker.tools.traceAnalysis.filter.traceWriter |
---|
Methods in kieker.tools.traceAnalysis.filter.traceWriter with parameters of type MessageTrace | |
---|---|
void |
MessageTraceWriterFilter.inputMessageTraces(MessageTrace mt)
This is the (abstract) input port for the incoming message traces. |
Uses of MessageTrace in kieker.tools.traceAnalysis.filter.visualization.callTree |
---|
Methods in kieker.tools.traceAnalysis.filter.visualization.callTree with parameters of type MessageTrace | ||
---|---|---|
void |
TraceCallTreeFilter.inputMessageTraces(MessageTrace mt)
|
|
void |
AbstractAggregatedCallTreeFilter.inputMessageTraces(MessageTrace t)
|
|
AbstractCallTreeNode<AllocationComponentOperationPair> |
TraceCallTreeNode.newCall(AllocationComponentOperationPair destination,
MessageTrace origin,
IOriginRetentionPolicy originPolicy)
|
|
abstract AbstractCallTreeNode<T> |
AbstractCallTreeNode.newCall(T destination,
MessageTrace origin,
IOriginRetentionPolicy originPolicy)
|
|
static
|
AbstractCallTreeFilter.writeDotForMessageTrace(AbstractCallTreeNode<T> root,
AbstractCallTreeFilter.IPairFactory<T> pairFactory,
MessageTrace msgTrace,
String outputFilename,
boolean includeWeights,
boolean shortLabels)
|
Constructors in kieker.tools.traceAnalysis.filter.visualization.callTree with parameters of type MessageTrace | |
---|---|
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. |
Uses of MessageTrace in kieker.tools.traceAnalysis.filter.visualization.dependencyGraph |
---|
Methods in kieker.tools.traceAnalysis.filter.visualization.dependencyGraph with parameters of type MessageTrace | |
---|---|
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 |
ContainerDependencyGraphFilter.inputMessageTraces(MessageTrace t)
This is the (abstract) input port for the incoming message traces. |
void |
OperationDependencyGraphAllocationFilter.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. |
Uses of MessageTrace in kieker.tools.traceAnalysis.filter.visualization.sequenceDiagram |
---|
Methods in kieker.tools.traceAnalysis.filter.visualization.sequenceDiagram with parameters of type MessageTrace | |
---|---|
void |
SequenceDiagramFilter.inputMessageTraces(MessageTrace mt)
|
static void |
SequenceDiagramFilter.writePicForMessageTrace(MessageTrace msgTrace,
SequenceDiagramFilter.SDModes sdMode,
String outputFilename,
boolean shortLabels)
This method writes the pic code for the given message trace into the given file. |
Uses of MessageTrace in kieker.tools.traceAnalysis.systemModel |
---|
Methods in kieker.tools.traceAnalysis.systemModel that return MessageTrace | |
---|---|
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. |
|
Kieker 1.9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |