DotPublisher

In package com.cdsap.talaiot.publisher.graphpublisher

class com.cdsap.talaiot.publisher.graphpublisher.DotPublisher

Publisher used to publish with the Dot format. It's using Graphviz to render the graph

Fields

var logTracker: LogTracker

LogTracker to print in console depending on the Mode

var fileWriter: FileWriter

File I/O utility

Constructors

constructor(logTracker: LogTracker, fileWriter: FileWriter, executor: Executor)

Publisher used to publish with the Dot format. It's using Graphviz to render the graph

Parameters:

Methods

fun publish(report: ExecutionReport)

Publish the results given one Publisher implementation

Parameters: