es.weso

tgraph

package tgraph

Visibility
  1. Public
  2. All

Type Members

  1. case class TContext[A](node: A, pred: Set[(A, A)], succ: Set[(A, A)], rels: Set[(A, A)]) extends Product with Serializable

  2. trait TGraph[A] extends AnyRef

  3. case class TGraphImpl[A](graph: Graph[A, Triple]) extends TGraph[A] with Product with Serializable

  4. class Triple[A] extends DiHyperEdge[A] with EdgeCopy[Triple] with EdgeIn[A, Triple]

Value Members

  1. object TGraph

  2. object Triple extends Serializable

Ungrouped