Packages

o

es.weso.shex.btValidator

BtValidator

object BtValidator

Backtracking validator

Source
BtValidator.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BtValidator
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Check[A] = EitherT[ReaderEnv, ShExErr, A]
  2. case class Env(rdf: RDFReader, schema: Schema, typing: ShapeTyping, table: VarTable) extends Product with Serializable
  3. type ReaderEnv[A] = Kleisli[IO, Env, A]
  4. type ShapeTyping = Typing[RDFNode, ShapeMapLabel, ShExErr, List[String]]

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def checkNodeTripleConstraint(node: RDFNode, tc: TripleConstraint): Check[(ShapeTyping, VarTable)]
  6. def checkNodeTripleExpr(node: RDFNode, te: TripleExpr): Check[(ShapeTyping, VarTable)]
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def err[A](e: ShExErr): Check[A]
  11. def fromEither[A](e: Either[String, A]): Check[A]
  12. def fromIO[A](io: IO[A]): Check[A]
  13. def fromStream[A](s: Stream[IO, A]): Check[List[A]]
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def getRDF: Check[RDFReader]
  16. def getSchema: Check[Schema]
  17. def getTyping: Check[ShapeTyping]
  18. def getVarTable: Check[VarTable]
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def local[A](f: (Env) ⇒ Env)(c: Check[A]): Check[A]
  22. def localWithTable[A](f: (VarTable) ⇒ VarTable, c: Check[A]): Check[A]
  23. def localWithTyping[A](f: (ShapeTyping) ⇒ ShapeTyping, c: Check[A]): Check[A]
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. def ok[A](x: A): Check[A]
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. def unimplemented[A](msg: String): Check[A]
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped