Package

org.emmalanguage.lib

graphs

Permalink

package graphs

Visibility
  1. Public
  2. All

Type Members

  1. case class Edge[V](src: V, dst: V) extends Product with Serializable

    Permalink
  2. case class LEdge[V, L](src: V, dst: V, label: L) extends Product with Serializable

    Permalink
  3. case class LVertex[V, L](id: V, label: L) extends Product with Serializable

    Permalink
  4. case class Message[K, V](tgt: K, payload: V) extends Product with Serializable

    Permalink
  5. case class Triangle[V](x: V, y: V, z: V) extends Product with Serializable

    Permalink

Value Members

  1. object transitiveClosure

    Permalink
    Annotations
    @lib()

Ungrouped