Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IGraphSource.cs
1
using
System;
2
using
System.Threading.Tasks;
3
using
Waher.Content.Semantic
;
4
using
Waher.Runtime.Inventory
;
5
using
Waher.Script.Model
;
6
using
Waher.Things
;
7
8
namespace
Waher.Script.Persistence.SPARQL
9
{
13
public
interface
IGraphSource
:
IProcessingSupport
<Uri>
14
{
23
Task<ISemanticCube>
LoadGraph
(Uri Source,
ScriptNode
Node,
bool
NullIfNotFound,
24
RequestOrigin
Caller);
25
}
26
}
Waher.Script.Model.ScriptNode
Base class for all nodes in a parsed script tree.
Definition:
ScriptNode.cs:69
Waher.Things.RequestOrigin
Tokens available in request.
Definition:
RequestOrigin.cs:9
Waher.Runtime.Inventory.IProcessingSupport
Interface for detecting interfaces supporting objects with predefined features.
Definition:
IProcessingSupport.cs:8
Waher.Script.Persistence.SPARQL.IGraphSource
Interface for graph sources.
Definition:
IGraphSource.cs:14
Waher.Script.Persistence.SPARQL.IGraphSource.LoadGraph
Task< ISemanticCube > LoadGraph(Uri Source, ScriptNode Node, bool NullIfNotFound, RequestOrigin Caller)
Loads the graph
Waher.Content.Semantic
Definition:
BNode.cs:9
Waher.Runtime.Inventory
Definition:
TypesLoader.cs:9
Waher.Script.Model
Definition:
BinaryBooleanOperator.cs:8
Waher.Script.Persistence.SPARQL
Definition:
Exists.cs:10
Waher.Things
Definition:
AnalogInput.cs:15
IoTGateway
Script
Waher.Script.Persistence
SPARQL
IGraphSource.cs
Generated by
1.9.5