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

java.lang.Object
teetime.framework.CompositeStage
kieker.analysis.generic.sink.graph.graphml.GraphMLWriterStage<N,​E>
Type Parameters:
N - node type
E - 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

    Fields inherited from class teetime.framework.CompositeStage

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

    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
  • Constructor Details

    • GraphMLWriterStage

      public GraphMLWriterStage​(java.util.function.Function<IGraph<N,​E>,​java.io.OutputStream> outputStreamMapper)
  • Method Details