public static class PermutationGroups.PermutationGroup
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
(package private) void |
addPermutation(RewritingPermutator.ArgumentPermutation permutation)
Adds a new permutation.
|
java.util.List<?> |
getInput()
Gets the input for this permutation group.
|
java.util.Collection<RewritingPermutator.ArgumentPermutation> |
getPermutations()
Returns the collection of permutations.
|
JavaResult |
getResult()
Gets the result for this permutation group.
|
public java.util.Collection<RewritingPermutator.ArgumentPermutation> getPermutations()
public JavaResult getResult()
public java.util.List<?> getInput()
void addPermutation(RewritingPermutator.ArgumentPermutation permutation)