Packages

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

Source
ShapeExpr.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NodeConstraint
  2. ShapeExpr
  3. Serializable
  4. Serializable
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. 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

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val actions: Option[List[SemAct]]
  5. def addAnnotations(as: List[Annotation]): NodeConstraint
    Definition Classes
    NodeConstraintShapeExpr
  6. def addId(lbl: ShapeLabel): NodeConstraint
    Definition Classes
    NodeConstraintShapeExpr
  7. def addSemActs(as: List[SemAct]): NodeConstraint
    Definition Classes
    NodeConstraintShapeExpr
  8. val annotations: Option[List[Annotation]]
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def children(schema: AbstractSchema): List[Shape]
    Definition Classes
    ShapeExpr
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  12. val datatype: Option[IRI]
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. 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
  16. def hasNoReference(schema: AbstractSchema): Boolean
    Definition Classes
    ShapeExpr
  17. val id: Option[ShapeLabel]
    Definition Classes
    NodeConstraintShapeExpr
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def isSimple: Boolean
    Definition Classes
    ShapeExpr
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. val nodeKind: Option[NodeKind]
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. def paths(schema: AbstractSchema): Either[String, Set[Path]]
    Definition Classes
    NodeConstraintShapeExpr
  25. def relativize(base: IRI): NodeConstraint
    Definition Classes
    NodeConstraintShapeExpr
  26. def rmId: NodeConstraint
    Definition Classes
    NodeConstraintShapeExpr
  27. def showQualified(pm: PrefixMap): String
    Definition Classes
    ShapeExpr
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. val values: Option[List[ValueSetValue]]
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. val xsFacets: List[XsFacet]

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from ShapeExpr

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped