Packages

case class ShapeOr(id: Option[ShapeLabel], shapeExprs: List[ShapeExpr], 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. ShapeOr
  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 ShapeOr(id: Option[ShapeLabel], shapeExprs: List[ShapeExpr], 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]): ShapeExpr
    Definition Classes
    ShapeOrShapeExpr
  6. def addId(lbl: ShapeLabel): ShapeOr
    Definition Classes
    ShapeOrShapeExpr
  7. def addSemActs(as: List[SemAct]): ShapeExpr
    Definition Classes
    ShapeOrShapeExpr
  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. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. 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
  15. def hasNoReference(schema: AbstractSchema): Boolean
    Definition Classes
    ShapeExpr
  16. val id: Option[ShapeLabel]
    Definition Classes
    ShapeOrShapeExpr
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def isSimple: Boolean
    Definition Classes
    ShapeExpr
  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
    ShapeOrShapeExpr
  23. def relativize(base: IRI): ShapeOr
    Definition Classes
    ShapeOrShapeExpr
  24. def rmId: ShapeOr
    Definition Classes
    ShapeOrShapeExpr
  25. val shapeExprs: List[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