Packages

p

es.weso

depgraphs

package depgraphs

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait DepGraph[Node] extends AnyRef
  2. case class DepGraphJGraphT[Node]() extends DepGraph[Node] with Product with Serializable
  3. case class Edge[Node](sub: Node, sup: Node) extends Product with Serializable
  4. trait Inheritance[Node] extends AnyRef
  5. case class InheritanceJGraphT[Node](refGraph: Ref[IO, DirectedAcyclicGraph[Node, Edge[Node]]]) extends Inheritance[Node] with Product with Serializable
  6. sealed trait PosNeg extends AnyRef

Value Members

  1. object Both extends PosNeg with Product with Serializable
  2. object DepGraph
  3. object InheritanceJGraphT extends Serializable
  4. object Neg extends PosNeg with Product with Serializable
  5. object Pos extends PosNeg with Product with Serializable

Ungrouped