sealed trait ShapeExpr extends Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- ShapeExpr
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
- abstract def addAnnotations(as: List[Annotation]): ShapeExpr
- abstract def addId(lbl: ShapeLabel): ShapeExpr
- abstract def addSemActs(as: List[SemAct]): ShapeExpr
-
abstract
def
canEqual(that: Any): Boolean
- Definition Classes
- Equals
- abstract def id: Option[ShapeLabel]
- abstract def paths(schema: AbstractSchema): Either[String, Set[Path]]
-
abstract
def
productArity: Int
- Definition Classes
- Product
-
abstract
def
productElement(n: Int): Any
- Definition Classes
- Product
- abstract def relativize(base: IRI): ShapeExpr
- abstract def rmId: ShapeExpr
Concrete Value Members
- def children(schema: AbstractSchema): List[Shape]
-
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
- def hasNoReference(schema: AbstractSchema): Boolean
- def isSimple: Boolean
-
def
productIterator: Iterator[Any]
- Definition Classes
- Product
-
def
productPrefix: String
- Definition Classes
- Product
- def showQualified(pm: PrefixMap): String