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 with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TripleConstraint
- Serializable
- Product
- Equals
- TripleExpr
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addId(lbl: ShapeLabel): TripleConstraint
- Definition Classes
- TripleConstraint → TripleExpr
- val annotations: Option[List[Annotation]]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def decreaseCard: TripleConstraint
- lazy val direct: Boolean
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hasSemActs: Boolean
- Definition Classes
- TripleConstraint → TripleExpr
- val id: Option[ShapeLabel]
- Definition Classes
- TripleConstraint → TripleExpr
- lazy val inverse: Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- lazy val max: Max
- lazy val min: Int
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- lazy val negated: Boolean
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val optInverse: Option[Boolean]
- val optMax: Option[Max]
- val optMin: Option[Int]
- val optNegated: Option[Boolean]
- val optVariableDecl: Option[VarName]
- lazy val path: Path
- def paths(schema: AbstractSchema): Set[Path]
- Definition Classes
- TripleExpr
- val predicate: IRI
- def predicates(schema: Schema): Set[IRI]
- Definition Classes
- TripleExpr
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def relativize(base: IRI): TripleConstraint
- Definition Classes
- TripleConstraint → TripleExpr
- val semActs: Option[List[SemAct]]
- def showQualified(pm: PrefixMap): String
- Definition Classes
- TripleExpr
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val valueExpr: Option[ShapeExpr]
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def withValueExpr(e: ShapeExpr): TripleConstraint