Interface ElementTheory<E>
- All Superinterfaces:
BasicObjectTheory<E>
- All Known Subinterfaces:
AbelianRingTheory<E>,AdditiveAbelianGroupTheory<E>,AdditiveAbelianSemiGroupTheory<E>,AdditiveGroupTheory<E>,AdditiveMonoidTheory<E>,AdditiveSemiGroupTheory<E>,AlgebraicStructureTheory<E>,CompleteFieldTheory<E>,CompleteScalarFieldTheory<E>,DivisibleGroupTheory<E>,DivisionRingTheory<E>,FieldTheory<E>,GroupTheory<E>,MagmaTheory<E>,MetricSpaceTheory<E,,S> MultiplicativeAbelianGroupTheory<E>,MultiplicativeAbelianSemiGroupTheory<E>,MultiplicativeGroupTheory<E>,MultiplicativeMonoidTheory<E>,MultiplicativeSemiGroupTheory<E>,OrderedTheory<E>,RingTheory<E>,RngTheory<E>,ScalarFieldTheory<E>,ScalarTheory<S>,SignedNumberTheory<E>,SizeableScalarTheory<S,,SIZE> SizeableTheory<E,,SIZE> StrictlyOrderedTheory<E>,UncertainDoubleTheory<E>,VectorSpaceTheory<V,,S> WithScalarTheory<E,S>
The connection between
BasicObjectTheory and algebra testing.
BasicObjectTheory.datapoints() is identified with elements()- Since:
- 0.4
- Author:
- Michiel Meeuwissen
-
Field Summary
FieldsFields inherited from interface org.meeuw.theories.BasicObjectTheory
DATAPOINTS, DATAPOINTS_OR_NULL, EQUAL_DATAPOINTS, RANDOMS -
Method Summary
Methods inherited from interface org.meeuw.theories.BasicObjectTheory
datapointsOrNull, equalDatapoints, equals, equalsIsConsistent, equalsIsReflexive, equalsIsSymmetric, equalsIsTransitive, equalsReturnFalseOnNull, equalsReturnFalseOnOtherObject, hashCodeIsConsistentWithEquals, hashCodeIsSelfConsistent, log, randoms, toString
-
Field Details
-
ELEMENTS
- See Also:
-
-
Method Details
-
setupForAll
@BeforeEach default void setupForAll() -
elements
-
getLogger
default org.apache.logging.log4j.Logger getLogger() -
datapoints
Description copied from interface:BasicObjectTheoryProvide non-nulldatapoints- Specified by:
datapointsin interfaceBasicObjectTheory<E>
-