Packages

p

es.weso.shacl

report

package report

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. abstract class AbstractResult extends AnyRef
  2. case class GenericSeverity(iri: IRI) extends Severity with Product with Serializable
  3. case class MsgError(msg: String) extends AbstractResult with Product with Serializable
  4. sealed abstract class Severity extends AnyRef
  5. case class ValidationReport(conforms: Boolean, results: Seq[AbstractResult], shapesGraphWellFormed: Boolean) extends RDFSaver with Product with Serializable
  6. class ValidationReport2RDF extends RDFSaver with LazyLogging
  7. case class ValidationResult(focusNode: RDFNode, resultSeverity: Severity, sourceConstraintComponent: IRI, focusPath: Option[SHACLPath], sourceShape: RefNode, values: Seq[RDFNode], message: Seq[LiteralValue], messageMap: MessageMap, details: Seq[AbstractResult]) extends AbstractResult with Product with Serializable

Ungrouped