case class InheritanceJGraphT[Node, EdgeType](refGraph: Ref[IO, DirectedAcyclicGraph[Node, Edge[Node, EdgeType]]]) extends Inheritance[Node, EdgeType] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- InheritanceJGraphT
- Serializable
- Product
- Equals
- Inheritance
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
Type Members
- case class ErrorAddingInheritance(node1: Node, node2: Node, etype: EdgeType, e: Throwable) extends RuntimeException with Product with Serializable
- case class ErrorAddingNode(node: Node, e: Throwable) extends RuntimeException with Product with Serializable
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addInheritance(node1: Node, node2: Node, etype: EdgeType): IO[Unit]
- Definition Classes
- InheritanceJGraphT → Inheritance
- def addNode(node: Node): IO[Unit]
- Definition Classes
- InheritanceJGraphT → Inheritance
- def ancestors(node: Node): IO[Set[Node]]
- Definition Classes
- InheritanceJGraphT → Inheritance
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clear: IO[Unit]
- Definition Classes
- InheritanceJGraphT → Inheritance
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def descendants(node: Node): IO[Set[Node]]
- Definition Classes
- InheritanceJGraphT → Inheritance
- def descendantsByEdgtype(node: Node, edgeType: EdgeType): IO[Set[Node]]
- Definition Classes
- InheritanceJGraphT → Inheritance
- def descendantsByEdgtypes(node: Node, edgeTypes: Set[EdgeType]): IO[Set[Node]]
- Definition Classes
- InheritanceJGraphT → Inheritance
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def nodes: IO[Set[Node]]
- Definition Classes
- InheritanceJGraphT → Inheritance
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val refGraph: Ref[IO, DirectedAcyclicGraph[Node, Edge[Node, EdgeType]]]
- def show(showNode: (Node) => String, showEdge: (EdgeType) => String): IO[String]
- Definition Classes
- InheritanceJGraphT → Inheritance
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])