Class InvalidExecutionTraceWriterSink

java.lang.Object
teetime.framework.AbstractStage
teetime.framework.AbstractConsumerStage<T>

public class InvalidExecutionTraceWriterSink extends AbstractTraceProcessingStage<InvalidExecutionTrace>
Writes invalid execution traces to a specified file.
Since:
1.2
Author:
Andre van Hoorn, Reiner Jung -- teetime port
  • Constructor Details

    • InvalidExecutionTraceWriterSink

      public InvalidExecutionTraceWriterSink(SystemModelRepository repository, File outputFile) throws IOException
      Creates a new instance of this class using the given parameters.
      Parameters:
      repository - system model repository
      outputFile - file handle for the output file
      Throws:
      IOException - If the write stream could not be prepared.
  • Method Details