Interface AdditiveMonoidTheory<E extends AdditiveMonoidElement<E>>
- All Superinterfaces:
AdditiveSemiGroupTheory<E>,AlgebraicStructureTheory<E>,BasicObjectTheory<E>,ElementTheory<E>,MagmaTheory<E>
- All Known Subinterfaces:
AbelianRingTheory<E>,AdditiveAbelianGroupTheory<E>,AdditiveGroupTheory<E>,CompleteFieldTheory<E>,CompleteScalarFieldTheory<E>,DivisionRingTheory<E>,FieldTheory<E>,RingTheory<E>,RngTheory<E>,ScalarFieldTheory<E>,VectorSpaceTheory<V,S>
public interface AdditiveMonoidTheory<E extends AdditiveMonoidElement<E>>
extends AdditiveSemiGroupTheory<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
Methods inherited from interface org.meeuw.theories.abstractalgebra.AdditiveSemiGroupTheory
additionCommutativity, additiveAssociativity, additiveSemiGroupOperatorsMethods 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
-
zero
-