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
- Since:
- 1.14
- Author:
- Sören Henning
-
Field Summary
Fields inherited from class kieker.analysis.generic.sink.graph.dot.DotWriterStage
exportConfiguration, writerMapperFields inherited from class teetime.framework.AbstractConsumerStage
inputPortFields inherited from class teetime.framework.AbstractStage
logger -
Constructor Summary
ConstructorsConstructorDescriptionDotTraceGraphFileWriterStage(Path outputDirectory, DotExportMapper<INode, IEdge> exportConfiguration) -
Method Summary
Methods inherited from class kieker.analysis.generic.sink.graph.dot.DotWriterStage
executeMethods inherited from class teetime.framework.AbstractConsumerStage
createInputPort, execute, getInputPortMethods 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(Path outputDirectory, DotExportMapper<INode, IEdge> exportConfiguration)
-
-
Method Details
-
create
-