ValidationResult

es.weso.shacl.report.ValidationResult$
See theValidationResult companion class

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def andError(focusNode: RDFNode, attempt: Attempt, shapes: List[RefNode]): ValidationResult
def bNodeKindError(focusNode: RDFNode, attempt: Attempt): ValidationResult
def basic(suffix: String, focusNode: RDFNode, attempt: Attempt, msg: String): ValidationResult
def classError(focusNode: RDFNode, cls: RDFNode, attempt: Attempt): ValidationResult
def closedError(focusNode: RDFNode, attempt: Attempt, allowedProperties: List[IRI], ignoredProperties: List[IRI], notAllowed: List[IRI]): ValidationResult
def comparisonError(name: String, focusNode: RDFNode, attempt: Attempt, p: IRI, vs: Set[RDFNode]): ValidationResult
def datatypeError(focusNode: RDFNode, datatype: RDFNode, attempt: Attempt): ValidationResult
def disjointError(focusNode: RDFNode, attempt: Attempt, p: IRI, vs: Set[RDFNode]): ValidationResult
def equalsError(focusNode: RDFNode, attempt: Attempt, p: IRI, vs: Set[RDFNode]): ValidationResult
def errorNode(node: RDFNode, shape: Shape, attempt: Attempt, msg: String): ValidationResult
def hasValueError(focusNode: RDFNode, attempt: Attempt, value: Value): ValidationResult
def hasValueErrorMoreThanOne(focusNode: RDFNode, attempt: Attempt, value: Value, path: SHACLPath, n: Int): ValidationResult
def hasValueErrorNoValue(focusNode: RDFNode, attempt: Attempt, value: Value, path: SHACLPath): ValidationResult
def inError(focusNode: RDFNode, attempt: Attempt, values: Seq[Value]): ValidationResult
def iriKindError(focusNode: RDFNode, attempt: Attempt): ValidationResult
def languageInError(focusNode: RDFNode, attempt: Attempt, langs: List[String]): ValidationResult
def lessThanError(focusNode: RDFNode, attempt: Attempt, p: IRI, vs: Set[RDFNode]): ValidationResult
def lessThanOrEqualsError(focusNode: RDFNode, attempt: Attempt, p: IRI, vs: Set[RDFNode]): ValidationResult
def maxCountError(focusNode: RDFNode, attempt: Attempt, maxCount: Int, count: Int): ValidationResult
def maxLengthError(focusNode: RDFNode, attempt: Attempt, n: Int): ValidationResult
def minCountError(focusNode: RDFNode, attempt: Attempt, minCount: Int, count: Int): ValidationResult
def minLengthError(focusNode: RDFNode, attempt: Attempt, n: Int): ValidationResult
def notError(focusNode: RDFNode, attempt: Attempt, shape: RefNode): ValidationResult
def notNumeric(focusNode: RDFNode, attempt: Attempt): ValidationResult
def notShapeError(focusNode: RDFNode, shapeRef: RefNode, attempt: Attempt): ValidationResult
def orError(focusNode: RDFNode, attempt: Attempt, shapes: List[RefNode]): ValidationResult
def patternError(focusNode: RDFNode, attempt: Attempt, p: String, flags: Option[String]): ValidationResult
def qualifiedShapeError(focusNode: RDFNode, attempt: Attempt, value: Int, min: Option[Int], max: Option[Int]): ValidationResult
def regexError(node: RDFNode, attempt: Attempt, msg: String): ValidationResult
def shapesFailed(node: RDFNode, shape: Shape, ps: Set[Shape], attempt: Attempt, msg: String): ValidationResult
def uniqueLangError(focusNode: RDFNode, attempt: Attempt, path: SHACLPath, vs: Seq[RDFNode]): ValidationResult
def unsupported(focusNode: RDFNode, attempt: Attempt, msg: String): ValidationResult
def xoneError(focusNode: RDFNode, attempt: Attempt, shapes: Seq[RefNode]): ValidationResult