Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ISemanticLiteral.cs
1using System;
4
6{
12 {
16 object Value { get; }
17
21 string StringType { get; }
22
26 string StringValue { get; }
27
35 ISemanticLiteral Parse(string Value, string DataType, string Language);
36
43 }
44}
Interface for semantic nodes.
Interface for semantic literals.
string StringType
Type name (or null if literal value is a string)
ISemanticLiteral Encapsulate(object Value)
Encapsulates an object value as a semantic literal value.
ISemanticLiteral Parse(string Value, string DataType, string Language)
Tries to parse a string value of the type supported by the class..
string StringValue
String representation of value.
Interface for detecting interfaces supporting objects with predefined features.
Basic interface for all types of ring elements.
Definition: IRingElement.cs:10