es
.
weso
.
rdf
validator
package
validator
Visibility
Public
All
Type Members
case class
MainException
(
msg:
String
)
extends
Exception
with
Product
with
Serializable
class
Opts
extends
ScallopConf
trait
RDFValidator
extends
AnyRef
Represents a generic RDF Validator
case class
ScopeClassAttempt
[
Node
,
Label
]
(
node:
Node
,
cls:
Node
,
result:
ValidationResult
[
Node
,
Label
,
Throwable
]
)
extends
ValidationAttempt
[
Node
,
Label
] with
Product
with
Serializable
case class
ScopeNodeAttempt
[
Node
,
Label
]
(
node:
Node
,
shape:
Node
,
result:
ValidationResult
[
Node
,
Label
,
Throwable
]
)
extends
ValidationAttempt
[
Node
,
Label
] with
Product
with
Serializable
trait
ValidationAttempt
[
Node
,
Label
]
extends
AnyRef
abstract
class
ValidationResult
[
Node
,
Label
,
Err
]
extends
AnyRef
Value Members
object
Main
extends
App
with
Verbosity
object
Modes
object
ValidationAttempt
object
ValidationResult
object
ValidatorVersions
extends
Product
with
Serializable
package
jena
Ungrouped