es
.
weso
manifest
package
manifest
Visibility
Public
All
Type Members
final
case class
BooleanResult
(
value:
Boolean
)
extends
Result
with
Product
with
Serializable
case class
Entry
(
entryType:
EntryType
,
name:
String
,
action:
ManifestAction
,
result:
Result
,
status:
Status
,
specRef:
Option
[
IRI
]
)
extends
Product
with
Serializable
sealed
trait
EntryType
extends
AnyRef
final
case class
ErrorCondition
(
root:
Option
[
IRI
]
,
predicate:
Option
[
IRI
]
,
subject:
Option
[
IRI
]
,
obj:
Option
[
IRI
]
)
extends
Product
with
Serializable
final
case class
IRIResult
(
value:
IRI
)
extends
Result
with
Product
with
Serializable
case class
Manifest
(
label:
Option
[
String
]
,
comment:
Option
[
String
]
,
entries:
List
[
Entry
]
,
includes:
List
[(
IRI
,
Option
[
Manifest
])]
)
extends
Product
with
Serializable
case class
ManifestAction
(
schema:
Option
[
IRI
]
,
schemaFormat:
Option
[
String
]
,
data:
Option
[
IRI
]
,
dataFormat:
Option
[
String
]
,
schemaOutputFormat:
Option
[
IRI
]
,
node:
Option
[
IRI
]
,
shape:
Option
[
IRI
]
)
extends
Product
with
Serializable
final
case class
NotValidResult
(
errors:
Set
[
ErrorCondition
]
)
extends
Result
with
Product
with
Serializable
trait
RDF2Manifest
extends
Logging
with
RDFParser
case class
RDF2ManifestException
(
msg:
String
)
extends
Exception
with
Product
with
Serializable
sealed
trait
Result
extends
AnyRef
case class
Status
(
value:
IRI
)
extends
Product
with
Serializable
Value Members
object
ConvertSchemaSyntax
extends
EntryType
with
Product
with
Serializable
object
EmptyResult
extends
Result
with
Product
with
Serializable
object
ManifestAction
extends
Serializable
object
ManifestPrefixes
object
MatchNodeShape
extends
EntryType
with
Product
with
Serializable
object
NonWellFormedSchema
extends
EntryType
with
Product
with
Serializable
object
RDF2Manifest
extends
RDF2Manifest
object
ValidResult
extends
Result
with
Product
with
Serializable
object
Validate
extends
EntryType
with
Product
with
Serializable
object
ValidationFailure
extends
EntryType
with
Product
with
Serializable
object
ValidationTest
extends
EntryType
with
Product
with
Serializable
object
WellFormedSchema
extends
EntryType
with
Product
with
Serializable
Ungrouped