Inheritance

trait Inheritance[Node]
class Object
trait Matchable
class Any
class InheritanceJGraphT[Node]

Value members

Abstract methods

def addInheritance(node1: Node, node2: Node): IO[Unit]
def addNode(node: Node): IO[Unit]
def ancestors(node: Node): IO[Set[Node]]
def clear: IO[Unit]
def descendants(node: Node): IO[Set[Node]]
def nodes: IO[Set[Node]]
def show(showNode: Node => String): IO[String]