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
- 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
ConstructorsConstructorDescriptionDotFileWriterStage(Path outputDirectory) DotFileWriterStage(Path outputDirectory, DotExportMapper<N, E> exportConfiguration) DotFileWriterStage(Function<IGraph<N, E>, Path> fileNameMapper, DotExportMapper<N, E> 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
-
DotFileWriterStage
-
DotFileWriterStage
-
DotFileWriterStage
-
DotFileWriterStage
-