Meshpocalypse Semantic
Preparing search index...
NullMeshGraph
Class NullMeshGraph
No-op implementation used when no graph backend is configured.
Implements
MeshGraph
Index
Constructors
constructor
Methods
describe
get
Endpoint
is
Online
load
query
update
Constructors
constructor
new
NullMeshGraph
()
:
NullMeshGraph
Returns
NullMeshGraph
Methods
describe
describe
(
_uri
:
string
)
:
Promise
<
string
>
Parameters
_uri
:
string
Returns
Promise
<
string
>
get
Endpoint
getEndpoint
()
:
string
Returns
string
is
Online
isOnline
()
:
boolean
Returns
boolean
load
load
(
_triples
:
string
,
_format
?:
"turtle"
|
"nquads"
)
:
Promise
<
void
>
Parameters
_triples
:
string
Optional
_format
:
"turtle"
|
"nquads"
Returns
Promise
<
void
>
query
query
(
_sparql
:
string
)
:
Promise
<
SparqlResult
>
Parameters
_sparql
:
string
Returns
Promise
<
SparqlResult
>
update
update
(
_sparql
:
string
)
:
Promise
<
void
>
Parameters
_sparql
:
string
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
describe
get
Endpoint
is
Online
load
query
update
Meshpocalypse Semantic
Loading...
No-op implementation used when no graph backend is configured.