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 with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NodeConstraint
- ShapeExpr
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new 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]])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val actions: Option[List[SemAct]]
- def addAnnotations(as: List[Annotation]): NodeConstraint
- Definition Classes
- NodeConstraint → ShapeExpr
- def addId(lbl: ShapeLabel): NodeConstraint
- Definition Classes
- NodeConstraint → ShapeExpr
- def addSemActs(as: List[SemAct]): NodeConstraint
- Definition Classes
- NodeConstraint → ShapeExpr
- val annotations: Option[List[Annotation]]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def children(schema: AbstractSchema): List[Shape]
- Definition Classes
- ShapeExpr
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- val datatype: Option[IRI]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getShapeRefs(schema: AbstractSchema): Either[String, List[ShapeLabel]]
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
- Definition Classes
- ShapeExpr
- def hasNoReference(schema: AbstractSchema): Boolean
- Definition Classes
- ShapeExpr
- val id: Option[ShapeLabel]
- Definition Classes
- NodeConstraint → ShapeExpr
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isSimple: Boolean
- Definition Classes
- ShapeExpr
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val nodeKind: Option[NodeKind]
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def paths(schema: AbstractSchema): Either[String, Set[Path]]
- Definition Classes
- NodeConstraint → ShapeExpr
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def relativize(base: IRI): NodeConstraint
- Definition Classes
- NodeConstraint → ShapeExpr
- def rmId: NodeConstraint
- Definition Classes
- NodeConstraint → ShapeExpr
- def showId(pm: PrefixMap): String
- Definition Classes
- ShapeExpr
- def showQualified(pm: PrefixMap): String
- Definition Classes
- ShapeExpr
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val values: Option[List[ValueSetValue]]
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def withValues(vs: ValueSetValue*): NodeConstraint
- val xsFacets: List[XsFacet]