Package | Description |
---|---|
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.traceColoring |
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 |
---|---|
void |
DependencyGraphNode.addIncomingDependency(DependencyGraphNode<T> source,
boolean isAssumed,
TraceInformation origin,
IOriginRetentionPolicy originPolicy)
Adds an incoming dependency to this node.
|
void |
DependencyGraphNode.addIncomingDependency(DependencyGraphNode<T> source,
TraceInformation origin,
IOriginRetentionPolicy originPolicy)
Adds an incoming dependency to this node.
|
void |
DependencyGraphNode.addOutgoingDependency(DependencyGraphNode<T> destination,
boolean isAssumed,
TraceInformation origin,
IOriginRetentionPolicy originPolicy)
Adds an outgoing dependency to this node.
|
void |
DependencyGraphNode.addOutgoingDependency(DependencyGraphNode<T> destination,
TraceInformation origin,
IOriginRetentionPolicy originPolicy)
Adds an outgoing dependency to this node.
|
Constructor and Description |
---|
DependencyGraphNode(int id,
T entity,
TraceInformation origin,
IOriginRetentionPolicy originPolicy)
Creates a new instance of this class using the given parameters.
|
WeightedBidirectionalDependencyGraphEdge(DependencyGraphNode<T> source,
DependencyGraphNode<T> target,
TraceInformation origin,
IOriginRetentionPolicy originPolicy)
Creates a new instance of this class using the given parameters.
|
Modifier and Type | Class and Description |
---|---|
class |
TraceColoringFilter<V extends AbstractVertex<V,E,TraceInformation>,E extends AbstractEdge<V,E,TraceInformation>>
This filter sets the color of nodes and edges which belong to a single trace according to a trace
coloring schema defined in a color repository (see
TraceColorRepository ). |
class |
TraceColoringFilter<V extends AbstractVertex<V,E,TraceInformation>,E extends AbstractEdge<V,E,TraceInformation>>
This filter sets the color of nodes and edges which belong to a single trace according to a trace
coloring schema defined in a color repository (see
TraceColorRepository ). |
Modifier and Type | Method and Description |
---|---|
protected AbstractGraph<V,E,TraceInformation> |
TraceColoringFilter.performConcreteGraphProcessing(AbstractGraph<V,E,TraceInformation> graph)
This method encapsulates the concrete graph processing performed by the concrete filters.
|
Modifier and Type | Method and Description |
---|---|
protected AbstractGraph<V,E,TraceInformation> |
TraceColoringFilter.performConcreteGraphProcessing(AbstractGraph<V,E,TraceInformation> graph)
This method encapsulates the concrete graph processing performed by the concrete filters.
|
Modifier and Type | Method and Description |
---|---|
TraceInformation |
AbstractTrace.getTraceInformation()
Returns information about this trace.
|
Copyright 2020 Kieker Project, http://kieker-monitoring.net