Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IGroupElement.cs
1
using
Waher.Script.Abstraction.Sets
;
2
3
namespace
Waher.Script.Abstraction.Elements
4
{
8
public
interface
IGroupElement
:
ISemiGroupElement
9
{
14
IGroupElement
Negate
();
15
19
IGroup
AssociatedGroup
20
{
21
get
;
22
}
23
}
24
}
Waher.Script.Abstraction.Elements.IGroupElement
Basic interface for all types of group elements.
Definition:
IGroupElement.cs:9
Waher.Script.Abstraction.Elements.IGroupElement.AssociatedGroup
IGroup AssociatedGroup
Associated Group.
Definition:
IGroupElement.cs:20
Waher.Script.Abstraction.Elements.IGroupElement.Negate
IGroupElement Negate()
Negates the element.
Waher.Script.Abstraction.Elements.ISemiGroupElement
Basic interface for all types of semigroup elements.
Definition:
ISemiGroupElement.cs:9
Waher.Script.Abstraction.Sets.IGroup
Basic interface for all types of groups.
Definition:
IGroup.cs:10
Waher.Script.Abstraction.Elements
Definition:
AbelianGroupElement.cs:5
Waher.Script.Abstraction.Sets
Definition:
AbelianGroup.cs:5
IoTGateway
Script
Waher.Script
Abstraction
Elements
Interfaces
IGroupElement.cs
Generated by
1.9.5