TripleConstraint

es.weso.shex.TripleConstraint
See theTripleConstraint companion object
case class TripleConstraint(id: Option[ShapeLabel], optInverse: Option[Boolean], optNegated: Option[Boolean], predicate: IRI, valueExpr: Option[ShapeExpr], optMin: Option[Int], optMax: Option[Max], optVariableDecl: Option[VarName], semActs: Option[List[SemAct]], annotations: Option[List[Annotation]]) extends TripleExpr

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def addId(lbl: ShapeLabel): TripleConstraint

Attributes

Definition Classes
override def hasSemActs: Boolean

Attributes

Definition Classes
override def relativize(base: IRI): TripleConstraint

Attributes

Definition Classes

Inherited methods

def paths(schema: AbstractSchema): Set[Path]

Attributes

Inherited from:
TripleExpr
def predicates(schema: Schema): Set[IRI]

Attributes

Inherited from:
TripleExpr

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
TripleExpr

Concrete fields

lazy val direct: Boolean
lazy val inverse: Boolean
lazy val max: Max
lazy val min: Int
lazy val negated: Boolean
lazy val path: Path