Class TopLevelFlattener<N extends INode,​E extends IEdge>

java.lang.Object
kieker.analysis.generic.graph.flattening.TopLevelFlattener<N,​E>
Type Parameters:
N - node type
E - edge type
All Implemented Interfaces:
IGraphFlattener<N,​E>, IEdgeVisitor<E>, INodeVisitor<N>

public class TopLevelFlattener<N extends INode,​E extends IEdge>
extends java.lang.Object
implements IGraphFlattener<N,​E>, INodeVisitor<N>, IEdgeVisitor<E>
Since:
1.14
Author:
Sören Henning
  • Constructor Summary

    Constructors 
    Constructor Description
    TopLevelFlattener()  
  • Method Summary

    Modifier and Type Method Description
    void flatten​(com.google.common.graph.MutableNetwork<N,​E> graph)  
    void visitEdge​(IEdge edge)  
    void visitNode​(INode node)
    Visitor for nodes.

    Methods inherited from class java.lang.Object

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