Class DescriptionDecoratorFilter<V extends AbstractPayloadedVertex<V,​E,​O,​kieker.model.system.model.ISystemModelElement>,​E extends AbstractEdge<V,​E,​O>,​O>

java.lang.Object
teetime.framework.AbstractStage
teetime.framework.AbstractConsumerStage<G>
kieker.visualization.trace.AbstractGraphFilter<AbstractGraph<V,​E,​O>,​V,​E,​O>
kieker.visualization.trace.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:
AbstractGraph.IGraphVisitor<V,​E>

public class DescriptionDecoratorFilter<V extends AbstractPayloadedVertex<V,​E,​O,​kieker.model.system.model.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
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static java.lang.String DESCRIPTION_REPOSITORY_PORT_NAME
    Port name at which the description repository must be connected.

    Fields inherited from class teetime.framework.AbstractConsumerStage

    inputPort

    Fields inherited from class teetime.framework.AbstractStage

    logger
  • Constructor Summary

    Constructors 
    Constructor Description
    DescriptionDecoratorFilter​(DescriptionRepository repository)
    Creates a new description decorator filter using the given configuration.
  • Method Summary

    Modifier and Type Method Description
    protected IOriginRetentionPolicy getDesiredOriginRetentionPolicy()  
    protected AbstractGraph<V,​E,​O> performConcreteGraphProcessing​(AbstractGraph<V,​E,​O> graph)
    This method encapsulates the concrete graph processing performed by the concrete filters.
    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.visualization.trace.AbstractGraphFilter

    execute, getOutputPort

    Methods inherited from class teetime.framework.AbstractConsumerStage

    createInputPort, execute, getInputPort

    Methods inherited from class teetime.framework.AbstractStage

    abort, addInputPortRemovedListener, addOutputPortRemovedListener, compareAndSetBeingExecuted, createInputPort, createInputPort, createInputPort, createOutputPort, createOutputPort, createOutputPort, createOutputPort, declareActive, declarePassive, executeByFramework, getCurrentState, getId, getInputPorts, getOutputPorts, getOwningThread, getTerminationStrategy, isActive, isBeingExecuted, isPaused, isProducer, isStateless, onSignal, onStarting, onTerminating, onValidating, removeDynamicPort, removeDynamicPort, setPaused, setStateless, shouldBeTerminated, signalAlreadyReceived, terminateStage, toString, workCompleted

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait