Packages

case class ShExSchema(schema: shex.Schema) extends Schema with LazyLogging with SLang2Clingo with ShEx2SLang with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ShExSchema
  2. Serializable
  3. Product
  4. Equals
  5. ShEx2SLang
  6. SLang2Clingo
  7. LazyLogging
  8. Schema
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ShExSchema(schema: shex.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 clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. def cnvResult(r: Either[String, ResultShapeMap], rdf: RDFReader): Result
  7. def cnvViolationError(v: ShExError): ErrorInfo
  8. def convert(targetFormat: Option[String], targetEngine: Option[String], base: Option[IRI]): EitherT[IO, String, String]
    Definition Classes
    ShExSchemaSchema
  9. def defaultFormat: String
    Definition Classes
    Schema
  10. def defaultTriggerMode: ValidationTrigger
    Definition Classes
    ShExSchemaSchema
  11. def empty: Schema

    Creates an empty schema

    Creates an empty schema

    Definition Classes
    ShExSchemaSchema
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def formats: List[String]

    Supported input formats

    Supported input formats

    Definition Classes
    ShExSchemaSchema
  14. lazy val formatsUpperCase: List[String]
  15. def fromRDF(rdf: RDFReader): EitherT[IO, String, Schema]
    Definition Classes
    ShExSchemaSchema
  16. def fromString(cs: CharSequence, format: String, base: Option[String]): EitherT[IO, String, Schema]
    Definition Classes
    ShExSchemaSchema
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def getValidator(): IO[Validator]
  19. def info: SchemaInfo
    Definition Classes
    ShExSchemaSchema
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. lazy val logger: Logger
    Attributes
    protected
    Definition Classes
    LazyLogging
    Annotations
    @transient()
  22. def name: String

    Name of this schema.

    Name of this schema. Example: ShEx, Shacl_TQ, ...

    Definition Classes
    ShExSchemaSchema
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. def pm: PrefixMap

    Prefix Map of this schema

    Prefix Map of this schema

    Definition Classes
    ShExSchemaSchema
  27. def productElementNames: Iterator[String]
    Definition Classes
    Product
  28. val schema: shex.Schema
  29. def serialize(format: String, base: Option[IRI]): IO[String]
    Definition Classes
    ShExSchemaSchema
  30. lazy val shExCFormat: String
  31. lazy val shExJFormat: String
  32. def shapes: List[String]

    List of shapes

    List of shapes

    Definition Classes
    ShExSchemaSchema
  33. def shex2SLang(schema: shex.Schema): EitherT[IO, String, SchemaS]
    Definition Classes
    ShEx2SLang
  34. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  35. def toClingo(rdf: RDFReader, shapeMap: ShapeMap): EitherT[IO, String, String]
    Definition Classes
    ShExSchemaSchema
  36. def validate(rdf: RDFReader, trigger: ValidationTrigger): IO[Result]
    Definition Classes
    ShExSchemaSchema
  37. def validate(rdf: RDFReader, triggerMode: String, shapeMap: String, optNode: Option[String], optShape: Option[String], nodePrefixMap: PrefixMap = PrefixMap.empty, shapesPrefixMap: PrefixMap = pm): IO[Result]
    Definition Classes
    Schema
  38. def validate2Clingo(smap: ShapeMap, rdf: RDFReader, schema: SchemaS): Either[String, Program]
    Definition Classes
    SLang2Clingo
  39. def validateFixedShapeMap(fixedShapeMap: FixedShapeMap, rdf: RDFReader): IO[Result]
  40. def validateNodeShape(node: IRI, shape: String, rdf: RDFReader): IO[Result]
  41. def validateNodeStart(node: IRI, rdf: RDFReader): IO[Result]
  42. def validateShapeMap(shapeMap: FixedShapeMap, rdf: RDFReader): IO[Result]
  43. def validateTargetDecls(rdf: RDFReader): IO[Result]
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  46. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ShEx2SLang

Inherited from SLang2Clingo

Inherited from LazyLogging

Inherited from Schema

Inherited from AnyRef

Inherited from Any

Ungrouped