- add
void add(MutationStatusId id, long basePrio, MutationOrder userOrder)
Add a mutant to the worklist.
- clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
- db
Miniorm db()
Undocumented in source. Be warned that the author may not have intended to support it.
- getAll
WorklistItem[] getAll()
All mutants in the worklist ordred by their priority
- getCount
long getCount()
Undocumented in source. Be warned that the author may not have intended to support it.
- getCount
long getCount(Mutation.Status[] status)
Undocumented in source. Be warned that the author may not have intended to support it.
- remove
void remove(MutationStatusId id)
Remove a mutant from the worklist.
- remove
void remove(Mutation.Status status)
Remove all mutants with status from the worklist.
- statusToWorklist
void statusToWorklist(Mutation.Status status, long prio)
Add all mutants with status to worklist
- update
void update(Mutation.Status[] status, long basePrio, MutationOrder userOrder)
Add all mutants with the specific status to the worklist.