Package

org.dagobuh.api

graph

Permalink

package graph

Visibility
  1. Public
  2. All

Type Members

  1. case class Dag(root: Vertex[Any, Any], edges: EdgeMap, reverseEdges: EdgeMap) extends Product with Serializable

    Permalink
  2. case class DagBuilder[A](current: Vertex[Any, A], edges: ListBuffer[(Vertex[Any, Any], Vertex[Any, Any])] = mutable.ListBuffer.empty) extends Product with Serializable

    Permalink
  3. case class InletVertex[F[_], G, I](streamlet: G)(implicit applier: InletApplier[F, G, I]) extends Vertex[Nothing, I] with Product with Serializable

    Permalink
  4. case class StreamletVertex[F[_], G, H, I](streamlet: G)(implicit applier: StreamletApplier[F, G, H, I]) extends Vertex[H, I] with Product with Serializable

    Permalink
  5. sealed trait Vertex[+A, +B] extends AnyRef

    Permalink

Value Members

  1. object Dag extends Serializable

    Permalink

Ungrouped