Class TraceColoringFilter<V extends AbstractVertex<V,E,TraceInformation>,E extends AbstractEdge<V,E,TraceInformation>>
java.lang.Object
kieker.analysis.analysisComponent.AbstractAnalysisComponent
kieker.analysis.plugin.AbstractPlugin
kieker.analysis.plugin.filter.AbstractFilterPlugin
kieker.tools.trace.analysis.filter.visualization.AbstractGraphFilter<AbstractGraph<V,E,TraceInformation>,V,E,TraceInformation>
kieker.tools.trace.analysis.filter.visualization.traceColoring.TraceColoringFilter<V,E>
- Type Parameters:
V- The type of the graph's verticesE- The type of the graph's edges
- All Implemented Interfaces:
kieker.analysis.analysisComponent.IAnalysisComponent,kieker.analysis.plugin.filter.IFilterPlugin,kieker.analysis.plugin.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
-
Nested Class Summary
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCOLOR_REPOSITORY_PORT_NAMEDeprecated.Port name at which the color repository must be connected.Fields inherited from class kieker.tools.trace.analysis.filter.visualization.AbstractGraphFilter
INPUT_PORT_NAME_GRAPHFields inherited from class kieker.analysis.analysisComponent.AbstractAnalysisComponent
CONFIG_NAME, logger, projectContext, recordsTimeUnitFromProjectContextFields inherited from interface kieker.tools.trace.analysis.filter.IGraphOutputtingFilter
OUTPUT_PORT_NAME_GRAPH -
Constructor Summary
Constructors Constructor Description TraceColoringFilter(kieker.common.configuration.Configuration configuration, kieker.analysis.IProjectContext projectContext)Deprecated.Creates a new filter using the given configuration. -
Method Summary
Modifier and Type Method Description protected IOriginRetentionPolicygetDesiredOriginRetentionPolicy()Deprecated.protected AbstractGraph<V,E,TraceInformation>performConcreteGraphProcessing(AbstractGraph<V,E,TraceInformation> graph)Deprecated.This method encapsulates the concrete graph processing performed by the concrete filters.voidvisitEdge(E edge)Deprecated.Call-back operation that is invoked when an edge is encountered during graph traversal.voidvisitVertex(V vertex)Deprecated.Call-back operation that is invoked when a vertex is encountered during graph traversal.Methods inherited from class kieker.tools.trace.analysis.filter.visualization.AbstractGraphFilter
getCurrentConfiguration, getGraphInputPortName, getGraphOutputPortName, init, notifyNewIncomingConnection, processGraphMethods inherited from class kieker.analysis.plugin.AbstractPlugin
areAllRepositoryPortsConnected, connect, connect, deliver, getAllDisplayNames, getAllInputPortNames, getAllOutputPortNames, getAllRepositoryPortNames, getConnectedPlugins, getCurrentRepositories, getDefaultConfiguration, getIncomingPlugins, getPluginDescription, getPluginName, getRepository, getState, isConnectionAllowed, notifyNewOutgoingConnection, shutdown, start
-
Field Details
-
COLOR_REPOSITORY_PORT_NAME
public static final java.lang.String COLOR_REPOSITORY_PORT_NAMEDeprecated.Port name at which the color repository must be connected.- See Also:
- Constant Field Values
-
-
Constructor Details
-
TraceColoringFilter
public TraceColoringFilter(kieker.common.configuration.Configuration configuration, kieker.analysis.IProjectContext projectContext)Deprecated.Creates a new filter using the given configuration.- Parameters:
configuration- The configuration to use for this filter.projectContext- The project context to use for this filter.
-
-
Method Details
-
visitVertex
Deprecated.Call-back operation that is invoked when a vertex is encountered during graph traversal.- Specified by:
visitVertexin interfaceAbstractGraph.IGraphVisitor<V extends AbstractVertex<V,E,TraceInformation>,E extends AbstractEdge<V,E,TraceInformation>>- Parameters:
vertex- The encountered vertex
-
visitEdge
Deprecated.Call-back operation that is invoked when an edge is encountered during graph traversal.- Specified by:
visitEdgein interfaceAbstractGraph.IGraphVisitor<V extends AbstractVertex<V,E,TraceInformation>,E extends AbstractEdge<V,E,TraceInformation>>- Parameters:
edge- The encountered edge
-
performConcreteGraphProcessing
protected AbstractGraph<V,E,TraceInformation> performConcreteGraphProcessing(AbstractGraph<V,E,TraceInformation> graph)Deprecated.This method encapsulates the concrete graph processing performed by the concrete filters.- Specified by:
performConcreteGraphProcessingin classAbstractGraphFilter<AbstractGraph<V extends AbstractVertex<V,E,TraceInformation>,E extends AbstractEdge<V,E,TraceInformation>,TraceInformation>,V extends AbstractVertex<V,E,TraceInformation>,E extends AbstractEdge<V,E,TraceInformation>,TraceInformation>- Parameters:
graph- The graph to process- Returns:
- The processed graph, which may be the same as the input graph
-
getDesiredOriginRetentionPolicy
protected IOriginRetentionPolicy getDesiredOriginRetentionPolicy() throws kieker.analysis.exception.AnalysisConfigurationExceptionDeprecated.- Specified by:
getDesiredOriginRetentionPolicyin classAbstractGraphFilter<AbstractGraph<V extends AbstractVertex<V,E,TraceInformation>,E extends AbstractEdge<V,E,TraceInformation>,TraceInformation>,V extends AbstractVertex<V,E,TraceInformation>,E extends AbstractEdge<V,E,TraceInformation>,TraceInformation>- Throws:
kieker.analysis.exception.AnalysisConfigurationException
-