TaskDependencyGraphPublisher

In package com.cdsap.talaiot.publisher

class com.cdsap.talaiot.publisher.TaskDependencyGraphPublisher

Publisher used to export the task dependency graph in a DAG with different formats. Current formats supported: Html, Gexf and PNG(dot format)

Constructors

constructor(graphConfiguration: TaskDependencyGraphConfiguration, logTracker: LogTracker, executor: Executor, graphPublisherFactory: GraphPublisherFactory)

Publisher used to export the task dependency graph in a DAG with different formats. Current formats supported: Html, Gexf and PNG(dot format)

Parameters:

Methods

open fun publish(report: ExecutionReport)

Publish the results given one Publisher implementation

Parameters: