Packages

o

be.opimedia.scala_par_am

GraphDOTOutput

object GraphDOTOutput extends GraphOutput

Linear Supertypes
GraphOutput, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GraphDOTOutput
  2. GraphOutput
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def graphInfo[N](graph: Graph[N]): Option[GraphInfo]
    Definition Classes
    GraphOutput
  2. def out[N](config: Option[MachineConfig], graph: Graph[N])(writer: Writer)(implicit g: GraphOutputNode[N]): Unit

    Writes a graph representation of graph in DOT format (https://www.graphviz.org/).

    Writes a graph representation of graph in DOT format (https://www.graphviz.org/).

    Definition Classes
    GraphDOTOutputGraphOutput
  3. def toFile[N](config: Option[MachineConfig], graph: Graph[N])(path: String)(implicit g: GraphOutputNode[N]): Unit
    Definition Classes
    GraphOutput