Property | Type | Description | |
---|---|---|---|
_mutationTargets | List |
||
_nrTimesWasAdded | int |
Method | Description | |
---|---|---|
Mutant ( string id, |
||
Mutant ( string id, MutationTarget mutationTarget ) : System.Collections.Generic | ||
ToString ( ) : string | ||
UpdateDisplayedText ( ) : void |
Method | Description | |
---|---|---|
SetState ( MutantResultState value, bool updateChildren, bool updateParent ) : void |
public Mutant ( string id, |
||
id | string | |
parent | ||
mutationTarget | MutationTarget | |
return | System.Collections.Generic |
public Mutant ( string id, MutationTarget mutationTarget ) : System.Collections.Generic | ||
id | string | |
mutationTarget | MutationTarget | |
return | System.Collections.Generic |
protected SetState ( MutantResultState value, bool updateChildren, bool updateParent ) : void | ||
value | MutantResultState | |
updateChildren | bool | |
updateParent | bool | |
return | void |