Uses of Class
de.rwth.swc.coffee4j.algorithmic.util.IntArrayWrapper
-
-
Uses of IntArrayWrapper in de.rwth.swc.coffee4j.algorithmic.sequential.characterization
Fields in de.rwth.swc.coffee4j.algorithmic.sequential.characterization with type parameters of type IntArrayWrapper Modifier and Type Field Description protected Set<IntArrayWrapper>SuspiciousCombinationAlgorithm. previousSuspiciousCombinationsprotected Set<IntArrayWrapper>SuspiciousCombinationAlgorithm. suspiciousCombinationsprotected Map<IntArrayWrapper,TestResult>SuspiciousCombinationAlgorithm. testResultsMethods in de.rwth.swc.coffee4j.algorithmic.sequential.characterization that return types with arguments of type IntArrayWrapper Modifier and Type Method Description protected abstract List<IntArrayWrapper>SuspiciousCombinationAlgorithm. generateNextTestInputs(Map<int[],TestResult> newTestResults)The concrete algorithm generates test for which it needs the result for better fault characterization.protected abstract Set<IntArrayWrapper>SuspiciousCombinationAlgorithm. getRelevantSubCombinations(int[] combination)Defined which sub-combinations of any given combination can be part of the suspicious set. -
Uses of IntArrayWrapper in de.rwth.swc.coffee4j.algorithmic.sequential.characterization.ben
Methods in de.rwth.swc.coffee4j.algorithmic.sequential.characterization.ben that return types with arguments of type IntArrayWrapper Modifier and Type Method Description List<IntArrayWrapper>Ben. generateNextTestInputs(Map<int[],TestResult> newTestResults)Set<IntArrayWrapper>Ben. getRelevantSubCombinations(int[] combination) -
Uses of IntArrayWrapper in de.rwth.swc.coffee4j.algorithmic.sequential.manager
Methods in de.rwth.swc.coffee4j.algorithmic.sequential.manager with parameters of type IntArrayWrapper Modifier and Type Method Description voidHashMapTestResultCache. addResultFor(IntArrayWrapper testInput, TestResult result)voidTestResultCache. addResultFor(IntArrayWrapper testInput, TestResult result)Adds a result to the cache so it may later be retrieved viaTestResultCache.getResultFor(IntArrayWrapper).booleanHashMapTestResultCache. containsResultFor(IntArrayWrapper testInput)booleanTestResultCache. containsResultFor(IntArrayWrapper testInput)TestResultHashMapTestResultCache. getResultFor(IntArrayWrapper testInput)TestResultTestResultCache. getResultFor(IntArrayWrapper testInput) -
Uses of IntArrayWrapper in de.rwth.swc.coffee4j.algorithmic.util
Methods in de.rwth.swc.coffee4j.algorithmic.util that return IntArrayWrapper Modifier and Type Method Description static IntArrayWrapperIntArrayWrapper. wrap(int... array)Convenience method for wrapping a int[] into aIntArrayWrapper.Methods in de.rwth.swc.coffee4j.algorithmic.util that return types with arguments of type IntArrayWrapper Modifier and Type Method Description static List<IntArrayWrapper>IntArrayWrapper. wrapToList(Collection<int[]> arrays)Convenience method for wrapping all int[] in a collection into a list.static Set<IntArrayWrapper>IntArrayWrapper. wrapToSet(Collection<int[]> arrays)Convenience method for wrapping all int[] in a collection into a set.
-