Package

es.weso.rdf

validator

Permalink

package validator

Visibility
  1. Public
  2. All

Type Members

  1. case class MainException(msg: String) extends Exception with Product with Serializable

    Permalink
  2. class Opts extends ScallopConf

    Permalink
  3. trait RDFValidator extends AnyRef

    Permalink

    Represents a generic RDF Validator

  4. case class ScopeClassAttempt[Node, Label](node: Node, cls: Node, result: ValidationResult[Node, Label, Throwable]) extends ValidationAttempt[Node, Label] with Product with Serializable

    Permalink
  5. case class ScopeNodeAttempt[Node, Label](node: Node, shape: Node, result: ValidationResult[Node, Label, Throwable]) extends ValidationAttempt[Node, Label] with Product with Serializable

    Permalink
  6. trait ValidationAttempt[Node, Label] extends AnyRef

    Permalink
  7. abstract class ValidationResult[Node, Label, Err] extends AnyRef

    Permalink

Value Members

  1. object Main extends App with Verbosity

    Permalink
  2. object Modes

    Permalink
  3. object ValidationAttempt

    Permalink
  4. object ValidationResult

    Permalink
  5. object ValidatorVersions extends Product with Serializable

    Permalink
  6. package jena

    Permalink

Ungrouped