Kieker 1.7

kieker.tools.traceAnalysis.filter.visualization.descriptions
Class DescriptionDecoratorFilter<V extends AbstractPayloadedVertex<V,E,O,ISystemModelElement>,E extends AbstractEdge<V,E,O>,O>

java.lang.Object
  extended by kieker.analysis.analysisComponent.AbstractAnalysisComponent
      extended by kieker.analysis.plugin.AbstractPlugin
          extended by kieker.analysis.plugin.filter.AbstractFilterPlugin
              extended by kieker.tools.traceAnalysis.filter.visualization.AbstractGraphFilter<AbstractGraph<V,E,O>,V,E,O>
                  extended by kieker.tools.traceAnalysis.filter.visualization.descriptions.DescriptionDecoratorFilter<V,E,O>
Type Parameters:
V - The type of the graph's vertices
E - The type of the graph's edges
O - The type of the origin of the graph's elements
All Implemented Interfaces:
IAnalysisComponent, IFilterPlugin, IPlugin, IGraphOutputtingFilter<AbstractGraph<V,E,O>>, AbstractGraph.IGraphVisitor<V,E>

public class DescriptionDecoratorFilter<V extends AbstractPayloadedVertex<V,E,O,ISystemModelElement>,E extends AbstractEdge<V,E,O>,O>
extends AbstractGraphFilter<AbstractGraph<V,E,O>,V,E,O>
implements AbstractGraph.IGraphVisitor<V,E>

A filter which attaches decorations from a repository to graph entities.

Since:
1.6
Author:
Holger Knoche

Nested Class Summary
 
Nested classes/interfaces inherited from interface kieker.analysis.plugin.IPlugin
IPlugin.PluginInputPortReference, IPlugin.STATE
 
Field Summary
static String DESCRIPTION_REPOSITORY_PORT_NAME
          Port name at which the description repository must be connected.
 
Fields inherited from class kieker.tools.traceAnalysis.filter.visualization.AbstractGraphFilter
INPUT_PORT_NAME_GRAPH
 
Fields inherited from class kieker.analysis.analysisComponent.AbstractAnalysisComponent
CONFIG_NAME
 
Fields inherited from interface kieker.tools.traceAnalysis.filter.IGraphOutputtingFilter
OUTPUT_PORT_NAME_GRAPH
 
Constructor Summary
DescriptionDecoratorFilter(Configuration configuration)
          Deprecated. To be removed in Kieker 1.8.
DescriptionDecoratorFilter(Configuration configuration, IProjectContext projectContext)
          Creates a new description decorator filter using the given configuration.
 
Method Summary
 void visitEdge(E edge)
          Call-back operation that is invoked when an edge is encountered during graph traversal.
 void visitVertex(V vertex)
          Call-back operation that is invoked when a vertex is encountered during graph traversal.
 
Methods inherited from class kieker.tools.traceAnalysis.filter.visualization.AbstractGraphFilter
getCurrentConfiguration, getGraphInputPortName, getGraphOutputPortName, init, processGraph
 
Methods inherited from class kieker.analysis.plugin.filter.AbstractFilterPlugin
terminate
 
Methods inherited from class kieker.analysis.plugin.AbstractPlugin
areAllRepositoryPortsConnected, connect, connect, getAllDisplayNames, getAllInputPortNames, getAllOutputPortNames, getAllRepositoryPortNames, getConnectedPlugins, getCurrentRepositories, getIncomingPlugins, getPluginDescription, getPluginName, getState, isConnectionAllowed, shutdown, start
 
Methods inherited from class kieker.analysis.analysisComponent.AbstractAnalysisComponent
getName, setProjectContext
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface kieker.analysis.plugin.IPlugin
connect, getAllDisplayNames, getAllInputPortNames, getAllOutputPortNames, getAllRepositoryPortNames, getConnectedPlugins, getCurrentRepositories, getName, getPluginDescription, getPluginName, getState
 

Field Detail

DESCRIPTION_REPOSITORY_PORT_NAME

public static final String DESCRIPTION_REPOSITORY_PORT_NAME
Port name at which the description repository must be connected.

See Also:
Constant Field Values
Constructor Detail

DescriptionDecoratorFilter

public DescriptionDecoratorFilter(Configuration configuration,
                                  IProjectContext projectContext)
Creates a new description decorator filter using the given configuration.

Parameters:
configuration - The configuration to use for this filter.
projectContext - The project context to use for this filter.

DescriptionDecoratorFilter

@Deprecated
public DescriptionDecoratorFilter(Configuration configuration)
Deprecated. To be removed in Kieker 1.8.

Creates a new description decorator filter using the given configuration.

Parameters:
configuration - The configuration to use
Method Detail

visitVertex

public void visitVertex(V vertex)
Description copied from interface: AbstractGraph.IGraphVisitor
Call-back operation that is invoked when a vertex is encountered during graph traversal.

Specified by:
visitVertex in interface AbstractGraph.IGraphVisitor<V extends AbstractPayloadedVertex<V,E,O,ISystemModelElement>,E extends AbstractEdge<V,E,O>>
Parameters:
vertex - The encountered vertex

visitEdge

public void visitEdge(E edge)
Description copied from interface: AbstractGraph.IGraphVisitor
Call-back operation that is invoked when an edge is encountered during graph traversal.

Specified by:
visitEdge in interface AbstractGraph.IGraphVisitor<V extends AbstractPayloadedVertex<V,E,O,ISystemModelElement>,E extends AbstractEdge<V,E,O>>
Parameters:
edge - The encountered edge

Kieker 1.7

Copyright 2013 Kieker Project, http://kieker-monitoring.net