Packages

case class ShapeDecl(lbl: ShapeLabel, shapeExpr: ShapeExpr, _abstract: Boolean = false) extends ShapeExpr with Product with Serializable

Declares an abstract shape expression

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ShapeDecl
  2. ShapeExpr
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ShapeDecl(lbl: ShapeLabel, shapeExpr: ShapeExpr, _abstract: Boolean = false)

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 _abstract: Boolean
  5. def addAnnotations(as: List[Annotation]): ShapeExpr
    Definition Classes
    ShapeDeclShapeExpr
  6. def addId(lbl: ShapeLabel): ShapeDecl
    Definition Classes
    ShapeDeclShapeExpr
  7. def addSemActs(as: List[SemAct]): ShapeExpr
    Definition Classes
    ShapeDeclShapeExpr
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def children(schema: AbstractSchema): List[Shape]
    Definition Classes
    ShapeExpr
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. 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
  14. def hasNoReference(schema: AbstractSchema): Boolean
    Definition Classes
    ShapeExpr
  15. def id: Option[ShapeLabel]
    Definition Classes
    ShapeDeclShapeExpr
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def isSimple: Boolean
    Definition Classes
    ShapeExpr
  18. def isVirtual: Boolean
  19. val lbl: ShapeLabel
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. def paths(schema: AbstractSchema): Either[String, Set[Path]]
    Definition Classes
    ShapeDeclShapeExpr
  24. def productElementNames: Iterator[String]
    Definition Classes
    Product
  25. def relativize(base: IRI): ShapeDecl
    Definition Classes
    ShapeDeclShapeExpr
  26. def rmId: ShapeDecl
    Definition Classes
    ShapeDeclShapeExpr
  27. val shapeExpr: ShapeExpr
  28. def showId(pm: PrefixMap): String
    Definition Classes
    ShapeExpr
  29. def showQualified(pm: PrefixMap): String
    Definition Classes
    ShapeExpr
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

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 Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped