package dag
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
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()
-
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
- object DAG extends SmartDataLakeLogger with Serializable
-
object
GraphLayout
Code copied from com.github.mdr.ascii.layout.GraphLayout to fix but not using vertexRenderingStrategy.