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. def isOpen(rule: Rule): Boolean

  17. lazy val log: Logger

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

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

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

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

    Definition Classes
    ShapeValidator
  22. 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
  23. def matchRuleClosed(ctx: Context, g: Set[RDFTriple], rule: Rule): Result[Typing]

  24. def matchShape(ctx: Context, node: RDFNode, shape: Shape): Result[Typing]

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

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

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

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

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

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

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

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

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

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

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

  36. implicit val pm: PrefixMap

  37. def setDebug(): Unit

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

  39. def showRule(r: Rule): String

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

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

    Definition Classes
    AnyRef
  42. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ShapeValidator

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped