|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.epochx.stats.MutationStats<TYPE>
public class MutationStats<TYPE>
| Field Summary | |
|---|---|
java.util.List<MutationStatListener> |
listeners
|
| Constructor Summary | |
|---|---|
MutationStats()
|
|
| Method Summary | |
|---|---|
void |
addMutation(CandidateProgram<TYPE> parent,
CandidateProgram<TYPE> child,
long runtime,
int reversions)
|
void |
addMutationStatListener(MutationStatListener listener)
|
void |
removeMutationStatListener(MutationStatListener listener)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.util.List<MutationStatListener> listeners
| Constructor Detail |
|---|
public MutationStats()
| Method Detail |
|---|
public void addMutationStatListener(MutationStatListener listener)
public void removeMutationStatListener(MutationStatListener listener)
public void addMutation(CandidateProgram<TYPE> parent,
CandidateProgram<TYPE> child,
long runtime,
int reversions)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||