WNodeConstraint

case class WNodeConstraint(id: Option[ShapeLabel], kind: Option[WNodeKind], datatype: Option[IRI], xsFacets: List[XsFacet], values: Option[List[ValueSetValue]]) extends WShapeExpr
Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def matchLocal(snak: Snak): Either[Reason, Unit]
def matchLocal(value: Value): Either[Reason, Unit]
def matchLocalCoded(value: Value): Either[ReasonCode, Unit]
override def withLabel(label: ShapeLabel): WShapeExpr
Definition Classes

Inherited methods

def checkLocal(entity: Entity, fromLabel: ShapeLabel, schema: WSchema): Either[Reason, Set[ShapeLabel]]
Inherited from:
WShapeExpr
def checkLocalCoded(entity: Entity, fromLabel: ShapeLabel, schema: WSchema): Either[ReasonCode, Set[ShapeLabel]]
Inherited from:
WShapeExpr
def checkNeighs(bag: Bag[(PropertyId, ShapeLabel)], failed: Set[(PropertyId, ShapeLabel)], schema: WSchema): Either[Reason, Unit]
Inherited from:
WShapeExpr
def checkNeighsCoded(bag: Bag[(PropertyId, ShapeLabel)], failed: Set[(PropertyId, ShapeLabel)], schema: WSchema): Either[ReasonCode, Unit]
Inherited from:
WShapeExpr
def dependsOn(): Set[ShapeLabel]
Inherited from:
WShapeExpr
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
Inherited from:
WShapeExpr
Inherited from:
WShapeExpr

Implicits

Inherited implicits

Inherited from:
WShapeExpr