Package ru.ispras.microtesk.test.sequence.permutator
-
Interface Summary Interface Description Permutator<T> Permutator
is a permutator interface. -
Class Summary Class Description PermutatorExhaustive<T> PermutatorExhaustive
implements an exhaustive permutator that produces all possible permutations for a given tuple.PermutatorRandom<T> PermutatorRandom
implements a random permutator.PermutatorTrivial<T> PermutatorTrivial
implements a trivial permutator.