Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IGraphSource.cs
1using System;
2using System.Threading.Tasks;
6using Waher.Things;
7
9{
13 public interface IGraphSource : IProcessingSupport<Uri>
14 {
23 Task<ISemanticCube> LoadGraph(Uri Source, ScriptNode Node, bool NullIfNotFound,
24 RequestOrigin Caller);
25 }
26}
Base class for all nodes in a parsed script tree.
Definition: ScriptNode.cs:69
Tokens available in request.
Definition: RequestOrigin.cs:9
Interface for detecting interfaces supporting objects with predefined features.
Task< ISemanticCube > LoadGraph(Uri Source, ScriptNode Node, bool NullIfNotFound, RequestOrigin Caller)
Loads the graph