Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ISemiGroup.cs
1
using
System;
2
using
Waher.Script.Abstraction.Elements
;
3
4
namespace
Waher.Script.Abstraction.Sets
5
{
9
public
interface
ISemiGroup
:
ISet
10
{
17
ISemiGroupElement
Add
(
ISemiGroupElement
Left,
ISemiGroupElement
Right);
18
}
19
}
Waher.Script.Abstraction.Elements.ISemiGroupElement
Basic interface for all types of semigroup elements.
Definition:
ISemiGroupElement.cs:9
Waher.Script.Abstraction.Sets.ISemiGroup
Basic interface for all types of semigroups.
Definition:
ISemiGroup.cs:10
Waher.Script.Abstraction.Sets.ISemiGroup.Add
ISemiGroupElement Add(ISemiGroupElement Left, ISemiGroupElement Right)
Adds two semigroup elements, if possible.
Waher.Script.Abstraction.Sets.ISet
Basic interface for all types of sets.
Definition:
ISet.cs:10
Waher.Script.Abstraction.Elements
Definition:
AbelianGroupElement.cs:5
Waher.Script.Abstraction.Sets
Definition:
AbelianGroup.cs:5
IoTGateway
Script
Waher.Script
Abstraction
Sets
Interfaces
ISemiGroup.cs
Generated by
1.9.5