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
/
InferState
InferState
case
class
InferState
(
schema:
InferredSchema
,
prefixMap:
PrefixMap
,
inferredShapeMap:
ResultShapeMap
,
visited:
Set
[
RDFNode
])
Companion:
object
Graph
Supertypes
trait
Serializable
trait
Product
trait
Equals
class
Object
trait
Matchable
class
Any
Value members
Value members
Concrete methods
def
addNodeLabel
(
node:
RDFNode
,
label:
IRI
):
Either
[
String
,
InferState
]
def
addPrefixDecl
(
p:
Prefix
,
iri:
IRI
):
InferState
def
addPrefixMap
(
pm:
PrefixMap
):
InferState
def
addVisited
(
node:
RDFNode
):
InferState
def
isVisited
(
node:
RDFNode
):
Boolean
def
updateSchema
(
fn:
InferredSchema
=>
InferredSchema
):
InferState
def
updateShapeMap
(
fn:
ResultShapeMap
=>
ResultShapeMap
):
InferState
Inherited methods
def
productElementNames
:
Iterator
[
String
]
Inherited from:
Product
def
productIterator
:
Iterator
[
Any
]
Inherited from:
Product