Packages

case class ShapeDecl(id: Option[ShapeLabel], _abstract: Boolean, shapeExpr: ShapeExpr) extends ShapeExpr with Product with Serializable

Source
ShapeExpr.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ShapeDecl
  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 ShapeDecl(id: Option[ShapeLabel], _abstract: Boolean, shapeExpr: ShapeExpr)

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( ... ) @native() @HotSpotIntrinsicCandidate()
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def getClass(): Class[_]
    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. val 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. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def paths(schema: AbstractSchema): Either[String, Set[Path]]
    Definition Classes
    ShapeDeclShapeExpr
  23. def relativize(base: IRI): ShapeDecl
    Definition Classes
    ShapeDeclShapeExpr
  24. def rmId: ShapeDecl
    Definition Classes
    ShapeDeclShapeExpr
  25. val shapeExpr: ShapeExpr
  26. def showQualified(pm: PrefixMap): String
    Definition Classes
    ShapeExpr
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

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