case class NodeConstraint(id: Option[ShapeLabel], nodeKind: Option[NodeKind], datatype: Option[IRI], xsFacets: List[XsFacet], values: Option[List[ValueSetValue]], annotations: Option[List[Annotation]], actions: Option[List[SemAct]]) extends ShapeExpr
- Companion:
- object
Value members
Concrete methods
Inherited methods
Return the labels that are referenced in a shape expression This method can use useful to detect if a shape doesn't refer to non-existing labels
Return the labels that are referenced in a shape expression This method can use useful to detect if a shape doesn't refer to non-existing labels
- Inherited from:
- ShapeExpr