schemaInfer
schemaInfer
es.weso.schemaInfer
Config
FollowOn
FollowOn
InferOptions
InferOptions
InferState
InferState
InferredBlankNode
InferredDatatype
InferredIRI
InferredLang
InferredLangString
InferredLiteral
InferredNodeConstraint
InferredNodeValue
InferredNodesValue
InferredNone
InferredSchema
InferredSchema
InferredShape
InferredShape
InferredString
NoConstraint
PlainNode
PossiblePrefixes
Ref
SchemaInfer
SxNamespace
schemaInfer
/
es.weso.schemaInfer
/
InferredShape
InferredShape
case
class
InferredShape
(
nodeShape:
InferredNodesValue
,
smap:
Map
[
IRI
,
InferredNodesValue
])
extends
LazyLogging
Companion:
object
Graph
Supertypes
trait
Serializable
trait
Product
trait
Equals
trait
LazyLogging
class
Object
trait
Matchable
class
Any
Type members
Value members
Type members
Types
type
ES
[
A
] =
EitherT
[
IO
,
String
,
A
]
Value members
Concrete methods
def
collapse
(
other:
InferredShape
):
InferredShape
def
get
(
label:
IRI
):
Option
[
InferredNodesValue
]
def
isEmpty
:
Boolean
def
toShapeExpr
(
eitherLabel:
Option
[
IRI
],
opts:
InferOptions
,
rdf:
RDFReader
):
ES
[
ShapeExpr
]
def
updated
(
label:
IRI
,
shape:
InferredNodesValue
):
InferredShape
def
values
:
List
[
InferredNodesValue
]
Inherited methods
def
productElementNames
:
Iterator
[
String
]
Inherited from:
Product
def
productIterator
:
Iterator
[
Any
]
Inherited from:
Product
Inherited fields
@transient
lazy protected
val
logger
:
Logger
Inherited from:
LazyLogging