Packages

case class InheritanceJGraphT[Node, EdgeType](refGraph: Ref[IO, DirectedAcyclicGraph[Node, Edge[Node, EdgeType]]]) extends Inheritance[Node, EdgeType] with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InheritanceJGraphT
  2. Serializable
  3. Product
  4. Equals
  5. Inheritance
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new InheritanceJGraphT(refGraph: Ref[IO, DirectedAcyclicGraph[Node, Edge[Node, EdgeType]]])

Type Members

  1. case class ErrorAddingInheritance(node1: Node, node2: Node, etype: EdgeType, e: Throwable) extends RuntimeException with Product with Serializable
  2. case class ErrorAddingNode(node: Node, e: Throwable) extends RuntimeException with Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addInheritance(node1: Node, node2: Node, etype: EdgeType): IO[Unit]
    Definition Classes
    InheritanceJGraphTInheritance
  5. def addNode(node: Node): IO[Unit]
    Definition Classes
    InheritanceJGraphTInheritance
  6. def ancestors(node: Node): IO[Set[Node]]
    Definition Classes
    InheritanceJGraphTInheritance
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clear: IO[Unit]
    Definition Classes
    InheritanceJGraphTInheritance
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  10. def descendants(node: Node): IO[Set[Node]]
    Definition Classes
    InheritanceJGraphTInheritance
  11. def descendantsByEdgtype(node: Node, edgeType: EdgeType): IO[Set[Node]]
    Definition Classes
    InheritanceJGraphTInheritance
  12. def descendantsByEdgtypes(node: Node, edgeTypes: Set[EdgeType]): IO[Set[Node]]
    Definition Classes
    InheritanceJGraphTInheritance
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def nodes: IO[Set[Node]]
    Definition Classes
    InheritanceJGraphTInheritance
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def productElementNames: Iterator[String]
    Definition Classes
    Product
  21. val refGraph: Ref[IO, DirectedAcyclicGraph[Node, Edge[Node, EdgeType]]]
  22. def show(showNode: (Node) => String, showEdge: (EdgeType) => String): IO[String]
    Definition Classes
    InheritanceJGraphTInheritance
  23. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Inheritance[Node, EdgeType]

Inherited from AnyRef

Inherited from Any

Ungrouped