es.weso.shex

ShapeValidatorWithDeriv

trait ShapeValidatorWithDeriv extends ShapeValidator with Logging

Shape validator using Regular Expression Derivatives Some parts of this code have been inspired by: https://hackage.haskell.org/package/hxt-regex-xmlschema-9.1.0/docs/src/Text-Regex-XMLSchema-String-Regex.html

Linear Supertypes
ShapeValidator, Logging, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ShapeValidatorWithDeriv
  2. ShapeValidator
  3. Logging
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type Nullable = Boolean

  2. type Res = (Rule, Stream[Typing])

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 clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def delta(rule: Rule, triple: RDFTriple, ctx: Context): (Rule, Stream[Typing])

  7. def deltaTriples(r: Rule, ts: Set[RDFTriple], ctx: Context): (Rule, Stream[Typing])

  8. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  10. lazy val failTyping: Stream[Nothing]

  11. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  14. def id: String

  15. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  16. lazy val log: Logger

    Definition Classes
    Logging
  17. def matchAll(ctx: Context): Result[Typing]

    Definition Classes
    ShapeValidator
  18. def matchLang(lang: Lang, lit: LangLiteral): Result[Boolean]

    Definition Classes
    ShapeValidator
  19. def matchName(ctx: Context, pred: IRI, n: NameClass): Result[Boolean]

    Definition Classes
    ShapeValidator
  20. def matchRegex(r: Regex, lit: Literal): Result[Boolean]

    Definition Classes
    ShapeValidator
  21. def matchRule(ctx: Context, g: Set[RDFTriple], rule: Rule): Result[Typing]

    abstract method that can be overriden with different algorithms: derivatives, backtracking, etc.

    abstract method that can be overriden with different algorithms: derivatives, backtracking, etc.

    Definition Classes
    ShapeValidatorWithDerivShapeValidator
  22. def matchShape(ctx: Context, node: RDFNode, shape: Shape): Result[Typing]

    Definition Classes
    ShapeValidator
  23. def matchType(obj: RDFNode, vtype: RDFNode): Result[Boolean]

    Definition Classes
    ShapeValidator
  24. def matchValue(ctx: Context, obj: RDFNode, v: ValueClass): Result[Typing]

    Definition Classes
    ShapeValidator
  25. def matchValueObject(node: RDFNode)(vo: ValueObject): Result[Boolean]

    Definition Classes
    ShapeValidator
  26. def mkAndRule(r1: Rule, r2: Rule): Rule

  27. def mkOrRule(r1: Rule, r2: Rule): Rule

  28. def mkRangeMinRule(m: Int, r: Rule): Rule

  29. def mkRangeRule(m: Int, n: Int, r: Rule): Rule

  30. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  31. final def notify(): Unit

    Definition Classes
    AnyRef
  32. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  33. def nullable(r: Rule): Nullable

  34. implicit val pm: PrefixMap

  35. def setDebug(): Unit

    Definition Classes
    Logging
  36. def showRule(rule: Rule)(implicit pm: PrefixMap): String

  37. def showRule(r: Rule): String

    Definition Classes
    ShapeValidator
  38. def showTriples(g: Set[RDFTriple]): Unit

    Definition Classes
    ShapeValidator
  39. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  40. def toString(): String

    Definition Classes
    AnyRef → Any
  41. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ShapeValidator

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped