Package kieker.analysis.util.debug
Class GraphPrinterStage<N extends INode,E extends IEdge>
java.lang.Object
teetime.framework.AbstractStage
teetime.framework.AbstractConsumerStage<IGraph<N,E>>
kieker.analysis.util.debug.GraphPrinterStage<N,E>
- Type Parameters:
N
- node typeE
- edge type
public class GraphPrinterStage<N extends INode,E extends IEdge> extends teetime.framework.AbstractConsumerStage<IGraph<N,E>>
This stage prints
Graph
s to a given PrintStream
or System.out
if no one specified.- Since:
- 1.14
- Author:
- Sören Henning
-
Field Summary
-
Constructor Summary
Constructors Constructor Description GraphPrinterStage()
GraphPrinterStage(java.io.PrintStream printStream)
-
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
-
GraphPrinterStage
public GraphPrinterStage() -
GraphPrinterStage
public GraphPrinterStage(java.io.PrintStream printStream)
-
-
Method Details