Packages

case class Shape(id: Option[ShapeLabel], virtual: Option[Boolean], closed: Option[Boolean], extra: Option[List[IRI]], expression: Option[TripleExpr], _extends: Option[List[ShapeLabel]], restricts: Option[List[ShapeLabel]], annotations: Option[List[Annotation]], actions: Option[List[SemAct]]) extends ShapeExpr with Extend with Product with Serializable

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

Instance Constructors

  1. new Shape(id: Option[ShapeLabel], virtual: Option[Boolean], closed: Option[Boolean], extra: Option[List[IRI]], expression: Option[TripleExpr], _extends: Option[List[ShapeLabel]], restricts: Option[List[ShapeLabel]], 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 _extends: Option[List[ShapeLabel]]
  5. val actions: Option[List[SemAct]]
  6. def addAnnotations(as: List[Annotation]): ShapeExpr
    Definition Classes
    ShapeShapeExpr
  7. def addId(lbl: ShapeLabel): Shape
    Definition Classes
    ShapeShapeExpr
  8. def addSemActs(as: List[SemAct]): ShapeExpr
    Definition Classes
    ShapeShapeExpr
  9. val annotations: Option[List[Annotation]]
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def children(schema: AbstractSchema): List[Shape]
    Definition Classes
    ShapeExpr
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  13. val closed: Option[Boolean]
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. val expression: Option[TripleExpr]
  16. def extendCheckingVisited[S, E, Err, Label](s: S, finder: (Label) => Either[Err, S], extend: (S) => Option[List[Label]], expr: (S) => Option[E])(implicit arg0: Semigroup[E]): Either[Err, Option[E]]
    Definition Classes
    Extend
  17. val extra: Option[List[IRI]]
  18. def extraPaths: List[Direct]
  19. def flattenShape(schema: AbstractSchema): Either[String, FlatShape]

    If the shape can be flatten, returns a FlatShape

  20. def getActions: List[SemAct]
  21. def getAnnotations: List[Annotation]
  22. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. def getExtend: List[ShapeLabel]
  24. def getExtra: List[IRI]
  25. 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
  26. def hasNoReference(schema: AbstractSchema): Boolean
    Definition Classes
    ShapeExpr
  27. def hasRepeatedProperties(schema: AbstractSchema): Boolean
  28. val id: Option[ShapeLabel]
    Definition Classes
    ShapeShapeExpr
  29. def isClosed: Boolean
  30. def isEmpty: Boolean
  31. def isFlatShape(schema: AbstractSchema): Boolean
  32. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  33. def isNormalized(schema: AbstractSchema): Boolean
  34. def isSimple: Boolean
    Definition Classes
    ShapeExpr
  35. def isVirtual: Boolean
  36. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. def normalized(schema: AbstractSchema): Either[String, NormalizedShape]
  38. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  39. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  40. def paths(schema: AbstractSchema): Either[String, Set[Path]]
    Definition Classes
    ShapeShapeExpr
  41. def productElementNames: Iterator[String]
    Definition Classes
    Product
  42. def relativize(base: IRI): Shape
    Definition Classes
    ShapeShapeExpr
  43. val restricts: Option[List[ShapeLabel]]
  44. def rmId: Shape
    Definition Classes
    ShapeShapeExpr
  45. def showId(pm: PrefixMap): String
    Definition Classes
    ShapeExpr
  46. def showQualified(pm: PrefixMap): String
    Definition Classes
    ShapeExpr
  47. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  48. val virtual: Option[Boolean]
  49. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  50. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  51. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  52. def withExpr(te: Option[TripleExpr]): Shape
  53. def withExpr(te: TripleExpr): Shape
  54. def withExtends(es: ShapeLabel*): Shape
  55. def withExtra(extras: Option[List[IRI]]): Shape

Deprecated Value Members

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

Inherited from Extend

Inherited from ShapeExpr

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped