Packages

p

es.weso

depgraphs

package depgraphs

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

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

Value Members

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

Ungrouped