Package

es.weso

manifest

Permalink

package manifest

Visibility
  1. Public
  2. All

Type Members

  1. final case class BooleanResult(value: Boolean) extends Result with Product with Serializable

    Permalink
  2. case class Entry(entryType: EntryType, name: String, action: ManifestAction, result: Result, status: Status, specRef: Option[IRI]) extends Product with Serializable

    Permalink
  3. sealed trait EntryType extends AnyRef

    Permalink
  4. final case class ErrorCondition(root: Option[IRI], predicate: Option[IRI], subject: Option[IRI], obj: Option[IRI]) extends Product with Serializable

    Permalink
  5. final case class IRIResult(value: IRI) extends Result with Product with Serializable

    Permalink
  6. case class Manifest(label: Option[String], comment: Option[String], entries: List[Entry], includes: List[(IRI, Option[Manifest])]) extends Product with Serializable

    Permalink
  7. case class ManifestAction(schema: Option[IRI], schemaFormat: Option[String], data: Option[IRI], dataFormat: Option[String], schemaOutputFormat: Option[IRI], node: Option[IRI], shape: Option[IRI]) extends Product with Serializable

    Permalink
  8. final case class NotValidResult(errors: Set[ErrorCondition]) extends Result with Product with Serializable

    Permalink
  9. trait RDF2Manifest extends Logging with RDFParser

    Permalink
  10. case class RDF2ManifestException(msg: String) extends Exception with Product with Serializable

    Permalink
  11. sealed trait Result extends AnyRef

    Permalink
  12. case class Status(value: IRI) extends Product with Serializable

    Permalink

Value Members

  1. object ConvertSchemaSyntax extends EntryType with Product with Serializable

    Permalink
  2. object EmptyResult extends Result with Product with Serializable

    Permalink
  3. object ManifestAction extends Serializable

    Permalink
  4. object ManifestPrefixes

    Permalink
  5. object MatchNodeShape extends EntryType with Product with Serializable

    Permalink
  6. object NonWellFormedSchema extends EntryType with Product with Serializable

    Permalink
  7. object RDF2Manifest extends RDF2Manifest

    Permalink
  8. object ValidResult extends Result with Product with Serializable

    Permalink
  9. object Validate extends EntryType with Product with Serializable

    Permalink
  10. object ValidationFailure extends EntryType with Product with Serializable

    Permalink
  11. object ValidationTest extends EntryType with Product with Serializable

    Permalink
  12. object WellFormedSchema extends EntryType with Product with Serializable

    Permalink

Ungrouped