Uses of Interface
jebl.math.OrderEnumerator.OEFactory
-
Packages that use OrderEnumerator.OEFactory Package Description jebl.math -
-
Uses of OrderEnumerator.OEFactory in jebl.math
Methods in jebl.math that return OrderEnumerator.OEFactory Modifier and Type Method Description static OrderEnumerator.OEFactoryOrderEnumerator.Utils. getAdjustedFactory(OrderEnumerator.OEFactory toAdjust, int adjustmentFactor)static OrderEnumerator.OEFactoryOrderEnumerator.Utils. getAlternatingFactory(OrderEnumerator.OEFactory primary, OrderEnumerator.OEFactory secondary)static OrderEnumerator.OEFactoryOrderEnumerator.Utils. getBiasAlternatingFactory(OrderEnumerator.OEFactory primary, OrderEnumerator.OEFactory secondary)static OrderEnumerator.OEFactoryOrderEnumerator.Utils. getConstantFactory(int index)static OrderEnumerator.OEFactoryOrderEnumerator.Utils. getOrderedFactory()static OrderEnumerator.OEFactoryOrderEnumerator.Utils. getRestrictedFactory(OrderEnumerator.OEFactory toRestrict, int minimum, int range)static OrderEnumerator.OEFactoryOrderEnumerator.Utils. getShuffledFactory()static OrderEnumerator.OEFactoryOrderEnumerator.Utils. getZeroFactory()Methods in jebl.math with parameters of type OrderEnumerator.OEFactory Modifier and Type Method Description static OrderEnumerator.OEFactoryOrderEnumerator.Utils. getAdjustedFactory(OrderEnumerator.OEFactory toAdjust, int adjustmentFactor)static OrderEnumerator.OEFactoryOrderEnumerator.Utils. getAlternatingFactory(OrderEnumerator.OEFactory primary, OrderEnumerator.OEFactory secondary)static OrderEnumerator.OEFactoryOrderEnumerator.Utils. getBiasAlternatingFactory(OrderEnumerator.OEFactory primary, OrderEnumerator.OEFactory secondary)static OrderEnumerator.OEFactoryOrderEnumerator.Utils. getRestrictedFactory(OrderEnumerator.OEFactory toRestrict, int minimum, int range)Constructors in jebl.math with parameters of type OrderEnumerator.OEFactory Constructor Description OrthogonalSearch(OrderEnumerator.OEFactory orderingFactory)Initialization
-