Interface AdditiveSemiGroupTheory<E extends AdditiveSemiGroupElement<E>>
- All Superinterfaces:
AlgebraicStructureTheory<E>,BasicObjectTheory<E>,ElementTheory<E>,MagmaTheory<E>
- All Known Subinterfaces:
AbelianRingTheory<E>,AdditiveAbelianGroupTheory<E>,AdditiveAbelianSemiGroupTheory<E>,AdditiveGroupTheory<E>,AdditiveMonoidTheory<E>,CompleteFieldTheory<E>,CompleteScalarFieldTheory<E>,DivisionRingTheory<E>,FieldTheory<E>,RingTheory<E>,RngTheory<E>,ScalarFieldTheory<E>,VectorSpaceTheory<V,S>
public interface AdditiveSemiGroupTheory<E extends AdditiveSemiGroupElement<E>>
extends MagmaTheory<E>
- Since:
- 0.4
- Author:
- Michiel Meeuwissen
-
Field Summary
Fields inherited from interface org.meeuw.theories.abstractalgebra.AlgebraicStructureTheory
COUNTS, ERROR_COUNTS, ERROR_UCOUNTS, STRUCTURE, UCOUNTSFields inherited from interface org.meeuw.theories.BasicObjectTheory
DATAPOINTS, DATAPOINTS_OR_NULL, EQUAL_DATAPOINTS, RANDOMSFields inherited from interface org.meeuw.theories.abstractalgebra.ElementTheory
ELEMENTS -
Method Summary
Modifier and TypeMethodDescriptiondefault voiddefault voidadditiveAssociativity(E v1, E v2, E v3) default voidMethods inherited from interface org.meeuw.theories.abstractalgebra.AlgebraicStructureTheory
algebraicBinaryOperators, algebraicIntOperations, algebraicUnaryOperators, cardinalityAndStreaming, cast, castDirectly, cayleyTables, elementClass, eqMethod, examples, functions, getComparisonOperators, nextRandom, singleton, staticOperators, staticUnaryOperators, structure, structureSameInstance, toStringForStructure, uncertainMethods inherited from interface org.meeuw.theories.BasicObjectTheory
datapointsOrNull, equalDatapoints, equals, equalsIsConsistent, equalsIsReflexive, equalsIsSymmetric, equalsIsTransitive, equalsReturnFalseOnNull, equalsReturnFalseOnOtherObject, hashCodeIsConsistentWithEquals, hashCodeIsSelfConsistent, log, randoms, toStringMethods inherited from interface org.meeuw.theories.abstractalgebra.ElementTheory
datapoints, elements, getLogger, setupForAllMethods inherited from interface org.meeuw.theories.abstractalgebra.MagmaTheory
magmaOperators, operatorAndCommutativity
-
Method Details
-
additiveSemiGroupOperators
-
additiveAssociativity
-
additionCommutativity
-