Class DotTraceGraphFileWriterStage
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<INode,IEdge>
kieker.analysis.architecture.trace.graph.dot.DotTraceGraphFileWriterStage
public class DotTraceGraphFileWriterStage extends DotFileWriterStage<INode,IEdge>
- 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 DotTraceGraphFileWriterStage(java.nio.file.Path outputDirectory, DotExportMapper<INode,IEdge> exportConfiguration)
-
Method Summary
Modifier and Type Method Description static DotTraceGraphFileWriterStage
create(java.nio.file.Path outputDirectory)
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
-
DotTraceGraphFileWriterStage
public DotTraceGraphFileWriterStage(java.nio.file.Path outputDirectory, DotExportMapper<INode,IEdge> exportConfiguration)
-
-
Method Details