Packages

package dag

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class DAG[N <: DAGNode] extends SmartDataLakeLogger with Product with Serializable

    A generic directed acyclic graph (DAG) consisting of DAGNodes interconnected with directed DAGEdges.

    A generic directed acyclic graph (DAG) consisting of DAGNodes interconnected with directed DAGEdges.

    This DAG can have multiple start nodes and multiple end nodes as well as disconnected parts.

    Annotations
    @Scaladoc()
  2. class NodeRenderingStrategy extends VertexRenderingStrategy[DAGNode]

    Render a node by centering it horizontally and vertically within the given region.

    Render a node by centering it horizontally and vertically within the given region. Use a function to get text to render.

    Code copied from com.github.mdr.ascii.layout.coordAssign.ToStringVertexRenderingStrategy and adapted.

    Annotations
    @Scaladoc()

Value Members

  1. object DAG extends SmartDataLakeLogger with Serializable
  2. object GraphLayout

    Code copied from com.github.mdr.ascii.layout.GraphLayout to fix but not using vertexRenderingStrategy.

Ungrouped