Base class for all types of elements.
Basic interface for all types of elements.
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.