Class DescriptionDecoratorFilter<V extends AbstractPayloadedVertex<V,​E,​O,​ISystemModelElement>,​E extends AbstractEdge<V,​E,​O>,​O>

java.lang.Object
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>

@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
Author:
Holger Knoche