package
validation
Type Members
-
-
type
IRI = String
-
case class
ReduceScore(cntAll: Long, cntTrigger: Long, cntValid: Long) extends Product with Serializable
-
case class
SPO(s: String, p: String, o: String) extends Product with Serializable
-
case class
TableRow(errorRate: Float, prevalence: Long, errors: Long, approach: String, trigger: String) extends Product with Serializable
-
case class
TestReport(cnt: Long, coverage: Long, prevalence: Array[Long], succeded: Array[Long]) extends Product with Serializable
-
type
TriggerIRI = String
-
case class
ValidationConfig(pathToFlatTurtleFile: String = null, pathToTestCaseFile: Seq[String] = null) extends Product with Serializable
-
type
ValidatorIRI = String
Value Members
-
-
-
-
-
-
-
-
-
def
buildModReport(label: String, testReport: TestReport, triggerCollection: Array[Trigger], testApproachCollection: Array[TestApproach]): (String, Float)
-
def
buildRDFReport(label: String, testReport: TestReport, triggerCollection: Array[Trigger], testApproachCollection: Array[TestApproach]): Unit
-
def
buildTableReport(label: String, testReport: TestReport, triggerCollection: Array[Trigger], testApproachCollection: Array[TestApproach]): Unit
-
def
iriTriggerQueryStr(): String
-
def
iriValidatorQueryStr(): String
-
def
literalTriggerQueryStr(): String
-
def
literalValidatorQueryStr(): String
-
def
oneOfVocabQueryStr: String
-
def
testGeneratorQueryStr: String
-
def
triggeredValidatorsQueryStr(triggerIri: String, isBlank: Boolean): String
Inherited from AnyRef
Inherited from Any