Class |
Description |
CytoscapeHtmlRenderer
|
Render the DAG in HTML using Cytoscape.js
to the specified file.
|
CytoscapeJsRenderer
|
Render the DAG in Cytoscape.js compatible
JSON to the specified file.
|
DAG
|
Model a direct acyclic graph of the pipeline execution. |
DAG.ChannelHandler
|
A simple wrapper object to handle a channel and the associated label |
DotRenderer
|
Render the DAG using the Graphviz DOT format
to the specified file.
|
GexfRenderer
|
Render the DAG in Gexf/Gephi
See https://gephi.org/ for more info. |
GraphvizRenderer
|
@author Paolo Di Tommaso |
NodeMarker
|
Helper class to mark DAG node with the proper labels |