State

case class State(shapeMap: Map[RDFNode, Map[ShapeMapLabel, Info]], nodesPrefixMap: PrefixMap, shapesPrefixMap: PrefixMap, pending: Set[(RDFNode, ShapeMapLabel, Info)])
Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def changePending(node: RDFNode, shapeLabel: ShapeMapLabel, info: Info): State

Inherited methods

Inherited from:
Product