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 typeE
- edge type
public class GraphMLFileWriterStage<N extends INode,E extends IEdge> extends GraphMLWriterStage<N,E>
- Since:
- 1.14
- Author:
- Sören Henning
-
Field Summary
-
Constructor Summary
Constructors Constructor Description GraphMLFileWriterStage(java.nio.file.Path outputDirectory)
GraphMLFileWriterStage(java.util.function.Function<IGraph<N,E>,java.nio.file.Path> fileNameMapper)
-
Method Summary
Methods inherited from class kieker.analysis.generic.sink.graph.graphml.GraphMLWriterStage
getInputPort
-
Constructor Details
-
GraphMLFileWriterStage
-
GraphMLFileWriterStage
public GraphMLFileWriterStage(java.nio.file.Path outputDirectory)
-