ShapeDecl

case class ShapeDecl(lbl: ShapeLabel, shapeExpr: ShapeExpr) extends ShapeExpr

Declares an abstract shape expression

Companion:
object
trait ShapeExpr
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

Definition Classes
override def addId(lbl: ShapeLabel): ShapeDecl
Definition Classes
override def addSemActs(as: List[SemAct]): ShapeExpr
Definition Classes
override def id: Option[ShapeLabel]
Definition Classes
override def paths(schema: AbstractSchema): Either[String, Set[Path]]
Definition Classes
override def relativize(base: IRI): ShapeDecl
Definition Classes
override def rmId: ShapeExpr
Definition Classes

Inherited methods

Inherited from:
ShapeExpr

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

Inherited from:
ShapeExpr
Inherited from:
ShapeExpr
Inherited from:
ShapeExpr
Inherited from:
Product
def showId(pm: PrefixMap): String
Inherited from:
ShapeExpr
Inherited from:
ShapeExpr