TripleConstraint

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
Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

override def addId(lbl: ShapeLabel): TripleConstraint
Definition Classes
override def hasSemActs: Boolean
Definition Classes
override def relativize(base: IRI): TripleConstraint
Definition Classes

Inherited methods

def paths(schema: AbstractSchema): Set[Path]
Inherited from
TripleExpr
def predicates(schema: Schema): Set[IRI]
Inherited from
TripleExpr
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def showQualified(pm: PrefixMap): String
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