Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ISemanticElement.cs
1
using
System;
2
using
Waher.Script.Abstraction.Elements
;
3
4
namespace
Waher.Content.Semantic
5
{
9
public
interface
ISemanticElement
: IComparable,
IElement
10
{
14
object
Tag
{
get
;
set
; }
15
19
bool
IsLiteral
{
get
; }
20
}
21
}
Waher.Content.Semantic.ISemanticElement
Interface for semantic nodes.
Definition:
ISemanticElement.cs:10
Waher.Content.Semantic.ISemanticElement.Tag
object Tag
Property used by processor, to tag information to an element.
Definition:
ISemanticElement.cs:14
Waher.Content.Semantic.ISemanticElement.IsLiteral
bool IsLiteral
If element is a literal.
Definition:
ISemanticElement.cs:19
Waher.Script.Abstraction.Elements.IElement
Basic interface for all types of elements.
Definition:
IElement.cs:20
Waher.Content.Semantic
Definition:
BNode.cs:9
Waher.Script.Abstraction.Elements
Definition:
AbelianGroupElement.cs:5
IoTGateway
Content
Waher.Content.Semantic
ISemanticElement.cs
Generated by
1.9.5