es.weso.depgraphs

Members list

Concise view

Type members

Classlikes

case object Both extends PosNeg

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait PosNeg
class Object
trait Matchable
class Any
Self type
Both.type
trait DepGraph[Node]

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class DepGraphJGraphT[Node]
object DepGraph

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
case class DepGraphJGraphT[Node]() extends DepGraph[Node] with LazyLogging

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait LazyLogging
trait DepGraph[Node]
class Object
trait Matchable
class Any
case class Edge[Node, EdgeType](sub: Node, sup: Node, etype: EdgeType)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
trait Inheritance[Node, EdgeType]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class InheritanceJGraphT[Node, EdgeType]
case class InheritanceJGraphT[Node, EdgeType](refGraph: Ref[IO, DirectedAcyclicGraph[Node, Edge[Node, EdgeType]]]) extends Inheritance[Node, EdgeType]

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Inheritance[Node, EdgeType]
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case object Neg extends PosNeg

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait PosNeg
class Object
trait Matchable
class Any
Self type
Neg.type
case object Pos extends PosNeg

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait PosNeg
class Object
trait Matchable
class Any
Self type
Pos.type
sealed trait PosNeg

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Both.type
object Neg.type
object Pos.type