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 type
E - edge type

public class GraphPrinterStage<N extends INode,E extends IEdge> extends teetime.framework.AbstractConsumerStage<IGraph<N,E>>
This stage prints Graphs to a given PrintStream or System.out if no one specified.
Since:
1.14
Author:
Sören Henning
  • Field Summary

    Fields inherited from class teetime.framework.AbstractConsumerStage

    inputPort

    Fields inherited from class teetime.framework.AbstractStage

    logger
  • Constructor Summary

    Constructors
    Constructor
    Description
     
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    execute(IGraph<N,E> graph)
     

    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • GraphPrinterStage

      public GraphPrinterStage()
    • GraphPrinterStage

      public GraphPrinterStage(PrintStream printStream)
  • Method Details

    • execute

      protected void execute(IGraph<N,E> graph)
      Specified by:
      execute in class teetime.framework.AbstractConsumerStage<IGraph<N extends INode,E extends IEdge>>