Packages

case class Validator(schema: Schema) extends LazyLogging with Product with Serializable

This validator is implemented directly in Scala using the cats library

Linear Supertypes
Serializable, Serializable, Product, scala.Equals, LazyLogging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Validator
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. LazyLogging
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Validator(schema: Schema)

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 between(v: Int, maybeMin: Option[Int], maybeMax: Option[Int]): Boolean
  6. def checkSchemaAll: CheckTyping

    Checks if all nodes/shapes are valid in a schema Fails if any of them is not correct

  7. def checkTargetClasses(classes: Seq[RDFNode]): ShapeChecker
  8. def checkTargetNodes(nodes: Seq[RDFNode]): ShapeChecker
  9. def checkTargetSubjectsOf(preds: Seq[IRI]): ShapeChecker
  10. def checkXoneType(node: RDFNode, shapes: List[Shape], t: ShapeTyping): Boolean
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  12. def compare(control: RDFNode, comparison: (RDFNode, RDFNode) ⇒ Either[String, Boolean], err: (RDFNode, Attempt, RDFNode) ⇒ ValidationResult, msg: String): NodeChecker
  13. def compareLiterals(n: Literal, f: (NumericLiteral, NumericLiteral) ⇒ Boolean, err: (RDFNode, Attempt, RDFNode) ⇒ ValidationResult, msg: String): NodeChecker
  14. def disjoint(p: IRI): NodeChecker
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(p: IRI): NodeChecker
  17. def findNodesInClass(cls: RDFNode, rdf: RDFReader): SHACLChecker.Check[LazyList[RDFNode]]
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def getTriplesWithPredicate(p: IRI, rdf: RDFReader): SHACLChecker.Check[LazyList[RDFTriple]]
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def lessThan(p: IRI): NodeChecker
  22. def lessThanOrEquals(p: IRI): NodeChecker
  23. lazy val logger: Logger
    Attributes
    protected
    Definition Classes
    LazyLogging
    Annotations
    @transient()
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def nodeNodeShape(node: RDFNode, ns: NodeShape): CheckTyping
  26. def nodePropertyShape(node: RDFNode, ps: PropertyShape): CheckTyping
  27. def nodeShape(node: RDFNode, shape: Shape): CheckTyping
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. def runCheck[A](c: SHACLChecker.Check[A], rdf: RDFReader)(implicit arg0: Show[A]): IO[CheckResult[AbstractResult, A, Log]]
  31. val schema: Schema
  32. def shapeChecker: ShapeChecker
  33. def showResult(t: (ShapeTyping, Boolean)): String
  34. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  35. def targetNodes: Seq[(RDFNode, Shape)]

    Return all targetNode declarations which are pairs (n,s) where

    Return all targetNode declarations which are pairs (n,s) where

    n = node to validate

    s = candidate shape

  36. def validateAll(rdf: RDFReader): IO[CheckResult[AbstractResult, (ShapeTyping, Boolean), Log]]
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  39. 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 Serializable

Inherited from Serializable

Inherited from Product

Inherited from scala.Equals

Inherited from LazyLogging

Inherited from AnyRef

Inherited from Any

Ungrouped