java.lang.Object
teetime.framework.AbstractStage
teetime.framework.AbstractConsumerStage<IGraph<N,E>>
kieker.analysis.generic.sink.graph.dot.DotWriterStage<N,E>
kieker.analysis.generic.sink.graph.dot.DotFileWriterStage<N,E>
- Type Parameters:
N
- node typeE
- edge type
- Direct Known Subclasses:
DotTraceGraphFileWriterStage
public class DotFileWriterStage<N extends INode,E extends IEdge> extends DotWriterStage<N,E>
- Since:
- 1.14
- Author:
- Sören Henning
-
Field Summary
Fields inherited from class kieker.analysis.generic.sink.graph.dot.DotWriterStage
exportConfiguration, writerMapper
-
Constructor Summary
Constructors Constructor Description DotFileWriterStage(java.nio.file.Path outputDirectory)
DotFileWriterStage(java.nio.file.Path outputDirectory, DotExportMapper<N,E> exportConfiguration)
DotFileWriterStage(java.util.function.Function<IGraph<N,E>,java.nio.file.Path> fileNameMapper)
DotFileWriterStage(java.util.function.Function<IGraph<N,E>,java.nio.file.Path> fileNameMapper, DotExportMapper<N,E> exportConfiguration)
-
Method Summary
Methods inherited from class teetime.framework.AbstractConsumerStage
createInputPort, execute, getInputPort
Methods inherited from class teetime.framework.AbstractStage
abort, addInputPortRemovedListener, addOutputPortRemovedListener, compareAndSetBeingExecuted, createInputPort, createInputPort, createInputPort, createOutputPort, createOutputPort, createOutputPort, createOutputPort, declareActive, declarePassive, executeByFramework, getCurrentState, getId, getInputPorts, getOutputPorts, getOwningThread, getTerminationStrategy, isActive, isBeingExecuted, isPaused, isProducer, isStateless, onSignal, onStarting, onTerminating, onValidating, removeDynamicPort, removeDynamicPort, setPaused, setStateless, shouldBeTerminated, signalAlreadyReceived, terminateStage, toString, workCompleted
-
Constructor Details
-
DotFileWriterStage
-
DotFileWriterStage
-
DotFileWriterStage
public DotFileWriterStage(java.nio.file.Path outputDirectory) -
DotFileWriterStage
public DotFileWriterStage(java.nio.file.Path outputDirectory, DotExportMapper<N,E> exportConfiguration)
-