Class GraphMLFileWriterStage<N extends INode,E extends IEdge>

java.lang.Object
teetime.framework.CompositeStage
kieker.analysis.generic.sink.graph.graphml.GraphMLWriterStage<N,E>
kieker.analysis.generic.sink.graph.graphml.GraphMLFileWriterStage<N,E>
Type Parameters:
N - node type
E - edge type

public class GraphMLFileWriterStage<N extends INode,E extends IEdge> extends GraphMLWriterStage<N,E>
Since:
1.14
Author:
Sören Henning
  • Constructor Details

    • GraphMLFileWriterStage

      public GraphMLFileWriterStage(Function<IGraph<N,E>,Path> fileNameMapper)
    • GraphMLFileWriterStage

      public GraphMLFileWriterStage(Path outputDirectory)