java.lang.Object
teetime.framework.CompositeStage
kieker.analysis.generic.sink.graph.graphml.GraphMLWriterStage<N,E>
- Type Parameters:
N
- node typeE
- edge type
- Direct Known Subclasses:
GraphMLFileWriterStage
public class GraphMLWriterStage<N extends INode,E extends IEdge>
extends teetime.framework.CompositeStage
- Since:
- 1.14
- Author:
- Sören Henning
-
Field Summary
-
Constructor Summary
Constructors Constructor Description GraphMLWriterStage(java.util.function.Function<IGraph<N,E>,java.io.OutputStream> outputStreamMapper)
-
Method Summary
Modifier and Type Method Description teetime.framework.InputPort<IGraph<N,E>>
getInputPort()