es.weso.shex

ShapeValidatorWithDeriv

object ShapeValidatorWithDeriv extends ShapeValidatorWithDeriv

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

Type Members

  1. type Nullable = Boolean

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

    Definition Classes
    ShapeValidatorWithDeriv

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])

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

    Definition Classes
    ShapeValidatorWithDeriv
  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]

    Definition Classes
    ShapeValidatorWithDeriv
  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

    Definition Classes
    ShapeValidatorWithDeriv
  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]

    Definition Classes
    ShapeValidatorWithDeriv
  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

    Definition Classes
    ShapeValidatorWithDeriv
  29. def mkOrRule(r1: Rule, r2: Rule): Rule

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

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

    Definition Classes
    ShapeValidatorWithDeriv
  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

    Definition Classes
    ShapeValidatorWithDeriv
  36. implicit val pm: PrefixMap

    Definition Classes
    ShapeValidatorWithDeriv
  37. def setDebug(): Unit

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

    Definition Classes
    ShapeValidatorWithDeriv
  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 ShapeValidatorWithDeriv

Inherited from ShapeValidator

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped