object ValidationResult extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ValidationResult
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def andError(focusNode: RDFNode, attempt: Attempt, shapes: List[RefNode]): ValidationResult
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def bNodeKindError(focusNode: RDFNode, attempt: Attempt): ValidationResult
- def bNodeOrIRIKindError(focusNode: RDFNode, attempt: Attempt): ValidationResult
- def bNodeOrLiteralKindError(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 clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- 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
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def equalsError(focusNode: RDFNode, attempt: Attempt, p: IRI, vs: Set[RDFNode]): ValidationResult
- def errorNode(node: RDFNode, shape: Shape, attempt: Attempt, msg: String): ValidationResult
- def expectedPropertyShape(node: RDFNode, attempt: Attempt, msg: String): ValidationResult
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- 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 hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def inError(focusNode: RDFNode, attempt: Attempt, values: Seq[Value]): ValidationResult
- def iriKindError(focusNode: RDFNode, attempt: Attempt): ValidationResult
- def iriOrLiteralKindError(focusNode: RDFNode, attempt: Attempt): ValidationResult
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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 literalKindError(focusNode: RDFNode, attempt: Attempt): ValidationResult
- def maxCountError(focusNode: RDFNode, attempt: Attempt, maxCount: Int, count: Int): ValidationResult
- def maxExclusiveError(focusNode: RDFNode, attempt: Attempt, n: RDFNode): ValidationResult
- def maxInclusiveError(focusNode: RDFNode, attempt: Attempt, n: RDFNode): ValidationResult
- def maxLengthError(focusNode: RDFNode, attempt: Attempt, n: Int): ValidationResult
- def minCountError(focusNode: RDFNode, attempt: Attempt, minCount: Int, count: Int): ValidationResult
- def minExclusiveError(focusNode: RDFNode, attempt: Attempt, n: RDFNode): ValidationResult
- def minInclusiveError(focusNode: RDFNode, attempt: Attempt, n: RDFNode): ValidationResult
- def minLengthError(focusNode: RDFNode, attempt: Attempt, n: Int): ValidationResult
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def noSiblingsError(focusNode: RDFNode, p: PropertyShape, msg: String, attempt: Attempt): ValidationResult
- def notError(focusNode: RDFNode, attempt: Attempt, shape: RefNode): ValidationResult
- def notFoundShapeRef(node: RDFNode, attempt: Attempt, msg: String): ValidationResult
- def notNumeric(focusNode: RDFNode, attempt: Attempt): ValidationResult
- def notShapeError(focusNode: RDFNode, shapeRef: RefNode, attempt: Attempt): ValidationResult
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- 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
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def uniqueLangError(focusNode: RDFNode, attempt: Attempt, path: SHACLPath, vs: Seq[RDFNode]): ValidationResult
- def unsupported(focusNode: RDFNode, attempt: Attempt, msg: String): ValidationResult
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def xoneError(focusNode: RDFNode, attempt: Attempt, shapes: Seq[RefNode]): ValidationResult