Package | Description |
---|---|
org.eth.cyril.bugfixer |
Modifier and Type | Method and Description |
---|---|
PermutationGroups.PermutationGroup |
PermutationGroups.getPermutationGroup(JavaResult result,
java.util.List<?> input,
TestAllPermutations.JavaResultComparer comparer)
Gets the permutation group for the given result and comparer.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<PermutationGroups.PermutationGroup> |
PermutationGroups.getPermutationGroups()
Gets the current view of the existing permutation groups.
|
Modifier and Type | Method and Description |
---|---|
void |
PermutationGroups.addNewGroupListener(java.util.function.Consumer<PermutationGroups.PermutationGroup> listener)
Adds a new listener to be notified when new permutation groups are added.
|
void |
PermutationGroups.removeNewGroupListener(java.util.function.Consumer<PermutationGroups.PermutationGroup> listener)
Removes a listener to be notified when new permutation groups are added.
|