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: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

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

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

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

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

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

  13. def finalize(): Unit

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

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

    Definition Classes
    AnyRef → Any
  16. def id: String

  17. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  18. lazy val log: Logger

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

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

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

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

    Definition Classes
    ShapeValidator
  23. 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
  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. 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