Visited

final case class Visited(m: Map[RDFNode, Set[ShapeLabel]]) extends AnyVal
Companion:
object
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def add(node: RDFNode, lbl: ShapeLabel): Visited
def remove(node: RDFNode, lbl: ShapeLabel): Visited
def show(schema: AbstractSchema): String

Inherited methods

Inherited from:
Product