Class TraceColoringFilter<V extends AbstractVertex<V,​E,​TraceInformation>,​E extends AbstractEdge<V,​E,​TraceInformation>>

Type Parameters:
V - The type of the graph's vertices
E - The type of the graph's edges
All Implemented Interfaces:
IAnalysisComponent, IFilterPlugin, IPlugin, IGraphOutputtingFilter<AbstractGraph<V,​E,​TraceInformation>>, AbstractGraph.IGraphVisitor<V,​E>

@Deprecated
public class TraceColoringFilter<V extends AbstractVertex<V,​E,​TraceInformation>,​E extends AbstractEdge<V,​E,​TraceInformation>>
extends AbstractGraphFilter<AbstractGraph<V,​E,​TraceInformation>,​V,​E,​TraceInformation>
implements AbstractGraph.IGraphVisitor<V,​E>
Deprecated.
1.15 ported to teetime
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). Element that belong to multiple traces get the collision color defined in the repository.
Since:
1.6
Author:
Holger Knoche