Class DescriptionDecoratorFilter<V extends AbstractPayloadedVertex<V,E,O,ISystemModelElement>,E extends AbstractEdge<V,E,O>,O>
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,O>,V,E,O>
kieker.tools.trace.analysis.filter.visualization.descriptions.DescriptionDecoratorFilter<V,E,O>
- Type Parameters:
V- The type of the graph's verticesE- The type of the graph's edgesO- The type of the origin of the graph's elements
- All Implemented Interfaces:
kieker.analysis.analysisComponent.IAnalysisComponent,kieker.analysis.plugin.filter.IFilterPlugin,kieker.analysis.plugin.IPlugin,IGraphOutputtingFilter<AbstractGraph<V,E,O>>,AbstractGraph.IGraphVisitor<V,E>
@Deprecated 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>
Deprecated.
1.15 ported to teetime
A filter which attaches decorations from a repository to graph entities.
- Since:
- 1.6
-
Nested Class Summary
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringDESCRIPTION_REPOSITORY_PORT_NAMEDeprecated.Port name at which the description 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 DescriptionDecoratorFilter(kieker.common.configuration.Configuration configuration, kieker.analysis.IProjectContext projectContext)Deprecated.Creates a new description decorator filter using the given configuration. -
Method Summary
Modifier and Type Method Description protected IOriginRetentionPolicygetDesiredOriginRetentionPolicy()Deprecated.protected AbstractGraph<V,E,O>performConcreteGraphProcessing(AbstractGraph<V,E,O> 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
-
DESCRIPTION_REPOSITORY_PORT_NAME
public static final java.lang.String DESCRIPTION_REPOSITORY_PORT_NAMEDeprecated.Port name at which the description repository must be connected.- See Also:
- Constant Field Values
-
-
Constructor Details
-
DescriptionDecoratorFilter
public DescriptionDecoratorFilter(kieker.common.configuration.Configuration configuration, kieker.analysis.IProjectContext projectContext)Deprecated.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.
-
-
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 AbstractPayloadedVertex<V,E,O,ISystemModelElement>,E extends AbstractEdge<V,E,O>>- 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 AbstractPayloadedVertex<V,E,O,ISystemModelElement>,E extends AbstractEdge<V,E,O>>- Parameters:
edge- The encountered edge
-
performConcreteGraphProcessing
Deprecated.Description copied from class:AbstractGraphFilterThis method encapsulates the concrete graph processing performed by the concrete filters.- Specified by:
performConcreteGraphProcessingin classAbstractGraphFilter<AbstractGraph<V extends AbstractPayloadedVertex<V,E,O,ISystemModelElement>,E extends AbstractEdge<V,E,O>,O>,V extends AbstractPayloadedVertex<V,E,O,ISystemModelElement>,E extends AbstractEdge<V,E,O>,O>- Parameters:
graph- The graph to process- Returns:
- The processed graph, which may be the same as the input graph
-
getDesiredOriginRetentionPolicy
Deprecated.- Specified by:
getDesiredOriginRetentionPolicyin classAbstractGraphFilter<AbstractGraph<V extends AbstractPayloadedVertex<V,E,O,ISystemModelElement>,E extends AbstractEdge<V,E,O>,O>,V extends AbstractPayloadedVertex<V,E,O,ISystemModelElement>,E extends AbstractEdge<V,E,O>,O>
-