Interface AdditiveGroupTheory<E extends AdditiveGroupElement<E>>
- All Superinterfaces:
AdditiveMonoidTheory<E>,AdditiveSemiGroupTheory<E>,AlgebraicStructureTheory<E>,BasicObjectTheory<E>,ElementTheory<E>,MagmaTheory<E>
- All Known Subinterfaces:
AbelianRingTheory<E>,AdditiveAbelianGroupTheory<E>,CompleteFieldTheory<E>,CompleteScalarFieldTheory<E>,DivisionRingTheory<E>,FieldTheory<E>,RingTheory<E>,RngTheory<E>,ScalarFieldTheory<E>,VectorSpaceTheory<V,S>
public interface AdditiveGroupTheory<E extends AdditiveGroupElement<E>>
extends AdditiveMonoidTheory<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 voiddefault voiddefault voiddefault voiddefault voidMethods inherited from interface org.meeuw.theories.abstractalgebra.AdditiveMonoidTheory
zeroMethods 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
-
additiveGroupOperators
-
minus
-
repeatedPlusZeroTimes
-
repeatedPlusOneTimes
-
repeatedPlusPositiveTimes
-
repeatedPlusNegativeTimes
-