Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
EmptySet.cs
1
using
Waher.Script.Abstraction.Elements
;
2
using
Waher.Script.Model
;
3
4
namespace
Waher.Script.Constants
5
{
9
public
class
EmptySet
:
IConstant
10
{
14
public
EmptySet
()
15
{
16
}
17
21
public
string
ConstantName
=>
"∅"
;
22
26
public
string
[]
Aliases
=>
new
string
[] { nameof(
EmptySet
) };
27
32
public
IElement
GetValueElement
(
Variables
Variables
)
33
{
34
return
set
;
35
}
36
37
private
static
readonly
Objects.Sets.EmptySet
set
=
new
Objects.Sets.
EmptySet
();
38
}
39
}
Waher.Script.Constants.EmptySet
The empty set.
Definition:
EmptySet.cs:10
Waher.Script.Constants.EmptySet.GetValueElement
IElement GetValueElement(Variables Variables)
Gets the constant value element.
Definition:
EmptySet.cs:32
Waher.Script.Constants.EmptySet.EmptySet
EmptySet()
The empty set.
Definition:
EmptySet.cs:14
Waher.Script.Constants.EmptySet.ConstantName
string ConstantName
Name of the constant
Definition:
EmptySet.cs:21
Waher.Script.Constants.EmptySet.Aliases
string[] Aliases
Optional aliases. If there are no aliases for the constant, null is returned.
Definition:
EmptySet.cs:26
Waher.Script.Objects.Sets.EmptySet
The empty set.
Definition:
EmptySet.cs:12
Waher.Script.Objects.Sets.EmptySet.EmptySet
EmptySet()
The empty set.
Definition:
EmptySet.cs:18
Waher.Script.Variables
Collection of variables.
Definition:
Variables.cs:25
Waher.Script.Abstraction.Elements.IElement
Basic interface for all types of elements.
Definition:
IElement.cs:20
Waher.Script.Model.IConstant
Base interface for constants that integrate into the script engine.
Definition:
IConstant.cs:10
Waher.Script.Abstraction.Elements
Definition:
AbelianGroupElement.cs:5
Waher.Script.Constants
Definition:
C.cs:6
Waher.Script.Model
Definition:
BinaryBooleanOperator.cs:8
IoTGateway
Script
Waher.Script
Constants
EmptySet.cs
Generated by
1.9.5