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
  • Field Summary

    Fields inherited from class teetime.framework.CompositeStage

    DEFAULT_PIPE_CAPACITY
  • 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

    Methods inherited from class teetime.framework.CompositeStage

    connectPorts, connectPorts, createInputPort, createOutputPort

    Methods inherited from class java.lang.Object

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