Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ISemiGroupElement.cs
2
4{
8 public interface ISemiGroupElement : IElement
9 {
16
23
28 {
29 get;
30 }
31 }
32}
Base class for all types of elements.
Definition: Element.cs:13
Basic interface for all types of elements.
Definition: IElement.cs:20
Basic interface for all types of semigroup elements.
ISemiGroupElement AddRight(ISemiGroupElement Element)
Tries to add an element to the current element, from the right.
ISemiGroupElement AddLeft(ISemiGroupElement Element)
Tries to add an element to the current element, from the left.
ISemiGroup AssociatedSemiGroup
Associated Semi-Group.
Basic interface for all types of semigroups.
Definition: ISemiGroup.cs:10